bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] [GNU tar 1.16.1] testsuite: 64 failed


From: Paul Lew
Subject: [Bug-tar] [GNU tar 1.16.1] testsuite: 64 failed
Date: Fri, 22 Dec 2006 16:20:58 -0000

ERROR: 64 tests were run,
1 failed unexpectedly.
7 tests were skipped.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

================================================================

## -------------------------- ##
## GNU tar 1.16.1 test suite. ##
## -------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../ChangeLog:
| 2006-12-08  Sergey Poznyakoff  <address@hidden>
| 
|       * bootstrap: Add paxutils files to dot_ignore.
| 
|       * configure.ac: Raise version number to 1.16.1
|       * bootstrap (slurp): Create .(cvs|git)ignore if not present
|       * po/.cvsignore, m4/.cvsignore: Remove automatically generated
|       files.
| 
| 2006-12-07  Sergey Poznyakoff  <address@hidden>

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

hostname = cns-build3
uname -m = sun4u
uname -r = 5.6
uname -s = SunOS
uname -v = Generic_105181-39

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = cns-build3
Release = 5.6
KernelID = Generic_105181-39
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

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

PATH: /auto/insbu-cnstools/build/tar-1.16.1/tests
PATH: /auto/insbu-cnstools/build/tar-1.16.1/src
PATH: /auto/insbu-cnstools/build/tar-1.16.1/build-aux
PATH: /auto/insbu-cnstools/build/tar-1.16.1
PATH: /auto/insbu-cnstools/apache-ant-1.6.5/bin
PATH: /auto/insbu-cnstools/java5/bin
PATH: /users/paullew/bin
PATH: /users/paullew/sh
PATH: /users/paullew/perl
PATH: /auto/insbu-cnstools/sunos56-sparc/bin
PATH: /auto/insbu-cnstools/bin
PATH: /auto/insbu-cnstools/sbin
PATH: /auto/cwtools/bin/sol
PATH: /auto/ntgtoolsdist/nsm/tools/bin
PATH: /auto/insbu-cnstools/apache/bin
PATH: /auto/insbu-cnstools/mysql/bin
PATH: /nfs/csc/mib-release/bin
PATH: /usr/cisco/bin
PATH: /usr/local/bin
PATH: /sw/licensed/sun/SUNWspro/5.0/sparc-sun-solaris2.6/bin
PATH: /usr/dt/bin
PATH: /router/bin
PATH: /sw/current/solaris2bin
PATH: /usr/atria/bin
PATH: /usr/local/ddts/bin
PATH: /vws/aak/qddts/bin
PATH: /usr/openwin/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/ccs/bin
PATH: /usr/ucb
PATH: /usr/bin
PATH: /bin
PATH: /etc
PATH: /usr/games

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='/auto/insbu-cnstools/build/tar-1.16.1/tests'
| at_srcdir='.'
| abs_srcdir='/auto/insbu-cnstools/build/tar-1.16.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/auto/insbu-cnstools/build/tar-1.16.1'
| at_top_build_prefix='../'
| abs_top_builddir='/auto/insbu-cnstools/build/tar-1.16.1'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/bash'}

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=/auto/insbu-cnstools/build/tar-1.16.1/tests:/auto/insbu-cnstools/build/tar-1.16.1/src:/auto/insbu-cnstools/build/tar-1.16.1/build-aux:$top_srcdir:$srcdir:$PATH
| 
| XFAILFILE=$abs_builddir/.badversion
| 
| trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15
| 
| TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar
| if test -z "$TEST_DATA_DIR"; then
|   TEST_DATA_DIR=$abs_builddir
| fi
| 
| STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts
| if test -z "$STAR_TESTSCRIPTS"; then
|   STAR_TESTSCRIPTS=$TEST_DATA_DIR
| fi  
| 
| # tarball_prereq file sum dir url
| tarball_prereq() {
|   if test -d "$3"; then       
|     if test -r $3/$1; then
|       :
|     elif test -n "$FULL_TEST"; then
|       wget -q --directory-prefix=$3 $4/$1
|     fi
|   fi  
|   echo "$2  $3/$1" | md5sum --status --check - 
| }
| 
| 

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./testsuite.at:92: /auto/insbu-cnstools/build/tar-1.16.1/src/tar --version
tar (GNU tar) 1.16.1
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Fri Dec 22 00:17:03 PST 2006
1. tar version (version.at:19): ok      (0m0.020s 0m0.070s)
2. decompressing from stdin (pipe.at:29): ok    (0m0.390s 0m1.550s)
3. mixing options (options.at:24): ok   (0m0.010s 0m0.080s)
4. interspersed options (options02.at:26): ok   (0m0.030s 0m0.070s)
5. files-from: empty entries (T-empty.at:26): ok        (0m0.080s 0m0.160s)
6. files-from: 0-separated file without -0 (T-null.at:21): ok   (0m0.340s 
0m1.200s)
7. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.300s 0m0.640s)
8. tar cvf - (verbose.at:26): ok        (0m0.150s 0m0.630s)
9. append (append.at:21): ok    (0m0.260s 0m0.700s)
10. appending files with long names (append01.at:29): ok        (0m0.150s 
0m0.620s)
11. append vs. create (append02.at:40): ok      (0m0.260s 0m0.820s)
12. deleting a member after a big one (delete01.at:23): ok      (0m0.260s 
0m0.780s)
13. deleting a member from stdin archive (delete02.at:23): ok   (0m0.380s 
0m0.950s)
14. deleting members with long names (delete03.at:21): ok       (0m0.270s 
0m0.780s)
15. deleting a large last member (delete04.at:23): ok   (0m0.620s 0m1.210s)
16. deleting non-existing member (delete05.at:27): ok   (0m0.210s 0m0.710s)
17. extract over an existing directory (extrac01.at:23): ok     (0m0.170s 
0m0.550s)
18. extracting symlinks over an existing file (extrac02.at:23): ok      
(0m0.260s 0m0.760s)
19. extraction loops (extrac03.at:23): ok       (0m0.150s 0m0.560s)
20. extract + fnmatch (extrac04.at:23): ok      (0m0.410s 0m1.180s)
21. extracting selected members from pax (extrac05.at:30): ok   (0m0.090s 
0m0.160s)
22. mode of extracted directories (extrac06.at:33): ok  (0m0.260s 0m0.930s)
23. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.250s 
0m1.100s)
24. gzip (gzip.at:23): ok       (0m0.000s 0m0.100s)
25. incremental (incremental.at:23): ok (0m0.180s 0m0.600s)
26. restore broken symlinks from incremental (incr01.at:27): ok (0m0.140s 
0m0.680s)
27. restoring timestamps from incremental (incr02.at:32): ok    (0m0.230s 
0m0.640s)
28. --listed for individual files (listed01.at:26): ok  (0m0.170s 0m0.390s)
29. working --listed (listed02.at:28): ok       (0m0.330s 0m1.590s)
30. renamed files in incrementals (incr03.at:28): ok    (0m0.390s 0m1.310s)
31. proper icontents initialization (incr04.at:29): ok  (0m0.380s 0m1.150s)
32. renamed dirs in incrementals (rename01.at:24): ok   (0m0.370s 0m1.440s)
33. move between hierarchies (rename02.at:24): ok       (0m0.420s 0m1.320s)
34. cyclic renames (rename03.at:23): ok (0m0.390s 0m2.190s)
35. changed file types in incrementals (chtype.at:27): ok       (0m0.290s 
0m1.780s)
36. ignfail (ignfail.at:23): ok (0m0.450s 0m1.690s)
37. link count gt 2 (link01.at:33): ok  (0m0.270s 0m1.340s)
38. long names in V7 archives (longv7.at:24): ok        (0m0.020s 0m0.180s)
39. long file names divisible by block size (long01.at:28): ok  (0m0.170s 
0m0.330s)
40. ustar: unsplittable file name (lustar01.at:21): ok  (0m0.040s 0m0.090s)
41. ustar: unsplittable path name (lustar02.at:21): ok  (0m0.070s 0m0.210s)
42. ustar: splitting long names (lustar03.at:21): ok    (0m0.090s 0m0.170s)
43. multivolume dumps from pipes (multiv01.at:23): ok   (0m0.240s 0m0.420s)
44. skipping a straddling member (multiv02.at:28): ok   (0m0.160s 0m0.480s)
45. MV archive & long filenames (multiv03.at:30): ok    (0m0.160s 0m0.600s)
46. split directory members in a MV archive (multiv04.at:36): ok        
(0m0.300s 0m1.340s)
47. Restoring after an out of sync folume (multiv05.at:26): ok  (0m0.330s 
0m0.440s)
48. old archives (old.at:23): ok        (0m0.020s 0m0.080s)
49. recurse (recurse.at:21): ok (0m0.160s 0m0.660s)
50. working -C with --same-order (same-order01.at:26): ok       (0m0.280s 
0m1.160s)
51. multiple -C options (same-order02.at:25): ok        (0m0.200s 0m0.900s)
52. short records (shortrec.at:25): ok  (0m0.410s 0m1.040s)
53. sparse files (sparse01.at:21): ok   (0m0.570s 0m1.090s)
54. extracting sparse file over a pipe (sparse02.at:21): ok     (0m0.530s 
0m1.170s)
55. storing sparse files > 8G (sparse03.at:21): ok      (7m20.390s 6m19.420s)
56. sparse files in MV archives (sparsemv.at:21): ok    (0m0.280s 0m0.560s)
57. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok  (0m0.180s 
0m0.240s)
58. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok  (0m0.130s 
0m0.280s)
59. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok  (0m0.120s 
0m0.390s)
60. update unchanged directories (update.at:27): ok     (0m0.350s 0m1.070s)
61. volume (volume.at:23): ok   (0m0.130s 0m0.370s)
62. volume header size (volsize.at:29): skipped (volsize.at:54)
63. compressed format recognition (comprec.at:21): ok   (0m0.250s 0m1.120s)
65. grow (grow.at:24): ok       (0m32.630s 0m11.360s)
66. gtarfail (gtarfail.at:21): skipped (gtarfail.at:38)
67. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:41)
68. multi-fail (multi-fail.at:21): skipped (multi-fail.at:86)
69. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:36)
70. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:36)
71. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:36)
testsuite: ending at: Fri Dec 22 01:01:05 PST 2006
testsuite: test suite duration: 0h 44m 2s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 64 tests were run,
1 failed unexpectedly.
7 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU tar 1.16.1 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  64: truncate.at:29     truncate
      truncate filechange

Skipped tests:
GNU tar 1.16.1 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  62: volsize.at:29      volume header size
      volume volsize
  66: gtarfail.at:21     gtarfail
      star gtarfail
  67: gtarfail2.at:21    gtarfail2
      star gtarfail2
  68: multi-fail.at:21   multi-fail
      star multivolume multiv multi-fail
  69: ustar-big-2g.at:21 ustar-big-2g
      star ustar-big-2g
  70: ustar-big-8g.at:21 ustar-big-8g
      star ustar-big-8g
  71: pax-big-10g.at:21  pax-big-10g
      star pax-big-10g

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
64. truncate.at:29: testing ...
./truncate.at:51:
mkdir v7
(cd v7
TEST_TAR_FORMAT=v7
export TEST_TAR_FORMAT
TAR_OPTIONS="-H v7"
export TAR_OPTIONS
rm -rf *

genfile --file foo --length 50000k
genfile --file baz
genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate 
foo
echo Exit status: $?
echo separator
sleep 1
genfile --file foo --seek 49995k --length 5k --pattern=zeros
tar dvf bar)
--- -   2006-12-22 00:59:37.767064980 -0800
+++ /auto/insbu-cnstools/build/tar-1.16.1/tests/testsuite.dir/at-stderr 
2006-12-22 00:59:37.741947000 -0800
@@ -1,2 +1,2 @@
-tar: foo: File shrank by 5120 bytes; padding with zeros
+tar: foo: file changed as we read it
 
64. truncate.at:29: 64. truncate (truncate.at:29): FAILED (truncate.at:51)


## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU tar configure 1.16.1, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   $ ./configure --prefix=/auto/insbu-cnstools
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = cns-build3
| uname -m = sun4u
| uname -r = 5.6
| uname -s = SunOS
| uname -v = Generic_105181-39
| 
| /usr/bin/uname -p = sparc
| /bin/uname -X     = System = SunOS
| Node = cns-build3
| Release = 5.6
| KernelID = Generic_105181-39
| Machine = sun4u
| BusType = <unknown>
| Serial = <unknown>
| Users = <unknown>
| OEM# = 0
| Origin# = 1
| NumCPU = 2
| 
| /bin/arch              = sun4
| /usr/bin/arch -k       = sun4u
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /auto/insbu-cnstools/apache-ant-1.6.5/bin
| PATH: /auto/insbu-cnstools/java5/bin
| PATH: .
| PATH: /users/paullew/bin
| PATH: /users/paullew/sh
| PATH: /users/paullew/perl
| PATH: /auto/insbu-cnstools/sunos56-sparc/bin
| PATH: /auto/insbu-cnstools/bin
| PATH: /auto/insbu-cnstools/sbin
| PATH: /auto/cwtools/bin/sol
| PATH: /auto/ntgtoolsdist/nsm/tools/bin
| PATH: /auto/insbu-cnstools/apache/bin
| PATH: /auto/insbu-cnstools/mysql/bin
| PATH: /nfs/csc/mib-release/bin
| PATH: /usr/cisco/bin
| PATH: /usr/local/bin
| PATH: /sw/licensed/sun/SUNWspro/5.0/sparc-sun-solaris2.6/bin
| PATH: /usr/dt/bin
| PATH: /router/bin
| PATH: /sw/current/solaris2bin
| PATH: /usr/atria/bin
| PATH: /usr/local/ddts/bin
| PATH: /vws/aak/qddts/bin
| PATH: /usr/openwin/bin
| PATH: /sbin
| PATH: /usr/sbin
| PATH: /usr/ccs/bin
| PATH: /usr/ucb
| PATH: /usr/bin
| PATH: /bin
| PATH: /etc
| PATH: /usr/games
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1956: checking for a BSD-compatible install
| configure:2012: result: /auto/insbu-cnstools/bin/install -c
| configure:2023: checking whether build environment is sane
| configure:2066: result: yes
| configure:2131: checking for gawk
| configure:2147: found /auto/insbu-cnstools/bin/gawk
| configure:2158: result: gawk
| configure:2169: checking whether make sets $(MAKE)
| configure:2190: result: yes
| configure:2369: checking how to create a ustar tar archive
| configure:2382: tar --version
| tar (GNU tar) 1.16
| Copyright (C) 2006 Free Software Foundation, Inc.
| This is free software.  You may redistribute copies of it under the terms of
| the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
| There is NO WARRANTY, to the extent permitted by law.
| 
| Written by John Gilmore and Jay Fenlason.
| configure:2385: $? = 0
| configure:2425: tardir=conftest.dir && eval tar --format=ustar -chf - 
"$tardir" >conftest.tar
| configure:2428: $? = 0
| configure:2432: tar -xf - <conftest.tar
| configure:2435: $? = 0
| configure:2448: result: gnutar
| configure:2504: checking for gcc
| configure:2520: found /auto/insbu-cnstools/sunos56-sparc/bin/gcc
| configure:2531: result: gcc
| configure:2769: checking for C compiler version
| configure:2776: gcc --version >&5
| gcc (GCC) 4.1.1
| Copyright (C) 2006 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:2779: $? = 0
| configure:2786: gcc -v >&5
| Using built-in specs.
| Target: sparc-sun-solaris2.6
| Configured with: ../gcc-4.1.1/configure 
--prefix=/auto/insbu-cnstools/sunos56-sparc 
--with-local-prefix=/auto/insbu-cnstools/sunos56-sparc 
--enable-version-specific-runtime-libs --enable-languages=c,c++ --disable-nls 
--with-libiconv-prefix=/auto/insbu-cnstools/sunos56-sparc
| Thread model: posix95
| gcc version 4.1.1
| configure:2789: $? = 0
| configure:2796: gcc -V >&5
| gcc: '-V' option must have argument
| configure:2799: $? = 1
| configure:2822: checking for C compiler default output file name
| configure:2849: gcc    conftest.c  >&5
| configure:2852: $? = 0
| configure:2898: result: a.out
| configure:2903: checking whether the C compiler works
| configure:2913: ./a.out
| configure:2916: $? = 0
| configure:2933: result: yes
| configure:2940: checking whether we are cross compiling
| configure:2942: result: no
| configure:2945: checking for suffix of executables
| configure:2952: gcc -o conftest    conftest.c  >&5
| configure:2955: $? = 0
| configure:2979: result: 
| configure:2985: checking for suffix of object files
| configure:3011: gcc -c   conftest.c >&5
| configure:3014: $? = 0
| configure:3037: result: o
| configure:3041: checking whether we are using the GNU C compiler
| configure:3070: gcc -c   conftest.c >&5
| configure:3076: $? = 0
| configure:3083: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3086: $? = 0
| configure:3093: test -s conftest.o
| configure:3096: $? = 0
| configure:3110: result: yes
| configure:3115: checking whether gcc accepts -g
| configure:3145: gcc -c -g  conftest.c >&5
| configure:3151: $? = 0
| configure:3158: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3161: $? = 0
| configure:3168: test -s conftest.o
| configure:3171: $? = 0
| configure:3301: result: yes
| configure:3318: checking for gcc option to accept ISO C89
| configure:3392: gcc  -c -g -O2  conftest.c >&5
| configure:3398: $? = 0
| configure:3405: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3408: $? = 0
| configure:3415: test -s conftest.o
| configure:3418: $? = 0
| configure:3438: result: none needed
| configure:3467: checking for style of include used by make
| configure:3495: result: GNU
| configure:3523: checking dependency style of gcc
| configure:3613: result: gcc3
| configure:3674: checking for ranlib
| configure:3690: found /usr/cisco/bin/ranlib
| configure:3701: result: ranlib
| configure:3731: checking for bison
| configure:3747: found /auto/insbu-cnstools/bin/bison
| configure:3758: result: bison -y
| configure:3782: checking how to run the C preprocessor
| configure:3822: gcc -E  conftest.c
| configure:3828: $? = 0
| configure:3866: gcc -E  conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:3872: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3912: result: gcc -E
| configure:3941: gcc -E  conftest.c
| configure:3947: $? = 0
| configure:3985: gcc -E  conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:3991: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4036: checking for grep that handles long lines and -e
| configure:4110: result: /auto/insbu-cnstools/bin/grep
| configure:4115: checking for egrep
| configure:4193: result: /auto/insbu-cnstools/bin/grep -E
| configure:4199: checking for AIX
| configure:4221: result: no
| configure:4227: checking for ANSI C header files
| configure:4257: gcc -c -g -O2  conftest.c >&5
| configure:4263: $? = 0
| configure:4270: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4273: $? = 0
| configure:4280: test -s conftest.o
| configure:4283: $? = 0
| configure:4376: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4379: $? = 0
| configure:4385: ./conftest
| configure:4388: $? = 0
| configure:4405: result: yes
| configure:4429: checking for sys/types.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4429: checking for sys/stat.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4429: checking for stdlib.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4429: checking for string.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4429: checking for memory.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4429: checking for strings.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4429: checking for inttypes.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4429: checking for stdint.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| conftest.c:53:20: error: stdint.h: No such file or directory
| configure:4456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <stdint.h>
| configure:4489: result: no
| configure:4429: checking for unistd.h
| configure:4450: gcc -c -g -O2  conftest.c >&5
| configure:4456: $? = 0
| configure:4463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4466: $? = 0
| configure:4473: test -s conftest.o
| configure:4476: $? = 0
| configure:4489: result: yes
| configure:4511: checking minix/config.h usability
| configure:4528: gcc -c -g -O2  conftest.c >&5
| conftest.c:53:26: error: minix/config.h: No such file or directory
| configure:4534: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:4565: result: no
| configure:4569: checking minix/config.h presence
| configure:4584: gcc -E  conftest.c
| conftest.c:20:26: error: minix/config.h: No such file or directory
| configure:4590: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:4611: result: no
| configure:4644: checking for minix/config.h
| configure:4651: result: no
| configure:4690: checking whether it is safe to define __EXTENSIONS__
| configure:4718: gcc -c -g -O2  conftest.c >&5
| configure:4724: $? = 0
| configure:4731: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4734: $? = 0
| configure:4741: test -s conftest.o
| configure:4744: $? = 0
| configure:4756: result: yes
| configure:4788: checking for special C compiler options needed for large files
| configure:4915: result: no
| configure:4921: checking for _FILE_OFFSET_BITS value needed for large files
| configure:4957: gcc -c -g -O2  conftest.c >&5
| conftest.c:29: warning: left shift count >= width of type
| conftest.c:29: warning: left shift count >= width of type
| conftest.c:31: error: size of array 'off_t_is_large' is negative
| configure:4963: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |  /* 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:5024: gcc -c -g -O2  conftest.c >&5
| configure:5030: $? = 0
| configure:5037: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5040: $? = 0
| configure:5047: test -s conftest.o
| configure:5050: $? = 0
| configure:5064: result: 64
| configure:5074: checking for _LARGE_FILES value needed for large files
| configure:5110: gcc -c -g -O2  conftest.c >&5
| configure:5116: $? = 0
| configure:5123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5126: $? = 0
| configure:5133: test -s conftest.o
| configure:5136: $? = 0
| configure:5217: result: no
| configure:5229: checking for library containing strerror
| configure:5270: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5276: $? = 0
| configure:5283: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5286: $? = 0
| configure:5293: test -s conftest
| configure:5296: $? = 0
| configure:5320: result: none required
| configure:5328: checking for inline
| configure:5354: gcc -c -g -O2  conftest.c >&5
| configure:5360: $? = 0
| configure:5367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5370: $? = 0
| configure:5377: test -s conftest.o
| configure:5380: $? = 0
| configure:5395: result: inline
| configure:5433: checking fcntl.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking fcntl.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for fcntl.h
| configure:5574: result: yes
| configure:5433: checking linux/fd.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:58:22: error: linux/fd.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <linux/fd.h>
| configure:5487: result: no
| configure:5491: checking linux/fd.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:25:22: error: linux/fd.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | /* end confdefs.h.  */
| | #include <linux/fd.h>
| configure:5533: result: no
| configure:5566: checking for linux/fd.h
| configure:5574: result: no
| configure:5423: checking for memory.h
| configure:5429: result: yes
| configure:5433: checking net/errno.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:59:23: error: net/errno.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <net/errno.h>
| configure:5487: result: no
| configure:5491: checking net/errno.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:26:23: error: net/errno.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h.  */
| | #include <net/errno.h>
| configure:5533: result: no
| configure:5566: checking for net/errno.h
| configure:5574: result: no
| configure:5433: checking sgtty.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking sgtty.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for sgtty.h
| configure:5574: result: yes
| configure:5423: checking for string.h
| configure:5429: result: yes
| configure:5433: checking stropts.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking stropts.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for stropts.h
| configure:5574: result: yes
| configure:5433: checking sys/param.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking sys/param.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for sys/param.h
| configure:5574: result: yes
| configure:5433: checking sys/device.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:63:24: error: sys/device.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/device.h>
| configure:5487: result: no
| configure:5491: checking sys/device.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:30:24: error: sys/device.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <sys/device.h>
| configure:5533: result: no
| configure:5566: checking for sys/device.h
| configure:5574: result: no
| configure:5433: checking sys/filio.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking sys/filio.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for sys/filio.h
| configure:5574: result: yes
| configure:5433: checking sys/gentape.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:64:25: error: sys/gentape.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/gentape.h>
| configure:5487: result: no
| configure:5491: checking sys/gentape.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:31:25: error: sys/gentape.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <sys/gentape.h>
| configure:5533: result: no
| configure:5566: checking for sys/gentape.h
| configure:5574: result: no
| configure:5433: checking sys/inet.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:64:22: error: sys/inet.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/inet.h>
| configure:5487: result: no
| configure:5491: checking sys/inet.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:31:22: error: sys/inet.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <sys/inet.h>
| configure:5533: result: no
| configure:5566: checking for sys/inet.h
| configure:5574: result: no
| configure:5433: checking sys/io/trioctl.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:64:28: error: sys/io/trioctl.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/io/trioctl.h>
| configure:5487: result: no
| configure:5491: checking sys/io/trioctl.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:31:28: error: sys/io/trioctl.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <sys/io/trioctl.h>
| configure:5533: result: no
| configure:5566: checking for sys/io/trioctl.h
| configure:5574: result: no
| configure:5433: checking sys/mtio.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking sys/mtio.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for sys/mtio.h
| configure:5574: result: yes
| configure:5433: checking sys/time.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking sys/time.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for sys/time.h
| configure:5574: result: yes
| configure:5433: checking sys/tprintf.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:66:25: error: sys/tprintf.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/tprintf.h>
| configure:5487: result: no
| configure:5491: checking sys/tprintf.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:33:25: error: sys/tprintf.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/tprintf.h>
| configure:5533: result: no
| configure:5566: checking for sys/tprintf.h
| configure:5574: result: no
| configure:5433: checking sys/tape.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:66:22: error: sys/tape.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/tape.h>
| configure:5487: result: no
| configure:5491: checking sys/tape.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:33:22: error: sys/tape.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/tape.h>
| configure:5533: result: no
| configure:5566: checking for sys/tape.h
| configure:5574: result: no
| configure:5423: checking for unistd.h
| configure:5429: result: yes
| configure:5433: checking locale.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking locale.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for locale.h
| configure:5574: result: yes
| configure:5433: checking features.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:68:22: error: features.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <features.h>
| configure:5487: result: no
| configure:5491: checking features.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:35:22: error: features.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <features.h>
| configure:5533: result: no
| configure:5566: checking for features.h
| configure:5574: result: no
| configure:5433: checking linewrap.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:68:22: error: linewrap.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <linewrap.h>
| configure:5487: result: no
| configure:5491: checking linewrap.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:35:22: error: linewrap.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <linewrap.h>
| configure:5533: result: no
| configure:5566: checking for linewrap.h
| configure:5574: result: no
| configure:5433: checking stdio_ext.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:68:23: error: stdio_ext.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <stdio_ext.h>
| configure:5487: result: no
| configure:5491: checking stdio_ext.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:35:23: error: stdio_ext.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <stdio_ext.h>
| configure:5533: result: no
| configure:5566: checking for stdio_ext.h
| configure:5574: result: no
| configure:5433: checking wchar.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking wchar.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for wchar.h
| configure:5574: result: yes
| configure:5423: checking for stdint.h
| configure:5429: result: no
| configure:5423: checking for inttypes.h
| configure:5429: result: yes
| configure:5433: checking wctype.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking wctype.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for wctype.h
| configure:5574: result: yes
| configure:5423: checking for sys/stat.h
| configure:5429: result: yes
| configure:5433: checking priv.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| conftest.c:72:18: error: priv.h: No such file or directory
| configure:5456: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <priv.h>
| configure:5487: result: no
| configure:5491: checking priv.h presence
| configure:5506: gcc -E  conftest.c
| conftest.c:39:18: error: priv.h: No such file or directory
| configure:5512: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | /* end confdefs.h.  */
| | #include <priv.h>
| configure:5533: result: no
| configure:5566: checking for priv.h
| configure:5574: result: no
| configure:5433: checking utime.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking utime.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for utime.h
| configure:5574: result: yes
| configure:5433: checking netdb.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking netdb.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for netdb.h
| configure:5574: result: yes
| configure:5433: checking sys/wait.h usability
| configure:5450: gcc -c -g -O2  conftest.c >&5
| configure:5456: $? = 0
| configure:5463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5466: $? = 0
| configure:5473: test -s conftest.o
| configure:5476: $? = 0
| configure:5487: result: yes
| configure:5491: checking sys/wait.h presence
| configure:5506: gcc -E  conftest.c
| configure:5512: $? = 0
| configure:5533: result: yes
| configure:5566: checking for sys/wait.h
| configure:5574: result: yes
| configure:5672: checking for sys/buf.h
| configure:5695: gcc -c -g -O2  conftest.c >&5
| configure:5701: $? = 0
| configure:5708: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5711: $? = 0
| configure:5718: test -s conftest.o
| configure:5721: $? = 0
| configure:5734: result: yes
| configure:5746: checking for sys/wait.h that is POSIX.1 compatible
| configure:5820: result: yes
| configure:5830: checking for stdbool.h that conforms to C99
| configure:5923: gcc -c -g -O2  conftest.c >&5
| configure:5929: $? = 0
| configure:5936: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5939: $? = 0
| configure:5946: test -s conftest.o
| configure:5949: $? = 0
| configure:5961: result: yes
| configure:5963: checking for _Bool
| configure:5993: gcc -c -g -O2  conftest.c >&5
| configure:5999: $? = 0
| configure:6006: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6009: $? = 0
| configure:6016: test -s conftest.o
| configure:6019: $? = 0
| configure:6031: result: yes
| configure:6077: checking for dirent.h that defines DIR
| configure:6106: gcc -c -g -O2  conftest.c >&5
| configure:6112: $? = 0
| configure:6119: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6122: $? = 0
| configure:6129: test -s conftest.o
| configure:6132: $? = 0
| configure:6145: result: yes
| configure:6158: checking for library containing opendir
| configure:6199: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6205: $? = 0
| configure:6212: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6215: $? = 0
| configure:6222: test -s conftest
| configure:6225: $? = 0
| configure:6249: result: none required
| configure:6359: checking whether sys/types.h defines makedev
| configure:6385: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| makedev                             /var/tmp//ccEegy4g.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:6391: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | int
| | main ()
| | {
| | return makedev(0, 0);
| |   ;
| |   return 0;
| | }
| configure:6425: result: no
| configure:6439: checking sys/mkdev.h usability
| configure:6456: gcc -c -g -O2  conftest.c >&5
| configure:6462: $? = 0
| configure:6469: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6472: $? = 0
| configure:6479: test -s conftest.o
| configure:6482: $? = 0
| configure:6493: result: yes
| configure:6497: checking sys/mkdev.h presence
| configure:6512: gcc -E  conftest.c
| configure:6518: $? = 0
| configure:6539: result: yes
| configure:6572: checking for sys/mkdev.h
| configure:6579: result: yes
| configure:6760: checking whether stat file-mode macros are broken
| configure:6808: result: no
| configure:6818: checking for ANSI C header files
| configure:6996: result: yes
| configure:7007: checking for st_fstype string in struct stat
| configure:7034: gcc -c -g -O2  conftest.c >&5
| configure:7040: $? = 0
| configure:7047: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7050: $? = 0
| configure:7057: test -s conftest.o
| configure:7060: $? = 0
| configure:7073: result: yes
| configure:7083: checking return type of signal handlers
| configure:7111: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:56: error: void value not ignored as it ought to be
| configure:7117: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <signal.h>
| | 
| | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| |   ;
| |   return 0;
| | }
| configure:7149: result: void
| configure:7157: checking for mode_t
| configure:7187: gcc -c -g -O2  conftest.c >&5
| configure:7193: $? = 0
| configure:7200: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7203: $? = 0
| configure:7210: test -s conftest.o
| configure:7213: $? = 0
| configure:7225: result: yes
| configure:7237: checking for pid_t
| configure:7267: gcc -c -g -O2  conftest.c >&5
| configure:7273: $? = 0
| configure:7280: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7283: $? = 0
| configure:7290: test -s conftest.o
| configure:7293: $? = 0
| configure:7305: result: yes
| configure:7317: checking for off_t
| configure:7347: gcc -c -g -O2  conftest.c >&5
| configure:7353: $? = 0
| configure:7360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7363: $? = 0
| configure:7370: test -s conftest.o
| configure:7373: $? = 0
| configure:7385: result: yes
| configure:7397: checking for size_t
| configure:7427: gcc -c -g -O2  conftest.c >&5
| configure:7433: $? = 0
| configure:7440: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7443: $? = 0
| configure:7450: test -s conftest.o
| configure:7453: $? = 0
| configure:7465: result: yes
| configure:7477: checking for uid_t in sys/types.h
| configure:7500: result: yes
| configure:7515: checking for major_t
| configure:7545: gcc -c -g -O2  conftest.c >&5
| configure:7551: $? = 0
| configure:7558: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7561: $? = 0
| configure:7568: test -s conftest.o
| configure:7571: $? = 0
| configure:7583: result: yes
| configure:7595: checking for minor_t
| configure:7625: gcc -c -g -O2  conftest.c >&5
| configure:7631: $? = 0
| configure:7638: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7641: $? = 0
| configure:7648: test -s conftest.o
| configure:7651: $? = 0
| configure:7663: result: yes
| configure:7675: checking for dev_t
| configure:7705: gcc -c -g -O2  conftest.c >&5
| configure:7711: $? = 0
| configure:7718: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7721: $? = 0
| configure:7728: test -s conftest.o
| configure:7731: $? = 0
| configure:7743: result: yes
| configure:7755: checking for ino_t
| configure:7785: gcc -c -g -O2  conftest.c >&5
| configure:7791: $? = 0
| configure:7798: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7801: $? = 0
| configure:7808: test -s conftest.o
| configure:7811: $? = 0
| configure:7823: result: yes
| configure:7837: checking for ssize_t
| configure:7864: gcc -c -g -O2  conftest.c >&5
| configure:7870: $? = 0
| configure:7877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7880: $? = 0
| configure:7887: test -s conftest.o
| configure:7890: $? = 0
| configure:7902: result: yes
| configure:7916: checking for working alloca.h
| configure:7943: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7949: $? = 0
| configure:7956: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7959: $? = 0
| configure:7966: test -s conftest
| configure:7969: $? = 0
| configure:7982: result: yes
| configure:7992: checking for alloca
| configure:8039: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8045: $? = 0
| configure:8052: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8055: $? = 0
| configure:8062: test -s conftest
| configure:8065: $? = 0
| configure:8078: result: yes
| configure:8327: checking for stdlib.h
| configure:8333: result: yes
| configure:8491: checking for GNU libc compatible malloc
| configure:8525: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8528: $? = 0
| configure:8534: ./conftest
| configure:8537: $? = 0
| configure:8553: result: yes
| configure:8569: checking for long long int
| configure:8602: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8608: $? = 0
| configure:8615: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8618: $? = 0
| configure:8625: test -s conftest
| configure:8628: $? = 0
| configure:8668: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8671: $? = 0
| configure:8677: ./conftest
| configure:8680: $? = 0
| configure:8705: result: yes
| configure:8716: checking for long double
| configure:8789: result: yes
| configure:8799: checking for C/C++ restrict keyword
| configure:8835: gcc -c -g -O2  conftest.c >&5
| conftest.c:58: error: expected ';', ',' or ')' before 'ip'
| conftest.c: In function 'main':
| conftest.c:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
't'
| conftest.c:65: error: 't' undeclared (first use in this function)
| conftest.c:65: error: (Each undeclared identifier is reported only once
| conftest.c:65: error: for each function it appears in.)
| configure:8841: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | /* end confdefs.h.  */
| | typedef int * int_ptr;
| |         int foo (int_ptr restrict ip) {
| |         return ip[0];
| |        }
| | int
| | main ()
| | {
| | int s[1];
| |         int * restrict t = s;
| |         t[0] = 0;
| |         return foo(t)
| |   ;
| |   return 0;
| | }
| configure:8835: gcc -c -g -O2  conftest.c >&5
| configure:8841: $? = 0
| configure:8848: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8851: $? = 0
| configure:8858: test -s conftest.o
| configure:8861: $? = 0
| configure:8876: result: __restrict
| configure:8891: checking whether getenv is declared
| configure:8921: gcc -c -g -O2  conftest.c >&5
| configure:8927: $? = 0
| configure:8934: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8937: $? = 0
| configure:8944: test -s conftest.o
| configure:8947: $? = 0
| configure:8959: result: yes
| configure:8996: checking whether clearerr_unlocked is declared
| configure:9026: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:97: error: 'clearerr_unlocked' undeclared (first use in this 
function)
| conftest.c:97: error: (Each undeclared identifier is reported only once
| conftest.c:97: error: for each function it appears in.)
| configure:9032: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef clearerr_unlocked
| |   char *p = (char *) clearerr_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9064: result: no
| configure:9082: checking whether feof_unlocked is declared
| configure:9112: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:98: error: 'feof_unlocked' undeclared (first use in this function)
| conftest.c:98: error: (Each undeclared identifier is reported only once
| conftest.c:98: error: for each function it appears in.)
| configure:9118: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef feof_unlocked
| |   char *p = (char *) feof_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9150: result: no
| configure:9168: checking whether ferror_unlocked is declared
| configure:9198: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:99: error: 'ferror_unlocked' undeclared (first use in this 
function)
| conftest.c:99: error: (Each undeclared identifier is reported only once
| conftest.c:99: error: for each function it appears in.)
| configure:9204: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef ferror_unlocked
| |   char *p = (char *) ferror_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9236: result: no
| configure:9254: checking whether fflush_unlocked is declared
| configure:9284: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:100: error: 'fflush_unlocked' undeclared (first use in this 
function)
| conftest.c:100: error: (Each undeclared identifier is reported only once
| conftest.c:100: error: for each function it appears in.)
| configure:9290: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fflush_unlocked
| |   char *p = (char *) fflush_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9322: result: no
| configure:9340: checking whether fgets_unlocked is declared
| configure:9370: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:101: error: 'fgets_unlocked' undeclared (first use in this 
function)
| conftest.c:101: error: (Each undeclared identifier is reported only once
| conftest.c:101: error: for each function it appears in.)
| configure:9376: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fgets_unlocked
| |   char *p = (char *) fgets_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9408: result: no
| configure:9426: checking whether fputc_unlocked is declared
| configure:9456: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:102: error: 'fputc_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:9462: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fputc_unlocked
| |   char *p = (char *) fputc_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9494: result: no
| configure:9512: checking whether fputs_unlocked is declared
| configure:9542: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:103: error: 'fputs_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:9548: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fputs_unlocked
| |   char *p = (char *) fputs_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9580: result: no
| configure:9598: checking whether fread_unlocked is declared
| configure:9628: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:104: error: 'fread_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:9634: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fread_unlocked
| |   char *p = (char *) fread_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9666: result: no
| configure:9684: checking whether fwrite_unlocked is declared
| configure:9714: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:105: error: 'fwrite_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:9720: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fwrite_unlocked
| |   char *p = (char *) fwrite_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9752: result: no
| configure:9770: checking whether getc_unlocked is declared
| configure:9800: gcc -c -g -O2  conftest.c >&5
| configure:9806: $? = 0
| configure:9813: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9816: $? = 0
| configure:9823: test -s conftest.o
| configure:9826: $? = 0
| configure:9838: result: yes
| configure:9856: checking whether getchar_unlocked is declared
| configure:9886: gcc -c -g -O2  conftest.c >&5
| configure:9892: $? = 0
| configure:9899: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9902: $? = 0
| configure:9909: test -s conftest.o
| configure:9912: $? = 0
| configure:9924: result: yes
| configure:9942: checking whether putc_unlocked is declared
| configure:9972: gcc -c -g -O2  conftest.c >&5
| configure:9978: $? = 0
| configure:9985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9988: $? = 0
| configure:9995: test -s conftest.o
| configure:9998: $? = 0
| configure:10010: result: yes
| configure:10028: checking whether putchar_unlocked is declared
| configure:10058: gcc -c -g -O2  conftest.c >&5
| configure:10064: $? = 0
| configure:10071: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10074: $? = 0
| configure:10081: test -s conftest.o
| configure:10084: $? = 0
| configure:10096: result: yes
| configure:10121: checking for flockfile
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for funlockfile
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for pathconf
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for lchmod
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| lchmod                              /var/tmp//cc4hcXA8.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | /* end confdefs.h.  */
| | /* Define lchmod to an innocuous variant, in case <limits.h> declares 
lchmod.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define lchmod innocuous_lchmod
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char lchmod (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef lchmod
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char lchmod ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_lchmod || defined __stub___lchmod
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return lchmod ();
| |   ;
| |   return 0;
| | }
| configure:10217: result: no
| configure:10121: checking for fdopendir
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| fdopendir                           /var/tmp//ccWPHV9l.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | /* end confdefs.h.  */
| | /* Define fdopendir to an innocuous variant, in case <limits.h> declares 
fdopendir.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define fdopendir innocuous_fdopendir
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char fdopendir (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:10217: result: no
| configure:10121: checking for fchdir
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for gettimeofday
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for nanotime
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| nanotime                            /var/tmp//cccULleQ.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | /* end confdefs.h.  */
| | /* Define nanotime to an innocuous variant, in case <limits.h> declares 
nanotime.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define nanotime innocuous_nanotime
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char nanotime (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef nanotime
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char nanotime ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_nanotime || defined __stub___nanotime
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return nanotime ();
| |   ;
| |   return 0;
| | }
| configure:10217: result: no
| configure:10121: checking for alarm
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for iswprint
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:102: warning: conflicting types for built-in function 'iswprint'
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for mbsinit
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| mbsinit                             /var/tmp//cc8Xu5BP.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | /* end confdefs.h.  */
| | /* Define mbsinit to an innocuous variant, in case <limits.h> declares 
mbsinit.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define mbsinit innocuous_mbsinit
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mbsinit (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef mbsinit
| | 
| | /* 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 mbsinit ();
| | /* 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_mbsinit || defined __stub___mbsinit
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return mbsinit ();
| |   ;
| |   return 0;
| | }
| configure:10217: result: no
| configure:10121: checking for iswctype
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for mbrtowc
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| mbrtowc                             /var/tmp//cciX45sR.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | /* end confdefs.h.  */
| | /* Define mbrtowc to an innocuous variant, in case <limits.h> declares 
mbrtowc.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define mbrtowc innocuous_mbrtowc
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mbrtowc (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef mbrtowc
| | 
| | /* 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 mbrtowc ();
| | /* 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_mbrtowc || defined __stub___mbrtowc
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return mbrtowc ();
| |   ;
| |   return 0;
| | }
| configure:10217: result: no
| configure:10121: checking for mempcpy
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:104: warning: conflicting types for built-in function 'mempcpy'
| Undefined                     first referenced
|  symbol                           in file
| mempcpy                             /var/tmp//cccSVz5M.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | /* end confdefs.h.  */
| | /* Define mempcpy to an innocuous variant, in case <limits.h> declares 
mempcpy.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define mempcpy innocuous_mempcpy
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mempcpy (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:10217: result: no
| configure:10121: checking for wcrtomb
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| wcrtomb                             /var/tmp//cc29ZCJO.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | /* end confdefs.h.  */
| | /* Define wcrtomb to an innocuous variant, in case <limits.h> declares 
wcrtomb.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define wcrtomb innocuous_wcrtomb
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char wcrtomb (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef wcrtomb
| | 
| | /* 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 wcrtomb ();
| | /* 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_wcrtomb || defined __stub___wcrtomb
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return wcrtomb ();
| |   ;
| |   return 0;
| | }
| configure:10217: result: no
| configure:10121: checking for wcscoll
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for lstat
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for pipe
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for futimes
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| futimes                             /var/tmp//ccIdIziW.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | /* end confdefs.h.  */
| | /* Define futimes to an innocuous variant, in case <limits.h> declares 
futimes.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define futimes innocuous_futimes
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char futimes (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:10217: result: no
| configure:10121: checking for futimesat
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| futimesat                           /var/tmp//cccDKRFR.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:10183: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | /* end confdefs.h.  */
| | /* Define futimesat to an innocuous variant, in case <limits.h> declares 
futimesat.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define futimesat innocuous_futimesat
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char futimesat (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:10217: result: no
| configure:10121: checking for wcwidth
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for strerror
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for mkfifo
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10121: checking for setlocale
| configure:10177: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10183: $? = 0
| configure:10190: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10193: $? = 0
| configure:10200: test -s conftest
| configure:10203: $? = 0
| configure:10217: result: yes
| configure:10235: checking for d_ino member in directory struct
| configure:10264: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10270: $? = 0
| configure:10277: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10280: $? = 0
| configure:10287: test -s conftest
| configure:10290: $? = 0
| configure:10305: result: yes
| configure:10317: checking whether system is Windows or MSDOS
| configure:10346: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:94: error: 'neither' undeclared (first use in this function)
| conftest.c:94: error: (Each undeclared identifier is reported only once
| conftest.c:94: error: for each function it appears in.)
| conftest.c:94: error: expected ';' before 'MSDOS'
| configure:10352: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined 
__CYGWIN__
| | neither MSDOS nor Windows
| | #endif
| |   ;
| |   return 0;
| | }
| configure:10385: result: no
| configure:10493: checking for long file names
| configure:10525: result: yes
| configure:10552: checking whether memrchr is declared
| configure:10582: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:130: error: 'memrchr' 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.)
| configure:10588: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef memrchr
| |   char *p = (char *) memrchr;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:10620: result: no
| configure:10643: checking for unistd.h
| configure:10649: result: yes
| configure:10807: checking for working chown
| configure:10850: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10853: $? = 0
| configure:10859: ./conftest
| configure:10862: $? = 0
| configure:10880: result: yes
| configure:10891: checking whether chown(2) dereferences symlinks
| configure:10934: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10937: $? = 0
| configure:10943: ./conftest
| configure:10946: $? = 0
| configure:10964: result: yes
| configure:10981: checking build system type
| configure:10999: result: sparc-sun-solaris2.6
| configure:11021: checking host system type
| configure:11036: result: sparc-sun-solaris2.6
| configure:11060: checking whether // is distinct from /
| configure:11089: result: no
| configure:11103: checking whether strerror_r is declared
| configure:11133: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:134: error: 'strerror_r' undeclared (first use in this function)
| conftest.c:134: error: (Each undeclared identifier is reported only once
| conftest.c:134: error: for each function it appears in.)
| configure:11139: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strerror_r
| |   char *p = (char *) strerror_r;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:11171: result: no
| configure:11193: checking for strerror_r
| configure:11249: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strerror_r                          /var/tmp//ccgLsat2.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:11255: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | /* end confdefs.h.  */
| | /* Define strerror_r to an innocuous variant, in case <limits.h> declares 
strerror_r.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strerror_r innocuous_strerror_r
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strerror_r (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strerror_r
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char strerror_r ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_strerror_r || defined __stub___strerror_r
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strerror_r ();
| |   ;
| |   return 0;
| | }
| configure:11289: result: no
| configure:11299: checking whether strerror_r returns char *
| configure:11404: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strerror_r                          /var/tmp//ccu0fpe5.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:11407: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |     extern char *strerror_r ();
| | int
| | main ()
| | {
| | char buf[100];
| |       char x = *strerror_r (0, buf, sizeof buf);
| |       return ! isalpha (x);
| |   ;
| |   return 0;
| | }
| configure:11432: result: no
| configure:11442: checking for mbstate_t
| configure:11469: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:135: error: 'mbstate_t' undeclared (first use in this function)
| conftest.c:135: error: (Each undeclared identifier is reported only once
| conftest.c:135: error: for each function it appears in.)
| conftest.c:135: error: expected ';' before 'x'
| conftest.c:135: error: 'x' undeclared (first use in this function)
| configure:11475: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #       include <wchar.h>
| | int
| | main ()
| | {
| | mbstate_t x; return sizeof x;
| |   ;
| |   return 0;
| | }
| configure:11507: result: no
| configure:11525: checking whether getcwd (NULL, 0) allocates memory for result
| configure:11563: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11566: $? = 0
| configure:11572: ./conftest
| configure:11575: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | /* end confdefs.h.  */
| | 
| | #    include <stdlib.h>
| | #    include <unistd.h>
| | #    ifndef getcwd
| |      char *getcwd ();
| | #    endif
| |      int
| |      main ()
| |      {
| |        if (chdir ("/") != 0)
| |          exit (1);
| |        else
| |          {
| |            char *f = getcwd (NULL, 0);
| |            exit (! (f && f[0] == '/' && !f[1]));
| |          }
| |      }
| configure:11591: result: no
| configure:11594: checking whether getcwd is declared
| configure:11624: gcc -c -g -O2  conftest.c >&5
| configure:11630: $? = 0
| configure:11637: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11640: $? = 0
| configure:11647: test -s conftest.o
| configure:11650: $? = 0
| configure:11662: result: yes
| configure:11680: checking whether time.h and sys/time.h may both be included
| configure:11710: gcc -c -g -O2  conftest.c >&5
| configure:11716: $? = 0
| configure:11723: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11726: $? = 0
| configure:11733: test -s conftest.o
| configure:11736: $? = 0
| configure:11748: result: yes
| configure:11777: checking for struct timespec
| configure:11814: gcc -c -g -O2  conftest.c >&5
| configure:11820: $? = 0
| configure:11827: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11830: $? = 0
| configure:11837: test -s conftest.o
| configure:11840: $? = 0
| configure:11853: result: yes
| configure:11867: checking whether nanosleep is declared
| configure:11898: gcc -c -g -O2  conftest.c >&5
| configure:11904: $? = 0
| configure:11911: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11914: $? = 0
| configure:11921: test -s conftest.o
| configure:11924: $? = 0
| configure:11936: result: yes
| configure:11960: checking for compound literals
| configure:11987: gcc -c -g -O2  conftest.c >&5
| configure:11993: $? = 0
| configure:12000: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12003: $? = 0
| configure:12010: test -s conftest.o
| configure:12013: $? = 0
| configure:12025: result: yes
| configure:12035: checking whether struct tm is in sys/time.h or time.h
| configure:12063: gcc -c -g -O2  conftest.c >&5
| configure:12069: $? = 0
| configure:12076: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12079: $? = 0
| configure:12086: test -s conftest.o
| configure:12089: $? = 0
| configure:12101: result: time.h
| configure:12112: checking for struct tm.tm_gmtoff
| configure:12141: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:110: error: 'struct tm' has no member named 'tm_gmtoff'
| configure:12147: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | /* end confdefs.h.  */
| | #include <time.h>
| | 
| | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (ac_aggr.tm_gmtoff)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:12198: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:110: error: 'struct tm' has no member named 'tm_gmtoff'
| configure:12204: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | /* end confdefs.h.  */
| | #include <time.h>
| | 
| | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (sizeof ac_aggr.tm_gmtoff)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:12239: result: no
| configure:12250: checking whether getdelim is declared
| configure:12280: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:141: error: 'getdelim' undeclared (first use in this function)
| conftest.c:141: error: (Each undeclared identifier is reported only once
| conftest.c:141: error: for each function it appears in.)
| configure:12286: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef getdelim
| |   char *p = (char *) getdelim;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:12318: result: no
| configure:12856: checking for unsigned long long int
| configure:12887: gcc -o conftest -g -O2   conftest.c  >&5
| configure:12893: $? = 0
| configure:12900: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12903: $? = 0
| configure:12910: test -s conftest
| configure:12913: $? = 0
| configure:12926: result: yes
| configure:13227: checking sys/inttypes.h usability
| configure:13244: gcc -c -g -O2  conftest.c >&5
| configure:13250: $? = 0
| configure:13257: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13260: $? = 0
| configure:13267: test -s conftest.o
| configure:13270: $? = 0
| configure:13281: result: yes
| configure:13285: checking sys/inttypes.h presence
| configure:13300: gcc -E  conftest.c
| configure:13306: $? = 0
| configure:13327: result: yes
| configure:13360: checking for sys/inttypes.h
| configure:13368: result: yes
| configure:13227: checking sys/bitypes.h usability
| configure:13244: gcc -c -g -O2  conftest.c >&5
| conftest.c:140:25: error: sys/bitypes.h: No such file or directory
| configure:13250: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/bitypes.h>
| configure:13281: result: no
| configure:13285: checking sys/bitypes.h presence
| configure:13300: gcc -E  conftest.c
| conftest.c:107:25: error: sys/bitypes.h: No such file or directory
| configure:13306: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <sys/bitypes.h>
| configure:13327: result: no
| configure:13360: checking for sys/bitypes.h
| configure:13368: result: no
| configure:13403: checking for bit size of ptrdiff_t
| configure:13842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13845: $? = 0
| configure:13851: ./conftest
| configure:13854: $? = 0
| configure:13872: result: 32
| configure:13403: checking for bit size of sig_atomic_t
| configure:13842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13845: $? = 0
| configure:13851: ./conftest
| configure:13854: $? = 0
| configure:13872: result: 32
| configure:13403: checking for bit size of size_t
| configure:13842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13845: $? = 0
| configure:13851: ./conftest
| configure:13854: $? = 0
| configure:13872: result: 32
| configure:13403: checking for bit size of wchar_t
| configure:13842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13845: $? = 0
| configure:13851: ./conftest
| configure:13854: $? = 0
| configure:13872: result: 32
| configure:13403: checking for bit size of wint_t
| configure:13842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13845: $? = 0
| configure:13851: ./conftest
| configure:13854: $? = 0
| configure:13872: result: 32
| configure:13893: checking whether sig_atomic_t is signed
| configure:13930: gcc -c -g -O2  conftest.c >&5
| configure:13936: $? = 0
| configure:13943: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13946: $? = 0
| configure:13953: test -s conftest.o
| configure:13956: $? = 0
| configure:13971: result: yes
| configure:13893: checking whether wchar_t is signed
| configure:13930: gcc -c -g -O2  conftest.c >&5
| configure:13936: $? = 0
| configure:13943: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13946: $? = 0
| configure:13953: test -s conftest.o
| configure:13956: $? = 0
| configure:13971: result: yes
| configure:13893: checking whether wint_t is signed
| configure:13930: gcc -c -g -O2  conftest.c >&5
| configure:13936: $? = 0
| configure:13943: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13946: $? = 0
| configure:13953: test -s conftest.o
| configure:13956: $? = 0
| configure:13971: result: yes
| configure:13997: checking for ptrdiff_t integer literal suffix
| configure:14053: gcc -c -g -O2  conftest.c >&5
| configure:14059: $? = 0
| configure:14066: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14069: $? = 0
| configure:14076: test -s conftest.o
| configure:14079: $? = 0
| configure:14095: result: 
| configure:13997: checking for sig_atomic_t integer literal suffix
| configure:14053: gcc -c -g -O2  conftest.c >&5
| configure:14059: $? = 0
| configure:14066: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14069: $? = 0
| configure:14076: test -s conftest.o
| configure:14079: $? = 0
| configure:14095: result: 
| configure:13997: checking for size_t integer literal suffix
| configure:14053: gcc -c -g -O2  conftest.c >&5
| configure:14059: $? = 0
| configure:14066: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14069: $? = 0
| configure:14076: test -s conftest.o
| configure:14079: $? = 0
| configure:14095: result: u
| configure:13997: checking for wchar_t integer literal suffix
| configure:14053: gcc -c -g -O2  conftest.c >&5
| conftest.c:130: error: conflicting types for 'foo'
| conftest.c:129: error: previous declaration of 'foo' was here
| configure:14059: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |           extern wchar_t foo;
| |           extern int foo;
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:14053: gcc -c -g -O2  conftest.c >&5
| configure:14059: $? = 0
| configure:14066: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14069: $? = 0
| configure:14076: test -s conftest.o
| configure:14079: $? = 0
| configure:14095: result: l
| configure:13997: checking for wint_t integer literal suffix
| configure:14053: gcc -c -g -O2  conftest.c >&5
| conftest.c:131: error: conflicting types for 'foo'
| conftest.c:130: error: previous declaration of 'foo' was here
| configure:14059: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |           extern wint_t foo;
| |           extern int foo;
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:14053: gcc -c -g -O2  conftest.c >&5
| configure:14059: $? = 0
| configure:14066: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14069: $? = 0
| configure:14076: test -s conftest.o
| configure:14079: $? = 0
| configure:14095: result: l
| configure:14119: checking for inttypes.h
| configure:14125: result: yes
| configure:14284: checking whether the inttypes.h PRIxNN macros are broken
| configure:14315: gcc -c -g -O2  conftest.c >&5
| configure:14321: $? = 0
| configure:14328: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14331: $? = 0
| configure:14338: test -s conftest.o
| configure:14341: $? = 0
| configure:14354: result: no
| configure:14369: checking whether imaxabs is declared
| configure:14399: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:158: error: 'imaxabs' undeclared (first use in this function)
| conftest.c:158: error: (Each undeclared identifier is reported only once
| conftest.c:158: error: for each function it appears in.)
| configure:14405: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef imaxabs
| |   char *p = (char *) imaxabs;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14437: result: no
| configure:14455: checking whether imaxdiv is declared
| configure:14485: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:159: error: 'imaxdiv' undeclared (first use in this function)
| conftest.c:159: error: (Each undeclared identifier is reported only once
| conftest.c:159: error: for each function it appears in.)
| configure:14491: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef imaxdiv
| |   char *p = (char *) imaxdiv;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14523: result: no
| configure:14541: checking whether strtoimax is declared
| configure:14571: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:160: error: 'strtoimax' undeclared (first use in this function)
| conftest.c:160: error: (Each undeclared identifier is reported only once
| conftest.c:160: error: for each function it appears in.)
| configure:14577: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strtoimax
| |   char *p = (char *) strtoimax;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14609: result: no
| configure:14627: checking whether strtoumax is declared
| configure:14657: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:161: error: 'strtoumax' undeclared (first use in this function)
| conftest.c:161: error: (Each undeclared identifier is reported only once
| conftest.c:161: error: for each function it appears in.)
| configure:14663: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strtoumax
| |   char *p = (char *) strtoumax;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14695: result: no
| configure:14715: checking whether lchown is declared
| configure:14745: gcc -c -g -O2  conftest.c >&5
| configure:14751: $? = 0
| configure:14758: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14761: $? = 0
| configure:14768: test -s conftest.o
| configure:14771: $? = 0
| configure:14783: result: yes
| configure:14802: checking for nl_langinfo and CODESET
| configure:14828: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14834: $? = 0
| configure:14841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14844: $? = 0
| configure:14851: test -s conftest
| configure:14854: $? = 0
| configure:14868: result: yes
| configure:14879: checking whether we are using the GNU C Library 2.1 or newer
| conftest.c:128:22: error: features.h: No such file or directory
| configure:14910: result: no
| configure:14916: checking whether lstat dereferences a symlink specified with 
a trailing slash
| configure:14952: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14955: $? = 0
| configure:14961: ./conftest
| configure:14964: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | struct stat sbuf;
| |      /* Linux will dereference the symlink and fail.
| |     That is better in the sense that it means we will not
| |     have to compile and use the lstat wrapper.  */
| |      return lstat ("conftest.sym/", &sbuf) == 0;
| |   ;
| |   return 0;
| | }
| configure:14987: result: no
| configure:15004: checking whether mbrtowc and mbstate_t are properly declared
| configure:15034: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function 'main':
| conftest.c:135: error: 'mbrtowc' undeclared (first use in this function)
| conftest.c:135: error: (Each undeclared identifier is reported only once
| conftest.c:135: error: for each function it appears in.)
| configure:15040: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <wchar.h>
| | int
| | main ()
| | {
| | wchar_t wc;
| |               char const s[] = "";
| |               size_t n = 1;
| |               mbstate_t state;
| |               return ! (sizeof state && (mbrtowc) (&wc, s, n, &state));
| |   ;
| |   return 0;
| | }
| configure:15073: result: no
| configure:15087: checking whether <limits.h> defines MIN and MAX
| configure:15114: gcc -c -g -O2  conftest.c >&5
| conftest.c:128: error: initializer element is not constant
| configure:15120: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <limits.h>
| | int x = MIN (42, 17);
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:15152: result: no
| configure:15167: checking whether <sys/param.h> defines MIN and MAX
| configure:15194: gcc -c -g -O2  conftest.c >&5
| conftest.c:128: error: initializer element is not constant
| configure:15200: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <sys/param.h>
| | int x = MIN (42, 17);
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:15232: result: no
| configure:15261: checking for working mktime
| configure:15470: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15473: $? = 0
| configure:15479: ./conftest
| configure:15482: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | /* Test program from Paul Eggert and Tony Leneis.  */
| | #ifdef TIME_WITH_SYS_TIME
| | # include <sys/time.h>
| | # include <time.h>
| | #else
| | # ifdef HAVE_SYS_TIME_H
| | #  include <sys/time.h>
| | # else
| | #  include <time.h>
| | # endif
| | #endif
| | 
| | #include <stdlib.h>
| | 
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #ifndef HAVE_ALARM
| | # define alarm(X) /* empty */
| | #endif
| | 
| | /* Work around redefinition to rpl_putenv by other config tests.  */
| | #undef putenv
| | 
| | static time_t time_t_max;
| | static time_t time_t_min;
| | 
| | /* Values we'll use to set the TZ environment variable.  */
| | static char *tz_strings[] = {
| |   (char *) 0, "TZ=GMT0", "TZ=JST-9",
| |   "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| | };
| | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
| | 
| | /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| |    Based on a problem report from Andreas Jaeger.  */
| | static int
| | spring_forward_gap ()
| | {
| |   /* glibc (up to about 1998-10-07) failed this test. */
| |   struct tm tm;
| | 
| |   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| |      instead of "TZ=America/Vancouver" in order to detect the bug even
| |      on systems that don't support the Olson extension, or don't have the
| |      full zoneinfo tables installed.  */
| |   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
| | 
| |   tm.tm_year = 98;
| |   tm.tm_mon = 3;
| |   tm.tm_mday = 5;
| |   tm.tm_hour = 2;
| |   tm.tm_min = 0;
| |   tm.tm_sec = 0;
| |   tm.tm_isdst = -1;
| |   return mktime (&tm) != (time_t) -1;
| | }
| | 
| | static int
| | mktime_test1 (now)
| |      time_t now;
| | {
| |   struct tm *lt;
| |   return ! (lt = localtime (&now)) || mktime (lt) == now;
| | }
| | 
| | static int
| | mktime_test (now)
| |      time_t now;
| | {
| |   return (mktime_test1 (now)
| |       && mktime_test1 ((time_t) (time_t_max - now))
| |       && mktime_test1 ((time_t) (time_t_min + now)));
| | }
| | 
| | static int
| | irix_6_4_bug ()
| | {
| |   /* Based on code from Ariel Faigon.  */
| |   struct tm tm;
| |   tm.tm_year = 96;
| |   tm.tm_mon = 3;
| |   tm.tm_mday = 0;
| |   tm.tm_hour = 0;
| |   tm.tm_min = 0;
| |   tm.tm_sec = 0;
| |   tm.tm_isdst = -1;
| |   mktime (&tm);
| |   return tm.tm_mon == 2 && tm.tm_mday == 31;
| | }
| | 
| | static int
| | bigtime_test (j)
| |      int j;
| | {
| |   struct tm tm;
| |   time_t now;
| |   tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec 
= j;
| |   now = mktime (&tm);
| |   if (now != (time_t) -1)
| |     {
| |       struct tm *lt = localtime (&now);
| |       if (! (lt
| |          && lt->tm_year == tm.tm_year
| |          && lt->tm_mon == tm.tm_mon
| |          && lt->tm_mday == tm.tm_mday
| |          && lt->tm_hour == tm.tm_hour
| |          && lt->tm_min == tm.tm_min
| |          && lt->tm_sec == tm.tm_sec
| |          && lt->tm_yday == tm.tm_yday
| |          && lt->tm_wday == tm.tm_wday
| |          && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
| |               == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
| |     return 0;
| |     }
| |   return 1;
| | }
| | 
| | static int
| | year_2050_test ()
| | {
| |   /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
| |      ignoring leap seconds.  */
| |   unsigned long int answer = 2527315200UL;
| | 
| |   struct tm tm;
| |   time_t t;
| |   tm.tm_year = 2050 - 1900;
| |   tm.tm_mon = 2 - 1;
| |   tm.tm_mday = 1;
| |   tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
| |   tm.tm_isdst = -1;
| | 
| |   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| |      instead of "TZ=America/Vancouver" in order to detect the bug even
| |      on systems that don't support the Olson extension, or don't have the
| |      full zoneinfo tables installed.  */
| |   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
| | 
| |   t = mktime (&tm);
| | 
| |   /* Check that the result is either a failure, or close enough
| |      to the correct answer that we can assume the discrepancy is
| |      due to leap seconds.  */
| |   return (t == (time_t) -1
| |       || (0 < t && answer - 120 <= t && t <= answer + 120));
| | }
| | 
| | int
| | main ()
| | {
| |   time_t t, delta;
| |   int i, j;
| | 
| |   /* This test makes some buggy mktime implementations loop.
| |      Give up after 60 seconds; a mktime slower than that
| |      isn't worth using anyway.  */
| |   alarm (60);
| | 
| |   for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
| |     continue;
| |   time_t_max--;
| |   if ((time_t) -1 < 0)
| |     for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
| |       continue;
| |   delta = time_t_max / 997; /* a suitable prime number */
| |   for (i = 0; i < N_STRINGS; i++)
| |     {
| |       if (tz_strings[i])
| |     putenv (tz_strings[i]);
| | 
| |       for (t = 0; t <= time_t_max - delta; t += delta)
| |     if (! mktime_test (t))
| |       return 1;
| |       if (! (mktime_test ((time_t) 1)
| |          && mktime_test ((time_t) (60 * 60))
| |          && mktime_test ((time_t) (60 * 60 * 24))))
| |     return 1;
| | 
| |       for (j = 1; 0 < j; j *= 2)
| |     if (! bigtime_test (j))
| |       return 1;
| |       if (! bigtime_test (j - 1))
| |     return 1;
| |     }
| |   return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
| | }
| configure:15498: result: no
| configure:15518: checking whether strdup is declared
| configure:15548: gcc -c -g -O2  conftest.c >&5
| configure:15554: $? = 0
| configure:15561: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15564: $? = 0
| configure:15571: test -s conftest.o
| configure:15574: $? = 0
| configure:15586: result: yes
| configure:15604: checking whether strndup is declared
| configure:15634: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:165: error: 'strndup' undeclared (first use in this function)
| conftest.c:165: error: (Each undeclared identifier is reported only once
| conftest.c:165: error: for each function it appears in.)
| configure:15640: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strndup
| |   char *p = (char *) strndup;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:15672: result: no
| configure:15690: checking whether strnlen is declared
| configure:15720: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:166: error: 'strnlen' undeclared (first use in this function)
| conftest.c:166: error: (Each undeclared identifier is reported only once
| conftest.c:166: error: for each function it appears in.)
| configure:15726: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strnlen
| |   char *p = (char *) strnlen;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:15758: result: no
| configure:15784: checking whether utime accepts a null argument
| configure:15820: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15823: $? = 0
| configure:15829: ./conftest
| configure:15832: $? = 0
| configure:15848: result: yes
| configure:15871: checking for struct utimbuf
| configure:15911: gcc -c -g -O2  conftest.c >&5
| configure:15917: $? = 0
| configure:15924: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15927: $? = 0
| configure:15934: test -s conftest.o
| configure:15937: $? = 0
| configure:15950: result: yes
| configure:15962: checking determine whether the utimes function works
| configure:16035: gcc -o conftest -g -O2   conftest.c  >&5
| configure:16038: $? = 0
| configure:16044: ./conftest
| configure:16047: $? = 0
| configure:16063: result: yes
| configure:16080: checking for EOVERFLOW
| configure:16563: result: yes
| configure:16576: checking for wchar_t
| configure:16603: gcc -c -g -O2  conftest.c >&5
| configure:16609: $? = 0
| configure:16616: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16619: $? = 0
| configure:16626: test -s conftest.o
| configure:16629: $? = 0
| configure:16641: result: yes
| configure:16652: checking for wint_t
| configure:16679: gcc -c -g -O2  conftest.c >&5
| configure:16685: $? = 0
| configure:16692: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16695: $? = 0
| configure:16702: test -s conftest.o
| configure:16705: $? = 0
| configure:16717: result: yes
| configure:16728: checking for inttypes.h
| configure:16755: gcc -c -g -O2  conftest.c >&5
| configure:16761: $? = 0
| configure:16768: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16771: $? = 0
| configure:16778: test -s conftest.o
| configure:16781: $? = 0
| configure:16793: result: yes
| configure:16804: checking for stdint.h
| configure:16831: gcc -c -g -O2  conftest.c >&5
| conftest.c:137:20: error: stdint.h: No such file or directory
| configure:16837: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <stdint.h>
| | int
| | main ()
| | {
| | uintmax_t i = (uintmax_t) -1; return !i;
| |   ;
| |   return 0;
| | }
| configure:16869: result: no
| configure:16893: checking for intmax_t
| configure:16928: gcc -c -g -O2  conftest.c >&5
| configure:16934: $? = 0
| configure:16941: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16944: $? = 0
| configure:16951: test -s conftest.o
| configure:16954: $? = 0
| configure:16966: result: yes
| configure:16986: checking whether vsnprintf is declared
| configure:17016: gcc -c -g -O2  conftest.c >&5
| configure:17022: $? = 0
| configure:17029: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17032: $? = 0
| configure:17039: test -s conftest.o
| configure:17042: $? = 0
| configure:17054: result: yes
| configure:17103: checking for alloca as a compiler built-in
| configure:17131: result: yes
| configure:17168: checking whether program_invocation_name is declared
| configure:17199: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:147: error: 'program_invocation_name' undeclared (first use in 
this function)
| conftest.c:147: error: (Each undeclared identifier is reported only once
| conftest.c:147: error: for each function it appears in.)
| configure:17205: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | /* end confdefs.h.  */
| | #include <errno.h>
| | 
| | int
| | main ()
| | {
| | #ifndef program_invocation_name
| |   char *p = (char *) program_invocation_name;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:17237: result: no
| configure:17253: checking whether program_invocation_short_name is declared
| configure:17284: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:148: error: 'program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:148: error: (Each undeclared identifier is reported only once
| conftest.c:148: error: for each function it appears in.)
| configure:17290: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | /* end confdefs.h.  */
| | #include <errno.h>
| | 
| | int
| | main ()
| | {
| | #ifndef program_invocation_short_name
| |   char *p = (char *) program_invocation_short_name;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:17322: result: no
| configure:17343: checking whether program_invocation_name is defined
| configure:17366: gcc -c -g -O2  conftest.c >&5
| conftest.c:143:18: error: argp.h: No such file or directory
| conftest.c: In function 'main':
| conftest.c:147: error: 'program_invocation_name' undeclared (first use in 
this function)
| conftest.c:147: error: (Each undeclared identifier is reported only once
| conftest.c:147: error: for each function it appears in.)
| configure:17372: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_name = "test";
| |   ;
| |   return 0;
| | }
| configure:17405: result: no
| configure:17411: checking whether program_invocation_short_name is defined
| configure:17434: gcc -c -g -O2  conftest.c >&5
| conftest.c:143:18: error: argp.h: No such file or directory
| conftest.c: In function 'main':
| conftest.c:147: error: 'program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:147: error: (Each undeclared identifier is reported only once
| conftest.c:147: error: for each function it appears in.)
| configure:17440: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_short_name = "test";
| |   ;
| |   return 0;
| | }
| configure:17473: result: no
| configure:17562: checking whether this system has an arbitrary file name 
length limit
| configure:17588: result: yes
| configure:17621: checking for mempcpy
| configure:17717: result: no
| configure:17759: checking for openat
| configure:17815: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| openat                              /var/tmp//cceNGRyy.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:17821: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | /* Define openat to an innocuous variant, in case <limits.h> declares 
openat.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define openat innocuous_openat
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char openat (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:17855: result: no
| configure:17893: checking for memrchr
| configure:17949: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| memrchr                             /var/tmp//cc8yxZvJ.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:17955: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | /* end confdefs.h.  */
| | /* Define memrchr to an innocuous variant, in case <limits.h> declares 
memrchr.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define memrchr innocuous_memrchr
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char memrchr (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:17989: result: no
| configure:18148: checking for library containing clock_gettime
| configure:18189: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| clock_gettime                       /var/tmp//ccEJZcRz.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:18195: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char clock_gettime ();
| | int
| | main ()
| | {
| | return clock_gettime ();
| |   ;
| |   return 0;
| | }
| configure:18189: gcc -o conftest -g -O2   conftest.c -lrt   >&5
| ld: fatal: library -lrt: not found
| ld: fatal: File processing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:18195: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char clock_gettime ();
| | int
| | main ()
| | {
| | return clock_gettime ();
| |   ;
| |   return 0;
| | }
| configure:18189: gcc -o conftest -g -O2   conftest.c -lposix4   >&5
| configure:18195: $? = 0
| configure:18202: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18205: $? = 0
| configure:18212: test -s conftest
| configure:18215: $? = 0
| configure:18239: result: -lposix4
| configure:18254: checking for clock_gettime
| configure:18310: gcc -o conftest -g -O2   conftest.c -lposix4  >&5
| configure:18316: $? = 0
| configure:18323: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18326: $? = 0
| configure:18333: test -s conftest
| configure:18336: $? = 0
| configure:18350: result: yes
| configure:18254: checking for clock_settime
| configure:18310: gcc -o conftest -g -O2   conftest.c -lposix4  >&5
| configure:18316: $? = 0
| configure:18323: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18326: $? = 0
| configure:18333: test -s conftest
| configure:18336: $? = 0
| configure:18350: result: yes
| configure:18377: checking for d_ino member in directory struct
| configure:18447: result: yes
| configure:18468: checking for error_at_line
| configure:18494: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| error_at_line                       /var/tmp//cckrOmqJ.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:18500: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | error_at_line (0, 0, "", 0, "");
| |   ;
| |   return 0;
| | }
| configure:18533: result: no
| configure:18553: checking for working fcntl.h
| configure:18619: gcc -o conftest -g -O2   conftest.c  >&5
| configure:18622: $? = 0
| configure:18628: ./conftest
| configure:18631: $? = 32
| configure: program exited with status 32
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |        #include <sys/stat.h>
| |        #include <unistd.h>
| |        #include <fcntl.h>
| |        #ifndef O_NOATIME
| |         #define O_NOATIME 0
| |        #endif
| |        #ifndef O_NOFOLLOW
| |         #define O_NOFOLLOW 0
| |        #endif
| |        static int const constants[] =
| |         {
| |           O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
| |           O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
| |         };
| | 
| | int
| | main ()
| | {
| | 
| |         int status = !constants;
| |         {
| |           static char const sym[] = "conftest.sym";
| |           if (symlink (".", sym) != 0
| |               || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0)
| |             status |= 32;
| |         }
| |         {
| |           static char const file[] = "confdefs.h";
| |           int fd = open (file, O_RDONLY | O_NOATIME);
| |           char c;
| |           struct stat st0, st1;
| |           if (fd < 0
| |               || fstat (fd, &st0) != 0
| |               || sleep (1) != 0
| |               || read (fd, &c, 1) != 1
| |               || close (fd) != 0
| |               || stat (file, &st1) != 0
| |               || st0.st_atime != st1.st_atime)
| |             status |= 64;
| |         }
| |         return status;
| |   ;
| |   return 0;
| | }
| configure:18652: result: no (bad O_NOFOLLOW)
| configure:18675: checking absolute name of <fcntl.h>
| configure:18699: result: ///usr/include/fcntl.h
| configure:18721: checking for struct stat.st_blocks
| configure:18749: gcc -c -g -O2  conftest.c >&5
| configure:18755: $? = 0
| configure:18762: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18765: $? = 0
| configure:18772: test -s conftest.o
| configure:18775: $? = 0
| configure:18846: result: yes
| configure:18881: checking for working GNU fnmatch
| configure:18933: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function 'main':
| conftest.c:176: error: 'FNM_CASEFOLD' 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.)
| conftest.c:177: error: 'FNM_EXTMATCH' undeclared (first use in this function)
| conftest.c:178: error: 'FNM_FILE_NAME' undeclared (first use in this function)
| conftest.c:179: error: 'FNM_LEADING_DIR' undeclared (first use in this 
function)
| configure:18936: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | /* end confdefs.h.  */
| | 
| | #      include <stdlib.h>
| | #      include <fnmatch.h>
| | #      define y(a, b, c) (fnmatch (a, b, c) == 0)
| | #      define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH)
| |        static int
| |        fnm (char const *pattern, char const *string, int flags)
| |        {
| |          return fnmatch (pattern, string, flags);
| |        }
| | 
| | int
| | main ()
| | {
| | exit
| |        (!(fnm ("a*", "", 0) == FNM_NOMATCH
| |           && y ("a*", "abc", 0)
| |           && n ("d*/*1", "d/s/1", FNM_PATHNAME)
| |           && y ("a\\bc", "abc", 0)
| |           && n ("a\\bc", "abc", FNM_NOESCAPE)
| |           && y ("*x", ".x", 0)
| |           && n ("*x", ".x", FNM_PERIOD)
| |           && y ("xxXX", "xXxX", FNM_CASEFOLD)
| |                 && y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH)
| |                 && n ("d*/*1", "d/s/1", FNM_FILE_NAME)
| |                 && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)
| |                 && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)
| |                 && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)));
| |   ;
| |   return 0;
| | }
| configure:18961: result: no
| configure:18966: checking whether isblank is declared
| configure:18997: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:160: error: 'isblank' undeclared (first use in this function)
| conftest.c:160: error: (Each undeclared identifier is reported only once
| conftest.c:160: error: for each function it appears in.)
| configure:19003: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | /* end confdefs.h.  */
| | #include <ctype.h>
| | 
| | int
| | main ()
| | {
| | #ifndef isblank
| |   char *p = (char *) isblank;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:19035: result: no
| configure:19063: checking for btowc
| configure:19119: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| btowc                               /var/tmp//cciqG0VC.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:19125: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | /* end confdefs.h.  */
| | /* Define btowc to an innocuous variant, in case <limits.h> declares btowc.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define btowc innocuous_btowc
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char btowc (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef btowc
| | 
| | /* 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 btowc ();
| | /* 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_btowc || defined __stub___btowc
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return btowc ();
| |   ;
| |   return 0;
| | }
| configure:19159: result: no
| configure:19063: checking for iswctype
| configure:19159: result: yes
| configure:19063: checking for mbsrtowcs
| configure:19119: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| mbsrtowcs                           /var/tmp//ccMe5XH2.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:19125: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | /* end confdefs.h.  */
| | /* Define mbsrtowcs to an innocuous variant, in case <limits.h> declares 
mbsrtowcs.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define mbsrtowcs innocuous_mbsrtowcs
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mbsrtowcs (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef mbsrtowcs
| | 
| | /* 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 mbsrtowcs ();
| | /* 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_mbsrtowcs || defined __stub___mbsrtowcs
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return mbsrtowcs ();
| |   ;
| |   return 0;
| | }
| configure:19159: result: no
| configure:19063: checking for mempcpy
| configure:19159: result: no
| configure:19063: checking for wmemchr
| configure:19119: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| wmemchr                             /var/tmp//ccXbD4md.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:19125: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | /* end confdefs.h.  */
| | /* Define wmemchr to an innocuous variant, in case <limits.h> declares 
wmemchr.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define wmemchr innocuous_wmemchr
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char wmemchr (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef wmemchr
| | 
| | /* 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 wmemchr ();
| | /* 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_wmemchr || defined __stub___wmemchr
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return wmemchr ();
| |   ;
| |   return 0;
| | }
| configure:19159: result: no
| configure:19063: checking for wmemcpy
| configure:19119: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| wmemcpy                             /var/tmp//ccL0GGOc.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:19125: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | /* end confdefs.h.  */
| | /* Define wmemcpy to an innocuous variant, in case <limits.h> declares 
wmemcpy.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define wmemcpy innocuous_wmemcpy
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char wmemcpy (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef wmemcpy
| | 
| | /* 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 wmemcpy ();
| | /* 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_wmemcpy || defined __stub___wmemcpy
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return wmemcpy ();
| |   ;
| |   return 0;
| | }
| configure:19159: result: no
| configure:19063: checking for wmempcpy
| configure:19119: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| wmempcpy                            /var/tmp//ccwMbmgl.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:19125: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | /* end confdefs.h.  */
| | /* Define wmempcpy to an innocuous variant, in case <limits.h> declares 
wmempcpy.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define wmempcpy innocuous_wmempcpy
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char wmempcpy (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:19159: result: no
| configure:19175: checking for wchar.h
| configure:19181: result: yes
| configure:19175: checking for wctype.h
| configure:19181: result: yes
| configure:19365: checking for __fpending
| configure:19421: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| __fpending                          /var/tmp//ccc6mw8e.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:19427: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | /* Define __fpending to an innocuous variant, in case <limits.h> declares 
__fpending.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define __fpending innocuous___fpending
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char __fpending (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef __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:19461: result: no
| configure:19479: checking whether __fpending is declared
| configure:19510: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:170: error: '__fpending' undeclared (first use in this function)
| conftest.c:170: error: (Each undeclared identifier is reported only once
| conftest.c:170: error: for each function it appears in.)
| configure:19516: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | 
| | #     include <stdio.h>
| | #     if HAVE_STDIO_EXT_H
| | #      include <stdio_ext.h>
| | #     endif
| | 
| | 
| | int
| | main ()
| | {
| | #ifndef __fpending
| |   char *p = (char *) __fpending;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:19548: result: no
| configure:19567: checking how to determine the number of pending output bytes 
on a stream
| configure:19625: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:165: error: 'FILE' has no member named '_IO_write_ptr'
| conftest.c:165: error: 'FILE' has no member named '_IO_write_base'
| configure:19631: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | 
| | int
| | main ()
| | {
| | FILE *fp = stdin; (void) (fp->_IO_write_ptr - fp->_IO_write_base);
| |   ;
| |   return 0;
| | }
| configure:19625: gcc -c -g -O2  conftest.c >&5
| configure:19631: $? = 0
| configure:19638: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19641: $? = 0
| configure:19648: test -s conftest.o
| configure:19651: $? = 0
| configure:19670: result: fp->_ptr - fp->_base
| configure:19684: checking for ftruncate
| configure:19740: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19746: $? = 0
| configure:19753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19756: $? = 0
| configure:19763: test -s conftest
| configure:19766: $? = 0
| configure:19780: result: yes
| configure:20423: checking for struct tm.tm_zone
| configure:20454: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:171: error: 'struct tm' has no member named 'tm_zone'
| configure:20460: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <time.h>
| | 
| | 
| | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (ac_aggr.tm_zone)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:20513: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:171: error: 'struct tm' has no member named 'tm_zone'
| configure:20519: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <time.h>
| | 
| | 
| | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (sizeof ac_aggr.tm_zone)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:20554: result: no
| configure:20572: checking whether tzname is declared
| configure:20603: gcc -c -g -O2  conftest.c >&5
| configure:20609: $? = 0
| configure:20616: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20619: $? = 0
| configure:20626: test -s conftest.o
| configure:20629: $? = 0
| configure:20641: result: yes
| configure:20659: checking for tzname
| configure:20689: gcc -o conftest -g -O2   conftest.c  >&5
| configure:20695: $? = 0
| configure:20702: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20705: $? = 0
| configure:20712: test -s conftest
| configure:20715: $? = 0
| configure:20728: result: yes
| configure:20750: checking for getdelim
| configure:20806: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| getdelim                            /var/tmp//ccAchywn.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:20812: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | /* end confdefs.h.  */
| | /* Define getdelim to an innocuous variant, in case <limits.h> declares 
getdelim.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getdelim innocuous_getdelim
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getdelim (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef getdelim
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getdelim ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_getdelim || defined __stub___getdelim
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return getdelim ();
| |   ;
| |   return 0;
| | }
| configure:20846: result: no
| configure:20870: checking for flockfile
| configure:20966: result: yes
| configure:20870: checking for funlockfile
| configure:20966: result: yes
| configure:20982: checking whether getline is declared
| configure:21012: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:204: error: 'getline' undeclared (first use in this function)
| conftest.c:204: error: (Each undeclared identifier is reported only once
| conftest.c:204: error: for each function it appears in.)
| configure:21018: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef getline
| |   char *p = (char *) getline;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:21050: result: no
| configure:21070: checking for getline
| configure:21126: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| getline                             /var/tmp//cclsRuvo.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:21132: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | /* end confdefs.h.  */
| | /* Define getline to an innocuous variant, in case <limits.h> declares 
getline.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getline innocuous_getline
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getline (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef getline
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getline ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_getline || defined __stub___getline
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return getline ();
| |   ;
| |   return 0;
| | }
| configure:21165: result: no
| configure:21284: checking for getdelim
| configure:21380: result: no
| configure:21404: checking for flockfile
| configure:21500: result: yes
| configure:21404: checking for funlockfile
| configure:21500: result: yes
| configure:21563: checking OS.h usability
| configure:21580: gcc -c -g -O2  conftest.c >&5
| conftest.c:205:16: error: OS.h: No such file or directory
| configure:21586: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <OS.h>
| configure:21617: result: no
| configure:21621: checking OS.h presence
| configure:21636: gcc -E  conftest.c
| conftest.c:172:16: error: OS.h: No such file or directory
| configure:21642: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <OS.h>
| configure:21663: result: no
| configure:21696: checking for OS.h
| configure:21704: result: no
| configure:21721: checking for getpagesize
| configure:21777: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21783: $? = 0
| configure:21790: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21793: $? = 0
| configure:21800: test -s conftest
| configure:21803: $? = 0
| configure:21817: result: yes
| configure:21845: checking whether gettimeofday clobbers localtime buffer
| configure:21899: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21902: $? = 0
| configure:21908: ./conftest
| configure:21911: $? = 0
| configure:21928: result: no
| configure:21967: checking whether the compiler generally respects inline
| configure:21998: gcc -c -g -O2  conftest.c >&5
| configure:22004: $? = 0
| configure:22011: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22014: $? = 0
| configure:22021: test -s conftest.o
| configure:22024: $? = 0
| configure:22038: result: yes
| configure:22083: checking whether inttypes.h conforms to C99
| configure:22254: result: no
| configure:22261: checking absolute name of <inttypes.h>
| configure:22285: result: ///usr/include/inttypes.h
| configure:22417: checking for lchown
| configure:22473: gcc -o conftest -g -O2   conftest.c  >&5
| configure:22479: $? = 0
| configure:22486: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22489: $? = 0
| configure:22496: test -s conftest
| configure:22499: $? = 0
| configure:22513: result: yes
| configure:22545: checking for stdlib.h
| configure:22551: result: yes
| configure:22709: checking for GNU libc compatible malloc
| configure:22771: result: yes
| configure:22814: checking for iswcntrl
| configure:22870: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:201: warning: conflicting types for built-in function 'iswcntrl'
| configure:22876: $? = 0
| configure:22883: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22886: $? = 0
| configure:22893: test -s conftest
| configure:22896: $? = 0
| configure:22910: result: yes
| configure:22932: checking for memchr
| configure:22988: gcc -o conftest -g -O2   conftest.c  >&5
| configure:22994: $? = 0
| configure:23001: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23004: $? = 0
| configure:23011: test -s conftest
| configure:23014: $? = 0
| configure:23028: result: yes
| configure:23222: checking for mempcpy
| configure:23318: result: no
| configure:23348: checking for memrchr
| configure:23444: result: no
| configure:23465: checking for memset
| configure:23521: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:203: warning: conflicting types for built-in function 'memset'
| configure:23527: $? = 0
| configure:23534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23537: $? = 0
| configure:23544: test -s conftest
| configure:23547: $? = 0
| configure:23561: result: yes
| configure:23587: checking for mkdtemp
| configure:23643: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| mkdtemp                             /var/tmp//ccqtJG0P.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:23649: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | /* end confdefs.h.  */
| | /* Define mkdtemp to an innocuous variant, in case <limits.h> declares 
mkdtemp.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define mkdtemp innocuous_mkdtemp
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mkdtemp (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef mkdtemp
| | 
| | /* 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 mkdtemp ();
| | /* 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_mkdtemp || defined __stub___mkdtemp
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return mkdtemp ();
| |   ;
| |   return 0;
| | }
| configure:23683: result: no
| configure:23714: checking for obstacks
| configure:23740: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:182:21: error: obstack.h: No such file or directory
| configure:23746: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | /* end confdefs.h.  */
| | #include "obstack.h"
| | int
| | main ()
| | {
| | struct obstack *mem; obstack_free(mem,(char *) 0)
| |   ;
| |   return 0;
| | }
| configure:23779: result: no
| configure:23815: checking for openat
| configure:23911: result: no
| configure:23960: checking for mbstate_t
| configure:24025: result: no
| configure:24041: checking whether mbrtowc and mbstate_t are properly declared
| configure:24110: result: no
| configure:24145: checking for working re_compile_pattern
| configure:24273: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function 'main':
| conftest.c:226: error: storage size of 'regex' isn't known
| conftest.c:230: error: storage size of 'regs' isn't known
| conftest.c:243: error: 'RE_SYNTAX_GREP' undeclared (first use in this 
function)
| conftest.c:243: error: (Each undeclared identifier is reported only once
| conftest.c:243: error: for each function it appears in.)
| conftest.c:243: error: 'RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in 
this function)
| conftest.c:244: error: 'RE_ICASE' undeclared (first use in this function)
| conftest.c:246: warning: assignment makes pointer from integer without a cast
| conftest.c:258: error: 'RE_SYNTAX_POSIX_EGREP' undeclared (first use in this 
function)
| conftest.c:263: warning: assignment makes pointer from integer without a cast
| conftest.c:270: warning: assignment makes pointer from integer without a cast
| conftest.c:278: warning: assignment makes pointer from integer without a cast
| conftest.c:287: warning: assignment makes pointer from integer without a cast
| conftest.c:299: error: 'RE_SYNTAX_EMACS' undeclared (first use in this 
function)
| conftest.c:300: warning: assignment makes pointer from integer without a cast
| conftest.c:309: error: 'REG_STARTEND' undeclared (first use in this function)
| configure:24276: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |        #if HAVE_LOCALE_H
| |         #include <locale.h>
| |        #endif
| |        #include <limits.h>
| |        #include <regex.h>
| | 
| | int
| | main ()
| | {
| | static struct re_pattern_buffer regex;
| |         unsigned char folded_chars[UCHAR_MAX + 1];
| |         int i;
| |         const char *s;
| |         struct re_registers regs;
| | 
| |         #if HAVE_LOCALE_H
| |           /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
| |              This test needs valgrind to catch the bug on Debian
| |              GNU/Linux 3.1 x86, but it might catch the bug better
| |              on other platforms and it shouldn't hurt to try the
| |              test here.  */
| |           if (setlocale (LC_ALL, "en_US.UTF-8"))
| |             {
| |               static char const pat[] = "insert into";
| |               static char const data[] =
| |                 "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
| |               re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
| |                              | RE_ICASE);
| |               memset (&regex, 0, sizeof regex);
| |               s = re_compile_pattern (pat, sizeof pat - 1, &regex);
| |               if (s)
| |                 return 1;
| |               if (re_search (&regex, data, sizeof data - 1,
| |                              0, sizeof data - 1, &regs)
| |                   != -1)
| |                 return 1;
| |               if (! setlocale (LC_ALL, "C"))
| |                 return 1;
| |             }
| |         #endif
| | 
| |         re_set_syntax (RE_SYNTAX_POSIX_EGREP);
| |         memset (&regex, 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, &regex);
| |         /* This should fail with _Invalid character class name_ error.  */
| |         if (!s)
| |           exit (1);
| | 
| |         /* This should succeed, but does not for e.g. glibc-2.1.3.  */
| |         memset (&regex, 0, sizeof (regex));
| |         s = re_compile_pattern ("{1", 2, &regex);
| | 
| |         if (s)
| |           exit (1);
| | 
| |         /* The following example is derived from a problem report
| |            against gawk from Jorge Stolfi <address@hidden>.  */
| |         memset (&regex, 0, sizeof (regex));
| |         s = re_compile_pattern ("[an\371]*n", 7, &regex);
| |         if (s)
| |           exit (1);
| | 
| |         /* This should match, but does not for e.g. glibc-2.2.1.  */
| |         if (re_match (&regex, "an", 2, 0, &regs) != 2)
| |           exit (1);
| | 
| |         memset (&regex, 0, sizeof (regex));
| |         s = re_compile_pattern ("x", 1, &regex);
| |         if (s)
| |           exit (1);
| | 
| |         /* The version of regex.c in e.g. GNU libc-2.2.93 did not
| |            work with a negative RANGE argument.  */
| |         if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
| |           exit (1);
| | 
| |         /* The version of regex.c in older versions of gnulib
| |            ignored RE_ICASE.  Detect that problem too.  */
| |         memset (&regex, 0, sizeof (regex));
| |         re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);
| |         s = re_compile_pattern ("x", 1, &regex);
| |         if (s)
| |           exit (1);
| | 
| |         if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)
| |           exit (1);
| | 
| |         /* REG_STARTEND was added to glibc on 2004-01-15.
| |            Reject older versions.  */
| |         if (! REG_STARTEND)
| |           exit (1);
| | 
| |         /* Reject hosts whose regoff_t values are too narrow.
| |            These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t
| |            and 32-bit int.  */
| |         if (sizeof (regoff_t) < sizeof (ptrdiff_t)
| |             || sizeof (regoff_t) < sizeof (ssize_t))
| |           exit (1);
| | 
| |         exit (0);
| |   ;
| |   return 0;
| | }
| configure:24301: result: no
| configure:24422: checking whether isblank is declared
| configure:24491: result: no
| configure:24517: checking for rmdir
| configure:24573: gcc -o conftest -g -O2   conftest.c  >&5
| configure:24579: $? = 0
| configure:24586: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24589: $? = 0
| configure:24596: test -s conftest
| configure:24599: $? = 0
| configure:24613: result: yes
| configure:24631: checking for rpmatch
| configure:24687: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| rpmatch                             /var/tmp//cc87iaUo.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:24693: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | /* end confdefs.h.  */
| | /* Define rpmatch to an innocuous variant, in case <limits.h> declares 
rpmatch.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define rpmatch innocuous_rpmatch
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char rpmatch (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef rpmatch
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char rpmatch ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_rpmatch || defined __stub___rpmatch
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return rpmatch ();
| |   ;
| |   return 0;
| | }
| configure:24727: result: no
| configure:24777: checking for setenv
| configure:24833: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| setenv                              /var/tmp//ccCBgNBr.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:24839: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | /* end confdefs.h.  */
| | /* Define setenv to an innocuous variant, in case <limits.h> declares 
setenv.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define setenv innocuous_setenv
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char setenv (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef setenv
| | 
| | /* 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 setenv ();
| | /* 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_setenv || defined __stub___setenv
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return setenv ();
| |   ;
| |   return 0;
| | }
| configure:24873: result: no
| configure:24777: checking for unsetenv
| configure:24833: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| unsetenv                            /var/tmp//ccIxPXxx.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:24839: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | /* end confdefs.h.  */
| | /* Define unsetenv to an innocuous variant, in case <limits.h> declares 
unsetenv.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define unsetenv innocuous_unsetenv
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char unsetenv (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef unsetenv
| | 
| | /* 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 unsetenv ();
| | /* 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_unsetenv || defined __stub___unsetenv
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return unsetenv ();
| |   ;
| |   return 0;
| | }
| configure:24873: result: no
| configure:24909: checking search.h usability
| configure:24926: gcc -c -g -O2  conftest.c >&5
| configure:24932: $? = 0
| configure:24939: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24942: $? = 0
| configure:24949: test -s conftest.o
| configure:24952: $? = 0
| configure:24963: result: yes
| configure:24967: checking search.h presence
| configure:24982: gcc -E  conftest.c
| configure:24988: $? = 0
| configure:25009: result: yes
| configure:25042: checking for search.h
| configure:25050: result: yes
| configure:25067: checking for tsearch
| configure:25123: gcc -o conftest -g -O2   conftest.c  >&5
| configure:25129: $? = 0
| configure:25136: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25139: $? = 0
| configure:25146: test -s conftest
| configure:25149: $? = 0
| configure:25163: result: yes
| configure:25175: checking if environ is properly declared
| configure:25203: gcc -c -g -O2  conftest.c >&5
| configure:25209: $? = 0
| configure:25216: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25219: $? = 0
| configure:25226: test -s conftest.o
| configure:25229: $? = 0
| configure:25242: result: no
| configure:25264: checking if environ is properly declared
| configure:25331: result: no
| configure:25429: checking for ssize_t
| configure:25494: result: yes
| configure:25508: checking for struct stat.st_atim.tv_nsec
| configure:25538: gcc -c -g -O2  conftest.c >&5
| configure:25544: $? = 0
| configure:25551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25554: $? = 0
| configure:25561: test -s conftest.o
| configure:25564: $? = 0
| configure:25637: result: yes
| configure:25645: checking whether struct stat.st_atim is of type struct 
timespec
| configure:25688: gcc -c -g -O2  conftest.c >&5
| configure:25694: $? = 0
| configure:25701: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25704: $? = 0
| configure:25711: test -s conftest.o
| configure:25714: $? = 0
| configure:25726: result: yes
| configure:26303: checking for va_copy
| configure:26334: gcc -c -g -O2  conftest.c >&5
| configure:26340: $? = 0
| configure:26347: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26350: $? = 0
| configure:26357: test -s conftest.o
| configure:26360: $? = 0
| configure:26373: result: yes
| configure:26758: checking for sys/inttypes.h
| configure:26764: result: yes
| configure:26758: checking for sys/bitypes.h
| configure:26764: result: no
| configure:26944: checking for bit size of ptrdiff_t
| configure:27413: result: 32
| configure:26944: checking for bit size of sig_atomic_t
| configure:27413: result: 32
| configure:26944: checking for bit size of size_t
| configure:27413: result: 32
| configure:26944: checking for bit size of wchar_t
| configure:27413: result: 32
| configure:26944: checking for bit size of wint_t
| configure:27413: result: 32
| configure:27434: checking whether sig_atomic_t is signed
| configure:27512: result: yes
| configure:27434: checking whether wchar_t is signed
| configure:27512: result: yes
| configure:27434: checking whether wint_t is signed
| configure:27512: result: yes
| configure:27538: checking for ptrdiff_t integer literal suffix
| configure:27636: result: 
| configure:27538: checking for sig_atomic_t integer literal suffix
| configure:27636: result: 
| configure:27538: checking for size_t integer literal suffix
| configure:27636: result: u
| configure:27538: checking for wchar_t integer literal suffix
| configure:27636: result: l
| configure:27538: checking for wint_t integer literal suffix
| configure:27636: result: l
| configure:27661: checking for stpcpy
| configure:27717: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:243: warning: conflicting types for built-in function 'stpcpy'
| Undefined                     first referenced
|  symbol                           in file
| stpcpy                              /var/tmp//cceZKuPz.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:27723: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | /* end confdefs.h.  */
| | /* Define stpcpy to an innocuous variant, in case <limits.h> declares 
stpcpy.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define stpcpy innocuous_stpcpy
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char stpcpy (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef stpcpy
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char stpcpy ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_stpcpy || defined __stub___stpcpy
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return stpcpy ();
| |   ;
| |   return 0;
| | }
| configure:27757: result: no
| configure:27788: checking for strncasecmp
| configure:27844: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:243: warning: conflicting types for built-in function 'strncasecmp'
| configure:27850: $? = 0
| configure:27857: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27860: $? = 0
| configure:27867: test -s conftest
| configure:27870: $? = 0
| configure:27884: result: yes
| configure:27896: checking whether strncasecmp is declared
| configure:27926: gcc -c -g -O2  conftest.c >&5
| configure:27932: $? = 0
| configure:27939: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27942: $? = 0
| configure:27949: test -s conftest.o
| configure:27952: $? = 0
| configure:27964: result: yes
| configure:27996: checking for strchrnul
| configure:28052: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strchrnul                           /var/tmp//ccfclm3p.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:28058: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | /* end confdefs.h.  */
| | /* Define strchrnul to an innocuous variant, in case <limits.h> declares 
strchrnul.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strchrnul innocuous_strchrnul
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strchrnul (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef 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:28092: result: no
| configure:28113: checking for strdup
| configure:28169: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:245: warning: conflicting types for built-in function 'strdup'
| configure:28175: $? = 0
| configure:28182: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28185: $? = 0
| configure:28192: test -s conftest
| configure:28195: $? = 0
| configure:28209: result: yes
| configure:28236: checking for working strndup
| configure:28396: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function 'main':
| conftest.c:234: warning: incompatible implicit declaration of built-in 
function 'strndup'
| Undefined                     first referenced
|  symbol                           in file
| strndup                             /var/tmp//ccTg4Vco.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:28399: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | 
| |        /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | /* end confdefs.h.  */
| | #include <string.h>
| |                     #include <stdlib.h>
| | int
| | main ()
| | {
| | 
| | #ifndef HAVE_DECL_STRNDUP
| |   extern char *strndup (const char *, size_t);
| | #endif
| |   char *s;
| |   s = strndup ("some longer string", 15);
| |   free (s);
| |   s = strndup ("shorter string", 13);
| |   return s[13] != '\0';
| |   ;
| |   return 0;
| | }
| configure:28424: result: no
| configure:28440: checking for working strnlen
| configure:28484: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strnlen                             /var/tmp//ccIhlXHW.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:28487: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | 
| | #define S "foobar"
| | #define S_LEN (sizeof S - 1)
| | 
| |   /* At least one implementation is buggy: that of AIX 4.3 would
| |      give strnlen (S, 1) == 3.  */
| | 
| |   int i;
| |   for (i = 0; i < S_LEN + 1; ++i)
| |     {
| |       int expected = i <= S_LEN ? i : S_LEN;
| |       if (strnlen (S, i) != expected)
| |     return 1;
| |     }
| |   return 0;
| | 
| |   ;
| |   return 0;
| | }
| configure:28512: result: no
| configure:28538: checking whether <inttypes.h> defines strtoimax as a macro
| configure:28563: result: no
| configure:28571: checking for strtoimax
| configure:28627: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strtoimax                           /var/tmp//ccebumwO.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:28633: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | /* end confdefs.h.  */
| | /* Define strtoimax to an innocuous variant, in case <limits.h> declares 
strtoimax.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strtoimax innocuous_strtoimax
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strtoimax (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strtoimax
| | 
| | /* 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 strtoimax ();
| | /* 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_strtoimax || defined __stub___strtoimax
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strtoimax ();
| |   ;
| |   return 0;
| | }
| configure:28667: result: no
| configure:28681: checking whether strtoll is declared
| configure:28711: gcc -c -g -O2  conftest.c >&5
| configure:28717: $? = 0
| configure:28724: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28727: $? = 0
| configure:28734: test -s conftest.o
| configure:28737: $? = 0
| configure:28749: result: yes
| configure:28777: checking for strtol
| configure:28833: gcc -o conftest -g -O2   conftest.c  >&5
| configure:28839: $? = 0
| configure:28846: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28849: $? = 0
| configure:28856: test -s conftest
| configure:28859: $? = 0
| configure:28873: result: yes
| configure:28893: checking for strtoll
| configure:28949: gcc -o conftest -g -O2   conftest.c  >&5
| configure:28955: $? = 0
| configure:28962: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28965: $? = 0
| configure:28972: test -s conftest
| configure:28975: $? = 0
| configure:28989: result: yes
| configure:29013: checking for strtoul
| configure:29069: gcc -o conftest -g -O2   conftest.c  >&5
| configure:29075: $? = 0
| configure:29082: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29085: $? = 0
| configure:29092: test -s conftest
| configure:29095: $? = 0
| configure:29109: result: yes
| configure:29129: checking for strtoull
| configure:29185: gcc -o conftest -g -O2   conftest.c  >&5
| configure:29191: $? = 0
| configure:29198: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29201: $? = 0
| configure:29208: test -s conftest
| configure:29211: $? = 0
| configure:29225: result: yes
| configure:29248: checking whether <inttypes.h> defines strtoumax as a macro
| configure:29273: result: no
| configure:29281: checking for strtoumax
| configure:29337: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strtoumax                           /var/tmp//cc1ZvOTf.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:29343: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | /* end confdefs.h.  */
| | /* Define strtoumax to an innocuous variant, in case <limits.h> declares 
strtoumax.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strtoumax innocuous_strtoumax
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strtoumax (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strtoumax
| | 
| | /* 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 strtoumax ();
| | /* 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_strtoumax || defined __stub___strtoumax
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strtoumax ();
| |   ;
| |   return 0;
| | }
| configure:29377: result: no
| configure:29391: checking whether strtoull is declared
| configure:29421: gcc -c -g -O2  conftest.c >&5
| configure:29427: $? = 0
| configure:29434: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29437: $? = 0
| configure:29444: test -s conftest.o
| configure:29447: $? = 0
| configure:29459: result: yes
| configure:29490: checking whether mkdir is declared
| configure:29521: gcc -c -g -O2  conftest.c >&5
| configure:29527: $? = 0
| configure:29534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29537: $? = 0
| configure:29544: test -s conftest.o
| configure:29547: $? = 0
| configure:29559: result: yes
| configure:29749: checking absolute name of <sys/stat.h>
| configure:29773: result: ///usr/include/sys/stat.h
| configure:29801: checking sysexits.h usability
| configure:29818: gcc -c -g -O2  conftest.c >&5
| configure:29824: $? = 0
| configure:29831: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29834: $? = 0
| configure:29841: test -s conftest.o
| configure:29844: $? = 0
| configure:29855: result: yes
| configure:29859: checking sysexits.h presence
| configure:29874: gcc -E  conftest.c
| configure:29880: $? = 0
| configure:29901: result: yes
| configure:29934: checking for sysexits.h
| configure:29942: result: yes
| configure:29982: checking whether localtime_r is compatible with its POSIX 
signature
| configure:30012: gcc -c -g -O2  conftest.c >&5
| configure:30018: $? = 0
| configure:30025: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30028: $? = 0
| configure:30035: test -s conftest.o
| configure:30038: $? = 0
| configure:30050: result: yes
| configure:30084: checking for struct timespec
| configure:30160: result: yes
| configure:30174: checking whether nanosleep is declared
| configure:30243: result: yes
| configure:30268: checking for unistd.h
| configure:30274: result: yes
| configure:30663: checking for vasnprintf
| configure:30719: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| vasnprintf                          /var/tmp//ccU8d5Sb.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:30725: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | /* end confdefs.h.  */
| | /* Define vasnprintf to an innocuous variant, in case <limits.h> declares 
vasnprintf.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define vasnprintf innocuous_vasnprintf
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char vasnprintf (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef vasnprintf
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char vasnprintf ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_vasnprintf || defined __stub___vasnprintf
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return vasnprintf ();
| |   ;
| |   return 0;
| | }
| configure:30759: result: no
| configure:30787: checking for ptrdiff_t
| configure:30817: gcc -c -g -O2  conftest.c >&5
| configure:30823: $? = 0
| configure:30830: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30833: $? = 0
| configure:30840: test -s conftest.o
| configure:30843: $? = 0
| configure:30855: result: yes
| configure:30879: checking for snprintf
| configure:30935: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:262: warning: conflicting types for built-in function 'snprintf'
| configure:30941: $? = 0
| configure:30948: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30951: $? = 0
| configure:30958: test -s conftest
| configure:30961: $? = 0
| configure:30975: result: yes
| configure:30879: checking for wcslen
| configure:30935: gcc -o conftest -g -O2   conftest.c  >&5
| configure:30941: $? = 0
| configure:30948: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30951: $? = 0
| configure:30958: test -s conftest
| configure:30961: $? = 0
| configure:30975: result: yes
| configure:30995: checking for vsnprintf
| configure:31051: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:264: warning: conflicting types for built-in function 'vsnprintf'
| configure:31057: $? = 0
| configure:31064: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31067: $? = 0
| configure:31074: test -s conftest
| configure:31077: $? = 0
| configure:31091: result: yes
| configure:31133: checking whether wcwidth is declared
| configure:31176: gcc -c -g -O2  conftest.c >&5
| configure:31182: $? = 0
| configure:31189: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31192: $? = 0
| configure:31199: test -s conftest.o
| configure:31202: $? = 0
| configure:31214: result: yes
| configure:31273: checking for struct stat.st_blksize
| configure:31301: gcc -c -g -O2  conftest.c >&5
| configure:31307: $? = 0
| configure:31314: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31317: $? = 0
| configure:31324: test -s conftest.o
| configure:31327: $? = 0
| configure:31398: result: yes
| configure:31423: checking for library containing setsockopt
| configure:31464: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| setsockopt                          /var/tmp//ccpKX1dp.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:31470: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char setsockopt ();
| | int
| | main ()
| | {
| | return setsockopt ();
| |   ;
| |   return 0;
| | }
| configure:31464: gcc -o conftest -g -O2   conftest.c -lsocket   >&5
| configure:31470: $? = 0
| configure:31477: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31480: $? = 0
| configure:31487: test -s conftest
| configure:31490: $? = 0
| configure:31514: result: -lsocket
| configure:31622: checking for library containing setsockopt
| configure:31713: result: -lsocket
| configure:31798: checking for sys/mtio.h
| configure:31804: result: yes
| configure:31962: checking which ioctl field to test for reversed bytes
| configure:31985: result: mt_type
| configure:32001: checking whether to build rmt
| configure:32018: result: yes
| configure:31736: checking for remote tape header files
| configure:31758: gcc -E  conftest.c
| configure:31764: $? = 0
| configure:31786: result: yes
| configure:32087: checking for sys/buf.h
| configure:32149: result: yes
| configure:32163: checking for struct stat.st_blksize
| configure:32288: result: yes
| configure:32328: checking for fsync
| configure:32384: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32390: $? = 0
| configure:32397: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32400: $? = 0
| configure:32407: test -s conftest
| configure:32410: $? = 0
| configure:32424: result: yes
| configure:32328: checking for getdtablesize
| configure:32384: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32390: $? = 0
| configure:32397: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32400: $? = 0
| configure:32407: test -s conftest
| configure:32410: $? = 0
| configure:32424: result: yes
| configure:32328: checking for lstat
| configure:32424: result: yes
| configure:32328: checking for mkfifo
| configure:32424: result: yes
| configure:32328: checking for readlink
| configure:32384: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32390: $? = 0
| configure:32397: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32400: $? = 0
| configure:32407: test -s conftest
| configure:32410: $? = 0
| configure:32424: result: yes
| configure:32328: checking for strerror
| configure:32424: result: yes
| configure:32328: checking for symlink
| configure:32384: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32390: $? = 0
| configure:32397: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32400: $? = 0
| configure:32407: test -s conftest
| configure:32410: $? = 0
| configure:32424: result: yes
| configure:32328: checking for setlocale
| configure:32424: result: yes
| configure:32328: checking for utimes
| configure:32384: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32390: $? = 0
| configure:32397: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32400: $? = 0
| configure:32407: test -s conftest
| configure:32410: $? = 0
| configure:32424: result: yes
| configure:32434: checking whether getgrgid is declared
| configure:32465: gcc -c -g -O2  conftest.c >&5
| configure:32471: $? = 0
| configure:32478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32481: $? = 0
| configure:32488: test -s conftest.o
| configure:32491: $? = 0
| configure:32503: result: yes
| configure:32521: checking whether getpwuid is declared
| configure:32552: gcc -c -g -O2  conftest.c >&5
| configure:32558: $? = 0
| configure:32565: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32568: $? = 0
| configure:32575: test -s conftest.o
| configure:32578: $? = 0
| configure:32590: result: yes
| configure:32608: checking whether time is declared
| configure:32639: gcc -c -g -O2  conftest.c >&5
| configure:32645: $? = 0
| configure:32652: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32655: $? = 0
| configure:32662: test -s conftest.o
| configure:32665: $? = 0
| configure:32677: result: yes
| configure:32700: checking for waitpid
| configure:32756: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32762: $? = 0
| configure:32769: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32772: $? = 0
| configure:32779: test -s conftest
| configure:32782: $? = 0
| configure:32796: result: yes
| configure:32815: checking for remote shell
| configure:32841: result: /usr/bin/rsh
| configure:33021: checking for default archive format
| configure:33040: result: GNU
| configure:33043: checking for default archive
| configure:33088: result: -
| configure:33092: checking for default blocking
| configure:33100: result: 20
| configure:33103: checking for default quoting style
| configure:33116: result: escape
| configure:33166: checking for ld used by GCC
| configure:33230: result: /usr/ccs/bin/ld
| configure:33239: checking if the linker (/usr/ccs/bin/ld) is GNU ld
| configure:33252: result: no
| configure:33259: checking for shared library run path origin
| configure:33272: result: done
| configure:33739: checking for iconv
| configure:33771: gcc -o conftest -g -O2 -I/auto/insbu-cnstools/include  
conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| libiconv                            /var/tmp//cciDJrTQ.o
| libiconv_open                       /var/tmp//cciDJrTQ.o
| libiconv_close                      /var/tmp//cciDJrTQ.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:33777: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/rsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:33836: gcc -o conftest -g -O2 -I/auto/insbu-cnstools/include  
conftest.c  /auto/insbu-cnstools/lib/libiconv.so -R/auto/insbu-cnstools/lib >&5
| configure:33842: $? = 0
| configure:33849: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33852: $? = 0
| configure:33859: test -s conftest
| configure:33862: $? = 0
| configure:33879: result: yes
| configure:33889: checking how to link with libiconv
| configure:33891: result: /auto/insbu-cnstools/lib/libiconv.so 
-R/auto/insbu-cnstools/lib
| configure:33902: checking for iconv declaration
| configure:33941: gcc -c -g -O2 -I/auto/insbu-cnstools/include conftest.c >&5
| conftest.c:276: error: conflicting types for 'libiconv'
| /auto/insbu-cnstools/include/iconv.h:82: error: previous declaration of 
'libiconv' was here
| configure:33947: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/rsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | /* end confdefs.h.  */
| | 
| | #include <stdlib.h>
| | #include <iconv.h>
| | extern
| | #ifdef __cplusplus
| | "C"
| | #endif
| | #if defined(__STDC__) || defined(__cplusplus)
| | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * 
*outbuf, size_t *outbytesleft);
| | #else
| | size_t iconv();
| | #endif
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:33983: result: 
|          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:34008: checking iconv.h usability
| configure:34025: gcc -c -g -O2 -I/auto/insbu-cnstools/include conftest.c >&5
| configure:34031: $? = 0
| configure:34038: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34041: $? = 0
| configure:34048: test -s conftest.o
| configure:34051: $? = 0
| configure:34062: result: yes
| configure:34066: checking iconv.h presence
| configure:34081: gcc -E -I/auto/insbu-cnstools/include conftest.c
| configure:34087: $? = 0
| configure:34108: result: yes
| configure:34141: checking for iconv.h
| configure:34149: result: yes
| configure:34162: checking for iconv_t
| configure:34197: gcc -c -g -O2 -I/auto/insbu-cnstools/include conftest.c >&5
| configure:34203: $? = 0
| configure:34210: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34213: $? = 0
| configure:34220: test -s conftest.o
| configure:34223: $? = 0
| configure:34235: result: yes
| configure:34250: checking whether NLS is requested
| configure:34259: result: yes
| configure:34297: checking for msgfmt
| configure: trying /auto/insbu-cnstools/bin/msgfmt...
| 0 translated messages.
| configure:34329: result: /auto/insbu-cnstools/bin/msgfmt
| configure:34338: checking for gmsgfmt
| configure:34369: result: /auto/insbu-cnstools/bin/msgfmt
| configure:34420: checking for xgettext
| configure: trying /auto/insbu-cnstools/bin/xgettext...
| /auto/insbu-cnstools/bin/xgettext: warning: file `/dev/null' extension `' is 
unknown; will try C
| configure:34452: result: /auto/insbu-cnstools/bin/xgettext
| configure:34498: checking for msgmerge
| configure: trying /auto/insbu-cnstools/bin/msgmerge...
| configure:34529: result: /auto/insbu-cnstools/bin/msgmerge
| configure:34566: checking for CFPreferencesCopyAppValue
| configure:34594: gcc -o conftest -g -O2 -I/auto/insbu-cnstools/include  
conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:270:42: error: CoreFoundation/CFPreferences.h: No such file or 
directory
| conftest.c: In function 'main':
| conftest.c:274: error: 'NULL' undeclared (first use in this function)
| conftest.c:274: error: (Each undeclared identifier is reported only once
| conftest.c:274: error: for each function it appears in.)
| configure:34600: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/rsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFPreferences.h>
| | int
| | main ()
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| |   ;
| |   return 0;
| | }
| configure:34634: result: no
| configure:34643: checking for CFLocaleCopyCurrent
| configure:34671: gcc -o conftest -g -O2 -I/auto/insbu-cnstools/include  
conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:270:37: error: CoreFoundation/CFLocale.h: No such file or directory
| configure:34677: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/rsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFLocale.h>
| | int
| | main ()
| | {
| | CFLocaleCopyCurrent();
| |   ;
| |   return 0;
| | }
| configure:34711: result: no
| configure:34762: checking for GNU gettext in libc
| configure:34792: gcc -o conftest -g -O2 -I/auto/insbu-cnstools/include  
conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| _nl_msg_cat_cntr                    /var/tmp//cc4Lznyd.o
| libintl_bindtextdomain              /var/tmp//cc4Lznyd.o
| _nl_domain_bindings                 /var/tmp//cc4Lznyd.o
| libintl_gettext                     /var/tmp//cc4Lznyd.o
| libintl_ngettext                    /var/tmp//cc4Lznyd.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:34798: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define _FILE_OFFSET_BITS 64
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_MKDEV 1
| | #define STDC_HEADERS 1
| | #define HAVE_ST_FSTYPE_STRING 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define mbstate_t int
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 0
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define mbstate_t int
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_RMDIR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX l
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/rsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | 
| | #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:34832: result: no
| configure:34866: checking for iconv
| configure:35006: result: yes
| configure:35016: checking how to link with libiconv
| configure:35018: result: /auto/insbu-cnstools/lib/libiconv.so 
-R/auto/insbu-cnstools/lib
| configure:35425: checking for GNU gettext in libintl
| configure:35463: gcc -o conftest -g -O2 -I/auto/insbu-cnstools/include   
conftest.c  /auto/insbu-cnstools/lib/libintl.so -L/auto/insbu-cnstools/lib 
/auto/insbu-cnstools/lib/libiconv.so -lc -R/auto/insbu-cnstools/lib >&5
| configure:35469: $? = 0
| configure:35476: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35479: $? = 0
| configure:35486: test -s conftest
| configure:35489: $? = 0
| configure:35578: result: yes
| configure:35615: checking whether to use NLS
| configure:35617: result: yes
| configure:35620: checking where the gettext function comes from
| configure:35631: result: external libintl
| configure:35639: checking how to link with libintl
| configure:35641: result: /auto/insbu-cnstools/lib/libintl.so 
-L/auto/insbu-cnstools/lib /auto/insbu-cnstools/lib/libiconv.so -lc 
-R/auto/insbu-cnstools/lib
| configure:35862: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU tar config.status 1.16.1, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on cns-build3
| 
| config.status:730: creating tests/Makefile
| config.status:730: creating tests/atlocal
| config.status:730: creating Makefile
| config.status:730: creating doc/Makefile
| config.status:730: creating lib/Makefile
| config.status:730: creating po/Makefile.in
| config.status:730: creating scripts/Makefile
| config.status:730: creating rmt/Makefile
| config.status:730: creating src/Makefile
| config.status:730: creating config.h
| config.status:1290: executing depfiles commands
| config.status:1290: executing po-directories commands
| config.status:1290: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=sparc-sun-solaris2.6
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_inline=inline
| ac_cv_c_restrict=__restrict
| ac_cv_decl_EOVERFLOW=yes
| ac_cv_double_slash_root=no
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_DEFAULT_ARCHIVE_FORMAT_set=
| ac_cv_env_DEFAULT_ARCHIVE_FORMAT_value=
| ac_cv_env_DEFAULT_ARCHIVE_set=
| ac_cv_env_DEFAULT_ARCHIVE_value=
| ac_cv_env_DEFAULT_BLOCKING_set=
| ac_cv_env_DEFAULT_BLOCKING_value=
| ac_cv_env_DEFAULT_QUOTING_STYLE_set=
| ac_cv_env_DEFAULT_QUOTING_STYLE_value=
| ac_cv_env_DEFAULT_RMT_DIR_set=
| ac_cv_env_DEFAULT_RMT_DIR_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_YACC_set=
| ac_cv_env_YACC_value=
| ac_cv_env_YFLAGS_set=
| ac_cv_env_YFLAGS_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_func___fpending=no
| ac_cv_func_alarm=yes
| ac_cv_func_alloca_works=yes
| ac_cv_func_btowc=no
| ac_cv_func_chown_works=yes
| ac_cv_func_clock_gettime=yes
| ac_cv_func_clock_settime=yes
| ac_cv_func_fchdir=yes
| ac_cv_func_fdopendir=no
| ac_cv_func_flockfile=yes
| ac_cv_func_fnmatch_gnu=no
| ac_cv_func_fsync=yes
| ac_cv_func_ftruncate=yes
| ac_cv_func_funlockfile=yes
| ac_cv_func_futimes=no
| ac_cv_func_futimesat=no
| ac_cv_func_getdelim=no
| ac_cv_func_getdtablesize=yes
| ac_cv_func_getline=no
| ac_cv_func_getpagesize=yes
| ac_cv_func_gettimeofday=yes
| ac_cv_func_iswcntrl=yes
| ac_cv_func_iswctype=yes
| ac_cv_func_iswprint=yes
| ac_cv_func_lchmod=no
| ac_cv_func_lchown=yes
| ac_cv_func_lstat=yes
| ac_cv_func_lstat_dereferences_slashed_symlink=no
| ac_cv_func_malloc_0_nonnull=yes
| ac_cv_func_mbrtowc=no
| ac_cv_func_mbsinit=no
| ac_cv_func_mbsrtowcs=no
| ac_cv_func_memchr=yes
| ac_cv_func_mempcpy=no
| ac_cv_func_memrchr=no
| ac_cv_func_memset=yes
| ac_cv_func_mkdtemp=no
| ac_cv_func_mkfifo=yes
| ac_cv_func_nanotime=no
| ac_cv_func_obstack=no
| ac_cv_func_openat=no
| ac_cv_func_pathconf=yes
| ac_cv_func_pipe=yes
| ac_cv_func_readlink=yes
| ac_cv_func_rmdir=yes
| ac_cv_func_rpmatch=no
| ac_cv_func_setenv=no
| ac_cv_func_setlocale=yes
| ac_cv_func_snprintf=yes
| ac_cv_func_stpcpy=no
| ac_cv_func_strchrnul=no
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strerror_r=no
| ac_cv_func_strerror_r_char_p=no
| ac_cv_func_strncasecmp=yes
| ac_cv_func_strnlen_working=no
| ac_cv_func_strtoimax=no
| ac_cv_func_strtol=yes
| ac_cv_func_strtoll=yes
| ac_cv_func_strtoul=yes
| ac_cv_func_strtoull=yes
| ac_cv_func_strtoumax=no
| ac_cv_func_symlink=yes
| ac_cv_func_tsearch=yes
| ac_cv_func_unsetenv=no
| ac_cv_func_utime_null=yes
| ac_cv_func_utimes=yes
| ac_cv_func_vasnprintf=no
| ac_cv_func_vsnprintf=yes
| ac_cv_func_waitpid=yes
| ac_cv_func_wcrtomb=no
| ac_cv_func_wcscoll=yes
| ac_cv_func_wcslen=yes
| ac_cv_func_wcwidth=yes
| ac_cv_func_wmemchr=no
| ac_cv_func_wmemcpy=no
| ac_cv_func_wmempcpy=no
| ac_cv_func_working_mktime=no
| ac_cv_gnu_library_2_1=no
| ac_cv_have_decl___fpending=no
| ac_cv_have_decl_clearerr_unlocked=no
| ac_cv_have_decl_feof_unlocked=no
| ac_cv_have_decl_ferror_unlocked=no
| ac_cv_have_decl_fflush_unlocked=no
| ac_cv_have_decl_fgets_unlocked=no
| ac_cv_have_decl_fputc_unlocked=no
| ac_cv_have_decl_fputs_unlocked=no
| ac_cv_have_decl_fread_unlocked=no
| ac_cv_have_decl_fwrite_unlocked=no
| ac_cv_have_decl_getc_unlocked=yes
| ac_cv_have_decl_getchar_unlocked=yes
| ac_cv_have_decl_getcwd=yes
| ac_cv_have_decl_getdelim=no
| ac_cv_have_decl_getenv=yes
| ac_cv_have_decl_getgrgid=yes
| ac_cv_have_decl_getline=no
| ac_cv_have_decl_getpwuid=yes
| ac_cv_have_decl_imaxabs=no
| ac_cv_have_decl_imaxdiv=no
| ac_cv_have_decl_isblank=no
| ac_cv_have_decl_lchown=yes
| ac_cv_have_decl_memrchr=no
| ac_cv_have_decl_mkdir=yes
| ac_cv_have_decl_nanosleep=yes
| ac_cv_have_decl_program_invocation_name=no
| ac_cv_have_decl_program_invocation_short_name=no
| ac_cv_have_decl_putc_unlocked=yes
| ac_cv_have_decl_putchar_unlocked=yes
| ac_cv_have_decl_strdup=yes
| ac_cv_have_decl_strerror_r=no
| ac_cv_have_decl_strncasecmp=yes
| ac_cv_have_decl_strndup=no
| ac_cv_have_decl_strnlen=no
| ac_cv_have_decl_strtoimax=no
| ac_cv_have_decl_strtoll=yes
| ac_cv_have_decl_strtoull=yes
| ac_cv_have_decl_strtoumax=no
| ac_cv_have_decl_time=yes
| ac_cv_have_decl_tzname=yes
| ac_cv_have_decl_vsnprintf=yes
| ac_cv_have_decl_wcwidth=yes
| ac_cv_header_OS_h=no
| ac_cv_header_dirent_dirent_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_features_h=no
| ac_cv_header_iconv_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_linewrap_h=no
| ac_cv_header_linux_fd_h=no
| ac_cv_header_locale_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_net_errno_h=no
| ac_cv_header_netdb_h=yes
| ac_cv_header_priv_h=no
| ac_cv_header_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=no
| ac_cv_header_stdio_ext_h=no
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_stropts_h=yes
| ac_cv_header_sys_bitypes_h=no
| ac_cv_header_sys_buf_h=yes
| ac_cv_header_sys_device_h=no
| ac_cv_header_sys_filio_h=yes
| ac_cv_header_sys_gentape_h=no
| ac_cv_header_sys_inet_h=no
| ac_cv_header_sys_inttypes_h=yes
| ac_cv_header_sys_io_trioctl_h=no
| ac_cv_header_sys_mkdev_h=yes
| ac_cv_header_sys_mtio_h=yes
| ac_cv_header_sys_param_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_tape_h=no
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_tprintf_h=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=sparc-sun-solaris2.6
| ac_cv_lib_error_at_line=no
| ac_cv_member_struct_stat_st_atim_tv_nsec=yes
| ac_cv_member_struct_stat_st_blksize=yes
| ac_cv_member_struct_stat_st_blocks=yes
| ac_cv_member_struct_tm_tm_gmtoff=no
| ac_cv_member_struct_tm_tm_zone=no
| ac_cv_objext=o
| ac_cv_path_EGREP='/auto/insbu-cnstools/bin/grep -E'
| ac_cv_path_GMSGFMT=/auto/insbu-cnstools/bin/msgfmt
| ac_cv_path_GREP=/auto/insbu-cnstools/bin/grep
| ac_cv_path_MSGFMT=/auto/insbu-cnstools/bin/msgfmt
| ac_cv_path_MSGMERGE=/auto/insbu-cnstools/bin/msgmerge
| ac_cv_path_XGETTEXT=/auto/insbu-cnstools/bin/xgettext
| ac_cv_path_install='/auto/insbu-cnstools/bin/install -c'
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_YACC='bison -y'
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_cc_c89=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_search_clock_gettime=-lposix4
| ac_cv_search_opendir='none required'
| ac_cv_search_setsockopt=-lsocket
| ac_cv_search_strerror='none required'
| ac_cv_struct_tm=time.h
| ac_cv_sys_file_offset_bits=64
| ac_cv_sys_large_files=no
| ac_cv_sys_largefile_CC=no
| ac_cv_sys_long_file_names=yes
| ac_cv_sys_pending_output_n_bytes='fp->_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=yes
| ac_cv_type_long_long_int=yes
| ac_cv_type_major_t=yes
| ac_cv_type_mbstate_t=no
| ac_cv_type_minor_t=yes
| ac_cv_type_mode_t=yes
| ac_cv_type_off_t=yes
| ac_cv_type_pid_t=yes
| ac_cv_type_ptrdiff_t=yes
| ac_cv_type_signal=void
| ac_cv_type_size_t=yes
| ac_cv_type_uid_t=yes
| ac_cv_type_unsigned_long_long_int=yes
| ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
| ac_cv_var_tzname=yes
| ac_cv_win_or_dos=no
| ac_cv_working_alloca_h=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='-R$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=/usr/ccs/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_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, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=const
| diff_cv_st_fstype_string=yes
| fu_cv_sys_struct_timespec=yes
| fu_cv_sys_struct_utimbuf=yes
| gl_cv_absolute_fcntl_h=///usr/include/fcntl.h
| gl_cv_absolute_inttypes_h=///usr/include/inttypes.h
| gl_cv_absolute_sys_stat_h=///usr/include/sys/stat.h
| gl_cv_bitsizeof_ptrdiff_t=32
| gl_cv_bitsizeof_sig_atomic_t=32
| gl_cv_bitsizeof_size_t=32
| gl_cv_bitsizeof_wchar_t=32
| gl_cv_bitsizeof_wint_t=32
| gl_cv_c_inline_effective=yes
| gl_cv_compound_literals=yes
| gl_cv_func_chown_follows_symlink=yes
| gl_cv_func_getcwd_null=no
| gl_cv_func_malloc_0_nonnull=1
| gl_cv_func_mbrtowc=no
| gl_cv_func_re_compile_pattern_working=no
| gl_cv_func_strndup=no
| gl_cv_func_va_copy=yes
| gl_cv_func_working_utimes=yes
| gl_cv_have_arbitrary_file_name_length_limit=yes
| gl_cv_header_inttypes_h=yes
| gl_cv_header_stdint_h=no
| gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)'
| gl_cv_header_working_inttypes_h=no
| gl_cv_minmax_in_limits_h=no
| gl_cv_minmax_in_sys_param_h=no
| gl_cv_rpl_alloca=yes
| gl_cv_time_r_posix=yes
| gl_cv_type_ptrdiff_t_signed=yes
| gl_cv_type_ptrdiff_t_suffix=
| gl_cv_type_sig_atomic_t_signed=yes
| gl_cv_type_sig_atomic_t_suffix=
| gl_cv_type_size_t_signed=no
| gl_cv_type_size_t_suffix=u
| gl_cv_type_wchar_t_signed=yes
| gl_cv_type_wchar_t_suffix=l
| gl_cv_type_wint_t_signed=yes
| gl_cv_type_wint_t_suffix=l
| gt_cv_c_intmax_t=yes
| gt_cv_c_long_double=yes
| gt_cv_c_wchar_t=yes
| gt_cv_c_wint_t=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext3_libc=no
| gt_cv_func_gnugettext3_libintl=yes
| gt_cv_inttypes_pri_broken=no
| gt_cv_ssize_t=yes
| gt_cv_var_environ_declaration=no
| jm_cv_func_gettimeofday_clobber=no
| jm_cv_func_strtoimax_macro=no
| jm_cv_func_strtoumax_macro=no
| jm_cv_struct_dirent_d_ino=yes
| pu_cv_header_mtio_check_field=mt_type
| pu_cv_header_rmt=yes
| tar_cv_path_RSH=/usr/bin/rsh
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"'
| ABSOLUTE_INTTYPES_H='"///usr/include/inttypes.h"'
| ABSOLUTE_STDINT_H='"no/such/file/stdint.h"'
| ABSOLUTE_SYS_STAT_H='"///usr/include/sys/stat.h"'
| ACLOCAL='${SHELL} /auto/insbu-cnstools/build/tar-1.16.1/build-aux/missing 
--run aclocal-1.9'
| ALLOCA=''
| ALLOCA_H='alloca.h'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /auto/insbu-cnstools/build/tar-1.16.1/build-aux/missing --run 
tar'
| AUTOCONF='${SHELL} /auto/insbu-cnstools/build/tar-1.16.1/build-aux/missing 
--run autoconf'
| AUTOHEADER='${SHELL} /auto/insbu-cnstools/build/tar-1.16.1/build-aux/missing 
--run autoheader'
| AUTOM4TE='${SHELL} /auto/insbu-cnstools/build/tar-1.16.1/build-aux/missing 
--run autom4te'
| AUTOMAKE='${SHELL} /auto/insbu-cnstools/build/tar-1.16.1/build-aux/missing 
--run automake-1.9'
| 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='32'
| BITSIZEOF_WINT_T='32'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CPP='gcc -E'
| CPPFLAGS='-I/auto/insbu-cnstools/include'
| CYGPATH_W='echo'
| DEFAULT_ARCHIVE='-'
| DEFAULT_ARCHIVE_FORMAT='GNU'
| DEFAULT_BLOCKING='20'
| DEFAULT_QUOTING_STYLE='escape_quoting_style'
| DEFAULT_RMT_COMMAND=''
| DEFAULT_RMT_DIR='$(libexecdir)'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/auto/insbu-cnstools/bin/grep -E'
| EOVERFLOW=''
| EXEEXT=''
| FCNTL_H='fcntl.h'
| FNMATCH_H='fnmatch.h'
| GETOPT_H='getopt.h'
| GLIBC21='no'
| GL_COND_LIBTOOL_FALSE=''
| GL_COND_LIBTOOL_TRUE='#'
| GMSGFMT='/auto/insbu-cnstools/bin/msgfmt'
| GMSGFMT_015=':'
| GREP='/auto/insbu-cnstools/bin/grep'
| HAVE_DECL_IMAXABS='0'
| HAVE_DECL_IMAXDIV='0'
| HAVE_DECL_STRTOIMAX='0'
| HAVE_DECL_STRTOUMAX='0'
| HAVE_INTTYPES_H='1'
| HAVE_LONG_LONG_INT='1'
| HAVE_SIGNED_SIG_ATOMIC_T='1'
| HAVE_SIGNED_WCHAR_T='1'
| HAVE_SIGNED_WINT_T='1'
| HAVE_STDINT_H='0'
| HAVE_SYS_BITYPES_H='0'
| HAVE_SYS_INTTYPES_H='1'
| HAVE_SYS_TYPES_H='1'
| HAVE_UNSIGNED_LONG_LONG_INT='1'
| HAVE_WCHAR_H='1'
| HAVE__BOOL='1'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS='/auto/insbu-cnstools/lib/libintl.so -L/auto/insbu-cnstools/lib 
/auto/insbu-cnstools/lib/libiconv.so -lc -R/auto/insbu-cnstools/lib'
| INTL_MACOSX_LIBS=''
| INTTYPES_H='inttypes.h'
| LDFLAGS=''
| LIBICONV='/auto/insbu-cnstools/lib/libiconv.so -R/auto/insbu-cnstools/lib'
| LIBINTL='/auto/insbu-cnstools/lib/libintl.so -L/auto/insbu-cnstools/lib 
/auto/insbu-cnstools/lib/libiconv.so -lc -R/auto/insbu-cnstools/lib'
| LIBOBJS=''
| LIBS=''
| LIBTAR_LIBDEPS=''
| LIBTAR_LTLIBDEPS=''
| LIB_CLOCK_GETTIME='-lposix4'
| LIB_SETSOCKOPT='-lsocket'
| LTLIBICONV='-L/auto/insbu-cnstools/lib -liconv -R/auto/insbu-cnstools/lib'
| LTLIBINTL='-L/auto/insbu-cnstools/lib -lintl -L/auto/insbu-cnstools/lib 
-liconv -lc -R/auto/insbu-cnstools/lib'
| LTLIBOBJS=''
| MAKEINFO='${SHELL} /auto/insbu-cnstools/build/tar-1.16.1/build-aux/missing 
--run makeinfo'
| MSGFMT='/auto/insbu-cnstools/bin/msgfmt'
| MSGFMT_015=':'
| MSGMERGE='/auto/insbu-cnstools/bin/msgmerge'
| OBJEXT='o'
| PACKAGE='tar'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU tar'
| PACKAGE_STRING='GNU tar 1.16.1'
| PACKAGE_TARNAME='tar'
| PACKAGE_VERSION='1.16.1'
| PATH_SEPARATOR=':'
| POSUB='po'
| PRIPTR_PREFIX='"l"'
| PRI_MACROS_BROKEN='0'
| PTRDIFF_T_SUFFIX=''
| PU_RMT_PROG='rmt$(EXEEXT)'
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/bash'
| SIG_ATOMIC_T_SUFFIX=''
| SIZE_T_SUFFIX='u'
| STDBOOL_H=''
| STDINT_H='stdint.h'
| STRIP=''
| SYSEXITS_H=''
| SYS_STAT_H='sys/stat.h'
| UNISTD_H=''
| USE_NLS='yes'
| VERSION='1.16.1'
| WCHAR_T_SUFFIX='l'
| WINT_T_SUFFIX='l'
| XGETTEXT='/auto/insbu-cnstools/bin/xgettext'
| XGETTEXT_015=':'
| YACC='bison -y'
| YFLAGS=''
| ac_ct_CC='gcc'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='tar --format=ustar -chf - "$$tardir"'
| am__untar='tar -xf -'
| bindir='${exec_prefix}/bin'
| build='sparc-sun-solaris2.6'
| build_alias=''
| build_cpu='sparc'
| build_os='solaris2.6'
| build_vendor='sun'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| gl_LIBOBJS=' __fpending.o argmatch.o asnprintf.o backupfile.o basename.o 
chdir-long.o close-stream.o closeout.o creat-safer.o dirname.o dup-safer.o 
error.o exclude.o exitfail.o fchmodat.o fd-safer.o fnmatch.o getcwd.o 
getdelim.o getline.o getopt.o getopt1.o gettime.o hash.o human.o imaxtostr.o 
lstat.o mbchar.o mempcpy.o memrchr.o mkdirat.o mkdtemp.o mktime.o modechange.o 
obstack.o offtostr.o open-safer.o openat.o openat-die.o openat-proc.o 
pipe-safer.o printf-args.o printf-parse.o quote.o quotearg.o regex.o rpmatch.o 
safe-read.o safe-write.o save-cwd.o savedir.o setenv.o stpcpy.o strcasecmp.o 
strchrnul.o stripslash.o strndup.o strnlen.o strtoimax.o strtoumax.o tempname.o 
uinttostr.o umaxtostr.o unlinkdir.o unsetenv.o utimens.o vasnprintf.o xgetcwd.o 
xmalloc.o xstrtol.o xstrtoul.o'
| gl_LTLIBOBJS=' __fpending.lo argmatch.lo asnprintf.lo backupfile.lo 
basename.lo chdir-long.lo close-stream.lo closeout.lo creat-safer.lo dirname.lo 
dup-safer.lo error.lo exclude.lo exitfail.lo fchmodat.lo fd-safer.lo fnmatch.lo 
getcwd.lo getdelim.lo getline.lo getopt.lo getopt1.lo gettime.lo hash.lo 
human.lo imaxtostr.lo lstat.lo mbchar.lo mempcpy.lo memrchr.lo mkdirat.lo 
mkdtemp.lo mktime.lo modechange.lo obstack.lo offtostr.lo open-safer.lo 
openat.lo openat-die.lo openat-proc.lo pipe-safer.lo printf-args.lo 
printf-parse.lo quote.lo quotearg.lo regex.lo rpmatch.lo safe-read.lo 
safe-write.lo save-cwd.lo savedir.lo setenv.lo stpcpy.lo strcasecmp.lo 
strchrnul.lo stripslash.lo strndup.lo strnlen.lo strtoimax.lo strtoumax.lo 
tempname.lo uinttostr.lo umaxtostr.lo unlinkdir.lo unsetenv.lo utimens.lo 
vasnprintf.lo xgetcwd.lo xmalloc.lo xstrtol.lo xstrtoul.lo'
| host='sparc-sun-solaris2.6'
| host_alias=''
| host_cpu='sparc'
| host_os='solaris2.6'
| host_vendor='sun'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='/auto/insbu-cnstools/build/tar-1.16.1/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/auto/insbu-cnstools'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE_NAME "GNU tar"
| #define PACKAGE_TARNAME "tar"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "GNU tar 1.16.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "tar"
| #define VERSION "1.16.1"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_MTIO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_BUF_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DIRENT_H 1
| #define MAJOR_IN_MKDEV 1
| #define STDC_HEADERS 1
| #define HAVE_ST_FSTYPE_STRING 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define restrict __restrict
| #define HAVE_DECL_GETENV 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_PATHCONF 1
| #define HAVE_FCHDIR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ALARM 1
| #define HAVE_ISWPRINT 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_LSTAT 1
| #define HAVE_PIPE 1
| #define HAVE_WCWIDTH 1
| #define HAVE_STRERROR 1
| #define HAVE_MKFIFO 1
| #define HAVE_SETLOCALE 1
| #define D_INO_IN_DIRENT 1
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| #define HAVE_DECL_STRERROR_R 0
| #define mbstate_t int
| #define HAVE_DECL_GETCWD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_DECL_NANOSLEEP 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX 
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX u
| #define WCHAR_T_SUFFIX l
| #define WINT_T_SUFFIX l
| #define HAVE_INTTYPES_H 1
| #define HAVE_DECL_IMAXABS 0
| #define HAVE_DECL_IMAXDIV 0
| #define HAVE_DECL_STRTOIMAX 0
| #define HAVE_DECL_STRTOUMAX 0
| #define HAVE_DECL_LCHOWN 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_UTIME_NULL 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_LONG_LONG 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define GNULIB_PROGRAM_INVOCATION_NAME 1
| #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| #define __OPENAT_PREFIX rpl_
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_CLOSE_STREAM 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| #define GNULIB_FCNTL_SAFER 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_DECL_ISBLANK 0
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define fnmatch gnu_fnmatch
| #define HAVE_DECL___FPENDING 0
| #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| #define HAVE_FTRUNCATE 1
| #define __GETCWD_PREFIX rpl_
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_GETPAGESIZE 1
| #define HAVE_INLINE 1
| #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| #define HAVE_LCHOWN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMSET 1
| #define mktime rpl_mktime
| #define __OPENAT_PREFIX rpl_
| #define mbstate_t int
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define HAVE_RMDIR 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX 
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX u
| #define WCHAR_T_SUFFIX l
| #define WINT_T_SUFFIX l
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRDUP 1
| #define strnlen rpl_strnlen
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_MKDIR 1
| #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
| #define HAVE_SYSEXITS_H 1
| #define HAVE_TIME_R_POSIX 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_DECL_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SYS_MTIO_H 1
| #define MTIO_CHECK_FIELD mt_type
| #define HAVE_SYS_BUF_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_FSYNC 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_LSTAT 1
| #define HAVE_MKFIFO 1
| #define HAVE_READLINK 1
| #define HAVE_STRERROR 1
| #define HAVE_SYMLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_DECL_GETGRGID 1
| #define HAVE_DECL_GETPWUID 1
| #define HAVE_DECL_TIME 1
| #define HAVE_WAITPID 1
| #define REMOTE_SHELL "/usr/bin/rsh"
| #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| #define DEFAULT_ARCHIVE "-"
| #define DEFAULT_BLOCKING 20
| #define DEFAULT_QUOTING_STYLE escape_quoting_style
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| 
| configure: exit 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]