bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] GNU tar Build failure in rmt/rmt.c (patch included)


From: Giles Lean
Subject: [Bug-tar] GNU tar Build failure in rmt/rmt.c (patch included)
Date: Wed, 02 May 2007 03:14:38 +1000

Hi,

When building GNU tar 1.16 on NetBSD 4.0_BETA2/i386 I have found a few
problems.  The simplest is a rmt/rmt.c compilation problem which is
due to a misplaced #endif; a patch for that is below.

It can be verified by code inspection, and to reproduce:

   $ uname -a
   NetBSD amethyst.netherstone.net 4.0_BETA2 NetBSD 4.0_BETA2 (AMETHYST) #8: 
Tue May  1 22:23:20 EST 2007  
address@hidden:/usr/local/NetBSD/netbsd-4/obj/sys/arch/i386/compile/AMETHYST 
i386

   $ pwd
   /usr/local/src/tar-1.16

   $ ./configure --prefix=/usr/local/gnu --program-prefix='g'
   ...

   $ gmake
   gmake[2]: Entering directory `/usr/local/src/tar-1.16/rmt'
   if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib     -g -O2
      -MT rmt.o -MD -MP -MF ".deps/rmt.Tpo" -c -o rmt.o rmt.c; \
            then mv -f ".deps/rmt.Tpo" ".deps/rmt.Po"; else rm -f
            ".deps/rmt.Tpo"; exit 1; fi
    rmt.c:590: error: expected identifier or '(' before '}' token
    gmake[2]: *** [rmt.o] Error 1
    ...

Other problems are a failure of configure's "ls -t" checking, and a
number of tests fail when "gmake check" is run:

 21: gzip                                          FAILED (gzip.at:40)
 59: volume header size                            FAILED (volsize.at:54)
 63: gtarfail                                      FAILED (gtarfail.at:38)
 64: gtarfail2                                     FAILED (gtarfail2.at:41)
 65: multi-fail                                    FAILED (multi-fail.at:86)
 66: ustar-big-2g                                  FAILED (ustar-big-2g.at:36)
 67: ustar-big-8g                                  FAILED (ustar-big-8g.at:36)
 68: pax-big-10g                                   FAILED (pax-big-10g.at:36)

The workaround for the configure failure is to comment out the test of
"ls -t".  (Fix unknown).  I haven't looked at the test failures as
yet; whether or not I will find time I don't know so have attached the
tests/testsuite.log file as the "gmake check" output requested.

(I can run test if requested, and/or provide non-root ssh access to
the system these failures were observed on, if that's useful.)

Regards,

Giles

--- rmt/rmt.c-orig      2006-09-27 18:54:46.000000000 +1000
+++ rmt/rmt.c   2007-05-02 02:50:13.000000000 +1000
@@ -585,8 +585,8 @@
        respond (sizeof operation);
        full_write (STDOUT_FILENO, (char *) &operation, sizeof operation);
       }
-#endif
   }
+#endif
 }
 
 int

## ------------------------ ##
## GNU tar 1.16 test suite. ##
## ------------------------ ##

testsuite: command line was:
  $ ./testsuite 

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

testsuite: ../ChangeLog:
| 2006-10-17  Sergey Poznyakoff  <address@hidden>
| 
|       * src/tar.c: Fix help output formatting.  Thanks Benno
|       Schulenberg.
| 
| 2006-10-16  Sergey Poznyakoff  <address@hidden>
| 
|       * Makefile.am (dist-hook): Create a cpio archive.
|       * NEWS: Update
| 

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

hostname = amethyst.netherstone.net
uname -m = i386
uname -r = 4.0_BETA2
uname -s = NetBSD
uname -v = NetBSD 4.0_BETA2 (AMETHYST) #8: Tue May  1 22:23:20 EST 2007  
address@hidden:/usr/local/NetBSD/netbsd-4/obj/sys/arch/i386/compile/AMETHYST

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

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

PATH: /usr/local/src/tar-1.16/tests
PATH: /usr/local/src/tar-1.16/src
PATH: /usr/local/src/tar-1.16/build-aux
PATH: /usr/local/src/tar-1.16
PATH: /home/giles/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/local/nmh/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/usr/local/src/tar-1.16/tests'
| at_srcdir='.'
| abs_srcdir='/usr/local/src/tar-1.16/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/usr/local/src/tar-1.16'
| at_top_build_prefix='../'
| abs_top_builddir='/usr/local/src/tar-1.16'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/ksh'}

testsuite: atlocal:
| # tests/atlocal.  Generated from atlocal.in by configure.                     
                -*- shell-script -*-
| # Configurable variable values for tar test suite.
| # Copyright (C) 2004, 2006 Free Software Foundation, Inc.
| 
| 
PATH=/usr/local/src/tar-1.16/tests:/usr/local/src/tar-1.16/src:/usr/local/src/tar-1.16/build-aux:$top_srcdir:$srcdir:$PATH
| 
| XFAILFILE=$abs_builddir/.badversion
| 
| trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15
| 
| TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar
| if test -z "$TEST_DATA_DIR"; then
|   TEST_DATA_DIR=$abs_builddir
| fi
| 
| STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts
| if test -z "$STAR_TESTSCRIPTS"; then
|   STAR_TESTSCRIPTS=$TEST_DATA_DIR
| fi  
| 
| # tarball_prereq file sum dir url
| tarball_prereq() {
|   if test -d "$3"; then       
|     if test -r $3/$1; then
|       :
|     elif test -n "$FULL_TEST"; then
|       wget -q --directory-prefix=$3 $4/$1
|     fi
|   fi  
|   echo "$2  $3/$1" | md5sum --status --check - 
| }
| 
| 

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

./testsuite.at:92: /usr/local/src/tar-1.16/src/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.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Wed May  2 02:53:04 EST 2007
1. tar version (version.at:19): ok      (Kids:      0.01s user     0.01s system)
2. decompressing from stdin (pipe.at:29): ok    (Kids:      0.19s user     
0.33s system)
3. mixing options (options.at:24): ok   (Kids:      0.00s user     0.01s system)
4. interspersed options (options02.at:26): ok   (Kids:      0.00s user     
0.01s system)
5. tar --index-file=FILE --file=- (indexfile.at:26): ok (Kids:      0.09s user  
   0.10s system)
6. tar cvf - (verbose.at:26): ok        (Kids:      0.08s user     0.10s system)
7. append (append.at:21): ok    (Kids:      0.09s user     0.12s system)
8. appending files with long names (append01.at:29): ok (Kids:      0.08s user  
   0.10s system)
9. append vs. create (append02.at:40): ok       (Kids:      0.11s user     
0.15s system)
10. deleting a member after a big one (delete01.at:23): ok      (Kids:      
0.13s user     0.12s system)
11. deleting a member from stdin archive (delete02.at:23): ok   (Kids:      
0.14s user     0.15s system)
12. deleting members with long names (delete03.at:21): ok       (Kids:      
0.09s user     0.14s system)
13. deleting a large last member (delete04.at:23): ok   (Kids:      0.30s user  
   0.24s system)
14. deleting non-existing member (delete05.at:27): ok   (Kids:      0.09s user  
   0.14s system)
15. extract over an existing directory (extrac01.at:23): ok     (Kids:      
0.08s user     0.11s system)
16. extracting symlinks over an existing file (extrac02.at:23): ok      (Kids:  
    0.09s user     0.13s system)
17. extraction loops (extrac03.at:23): ok       (Kids:      0.07s user     
0.10s system)
18. extract + fnmatch (extrac04.at:23): ok      (Kids:      0.16s user     
0.23s system)
19. extracting selected members from pax (extrac05.at:30): ok   (Kids:      
0.03s user     0.02s system)
20. mode of extracted directories (extrac06.at:33): ok  (Kids:      0.12s user  
   0.19s system)
22. incremental (incremental.at:23): ok (Kids:      0.06s user     0.11s system)
23. restore broken symlinks from incremental (incr01.at:27): ok (Kids:      
0.09s user     0.09s system)
24. restoring timestamps from incremental (incr02.at:32): ok    (Kids:      
0.08s user     0.11s system)
25. --listed for individual files (listed01.at:26): ok  (Kids:      0.06s user  
   0.06s system)
26. working --listed (listed02.at:28): ok       (Kids:      0.15s user     
0.25s system)
27. renamed files in incrementals (incr03.at:28): ok    (Kids:      0.14s user  
   0.23s system)
28. proper icontents initialization (incr04.at:29): ok  (Kids:      0.18s user  
   0.19s system)
29. renamed dirs in incrementals (rename01.at:24): ok   (Kids:      0.14s user  
   0.20s system)
30. move between hierarchies (rename02.at:24): ok       (Kids:      0.15s user  
   0.24s system)
31. cyclic renames (rename03.at:23): ok (Kids:      0.19s user     0.28s system)
32. changed file types in incrementals (chtype.at:27): ok       (Kids:      
0.15s user     0.28s system)
33. ignfail (ignfail.at:23): skipped (ignfail.at:75)
34. link count gt 2 (link01.at:33): ok  (Kids:      0.12s user     0.15s system)
35. long names in V7 archives (longv7.at:24): ok        (Kids:      0.02s user  
   0.01s system)
36. long file names divisible by block size (long01.at:28): ok  (Kids:      
0.13s user     0.16s system)
37. ustar: unsplittable file name (lustar01.at:21): ok  (Kids:      0.01s user  
   0.01s system)
38. ustar: unsplittable path name (lustar02.at:21): ok  (Kids:      0.02s user  
   0.03s system)
39. ustar: splitting long names (lustar03.at:21): ok    (Kids:      0.03s user  
   0.04s system)
40. multivolume dumps from pipes (multiv01.at:23): ok   (Kids:      0.08s user  
   0.10s system)
41. skipping a straddling member (multiv02.at:28): ok   (Kids:      0.07s user  
   0.10s system)
42. MV archive & long filenames (multiv03.at:30): ok    (Kids:      0.06s user  
   0.09s system)
43. split directory members in a MV archive (multiv04.at:36): ok        (Kids:  
    0.09s user     0.56s system)
44. Restoring after an out of sync folume (multiv05.at:26): ok  (Kids:      
0.19s user     0.11s system)
45. old archives (old.at:23): ok        (Kids:      0.01s user     0.01s system)
46. recurse (recurse.at:21): ok (Kids:      0.08s user     0.10s system)
47. working -C with --same-order (same-order01.at:26): ok       (Kids:      
0.12s user     0.23s system)
48. multiple -C options (same-order02.at:25): ok        (Kids:      0.12s user  
   0.16s system)
49. short records (shortrec.at:25): ok  (Kids:      0.11s user     0.21s system)
50. sparse files (sparse01.at:21): ok   (Kids:      0.32s user     0.31s system)
51. extracting sparse file over a pipe (sparse02.at:21): ok     (Kids:      
0.28s user     0.34s system)
52. storing sparse files > 8G (sparse03.at:21): ok      (Kids:    175.52s user  
 209.61s system)
53. sparse files in MV archives (sparsemv.at:21): ok    (Kids:      0.11s user  
   0.16s system)
54. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok  (Kids:      
0.06s user     0.09s system)
55. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok  (Kids:      
0.04s user     0.11s system)
56. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok  (Kids:      
0.06s user     0.09s system)
57. update unchanged directories (update.at:27): ok     (Kids:      0.12s user  
   0.24s system)
58. volume (volume.at:23): ok   (Kids:      0.04s user     0.06s system)
60. compressed format recognition (comprec.at:21): ok   (Kids:      0.17s user  
   0.18s system)
61. truncate (truncate.at:29): ok       (Kids:     25.17s user     7.31s system)
62. grow (grow.at:24): ok       (Kids:     23.75s user     5.34s system)
testsuite: ending at: Wed May  2 03:06:14 EST 2007
testsuite: test suite duration: 0h 13m 10s

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

ERROR: 67 tests were run,
8 failed unexpectedly.
1 test was skipped.

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

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

  21: gzip.at:23         gzip
      gzip
  59: volsize.at:29      volume header size
      volume volsize
  63: gtarfail.at:21     gtarfail
      star gtarfail
  64: gtarfail2.at:21    gtarfail2
      star gtarfail2
  65: multi-fail.at:21   multi-fail
      star multivolume multiv multi-fail
  66: ustar-big-2g.at:21 ustar-big-2g
      star ustar-big-2g
  67: ustar-big-8g.at:21 ustar-big-8g
      star ustar-big-8g
  68: pax-big-10g.at:21  pax-big-10g
      star pax-big-10g

Skipped tests:
GNU tar 1.16 test suite test groups:

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

  33: ignfail.at:23      ignfail
      ignfail

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

#                             -*- compilation -*-
21. gzip.at:23: testing ...
./gzip.at:40:

cat /dev/null | gzip - > /dev/null 2>&1 || exit 77

tar xfvz /dev/null
test $? = 2 || exit 1

--- -   2007-05-02 02:53:27.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stderr       2007-05-02 
02:53:27.000000000 +1000
@@ -1,5 +1,4 @@
-
-gzip: stdin: unexpected end of file
+gzip: (stdin): unexpected end of file
 tar: Child returned status 1
 tar: Error exit delayed from previous errors
 
21. gzip.at:23: 21. gzip (gzip.at:23): FAILED (gzip.at:40)

#                             -*- compilation -*-
59. volsize.at:29: testing ...
./volsize.at:54:
mkdir v7
(cd v7
TEST_TAR_FORMAT=v7
export TEST_TAR_FORMAT
TAR_OPTIONS="-H v7"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77


test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 
/usr/local/src/tar-1.16/tests ftp://download.gnu.org.ua/pub/tests/tar || exit 77

echo Short Listing
tar tf $TEST_DATA_DIR/abc.tar
echo Verbose Listing
tar tfv $TEST_DATA_DIR/abc.tar
echo Extracted directory
tar xf $TEST_DATA_DIR/abc.tar
find abc|sort
)
--- /dev/null   2007-05-02 03:03:09.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stderr       2007-05-02 
03:03:14.000000000 +1000
@@ -0,0 +1,10 @@
+/home/giles/bin/md5sum: cannot open --status: no such file
+/home/giles/bin/md5sum: cannot open --check: no such file
+/home/giles/bin/md5sum: cannot open -: no such file
+tar: /usr/local/src/tar-1.16/tests/abc.tar: Cannot open: No such file or 
directory
+tar: Error is not recoverable: exiting now
+tar: /usr/local/src/tar-1.16/tests/abc.tar: Cannot open: No such file or 
directory
+tar: Error is not recoverable: exiting now
+tar: /usr/local/src/tar-1.16/tests/abc.tar: Cannot open: No such file or 
directory
+tar: Error is not recoverable: exiting now
+find: abc: No such file or directory
--- -   2007-05-02 03:03:14.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stdout       2007-05-02 
03:03:14.000000000 +1000
@@ -1,10 +1,7 @@
+  --status
+  --check
+  -
 Short Listing
-abc/not-a-file.gif
-abc/CCC
 Verbose Listing
-V--------- 0/0            1536 2006-05-09 01:07 abc/not-a-file.gif--Volume 
Header--
--rw-r--r-- tom/users         0 2006-04-22 22:52 abc/CCC
 Extracted directory
-abc
-abc/CCC
 
59. volsize.at:29: 59. volume header size (volsize.at:29): FAILED 
(volsize.at:54)

#                             -*- compilation -*-
63. gtarfail.at:21: testing ...
./gtarfail.at:38:

test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq gtarfail.tar bf7612e401aaa679edbb07ae1183811b 
/usr/local/src/tar-1.16/tests http://download.berlios.de/pub/star/testscripts 
|| exit 77


tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail.tar

--- /dev/null   2007-05-02 03:04:47.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stderr       2007-05-02 
03:06:13.000000000 +1000
@@ -0,0 +1,5 @@
+/home/giles/bin/md5sum: cannot open --status: no such file
+/home/giles/bin/md5sum: cannot open --check: no such file
+/home/giles/bin/md5sum: cannot open -: no such file
+tar: /usr/local/src/tar-1.16/tests/gtarfail.tar: Cannot open: No such file or 
directory
+tar: Error is not recoverable: exiting now
--- -   2007-05-02 03:06:13.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stdout       2007-05-02 
03:06:13.000000000 +1000
@@ -1,7 +1,4 @@
--rw-r--r-- jes/glone       518 2001-05-25 14:41 vedpowered.gif
--rw-r--r-- jes/glone      6825 1997-04-29 00:19 cd.gif
--rw-r--r-- jes/glone     33354 1999-06-22 12:17 DSCN0049c.JPG
--rw-r--r-- jes/glone     86159 2001-06-05 18:16 Window1.jpg
--rw-r--r-- jes/glone      1310 2001-05-25 13:05 vipower.gif
--rw-rw-rw- jes/glone    148753 1998-09-15 13:08 billyboy.jpg
+  --status
+  --check
+  -
 
./gtarfail.at:38: exit code was 2, expected 0
63. gtarfail.at:21: 63. gtarfail (gtarfail.at:21): FAILED (gtarfail.at:38)

#                             -*- compilation -*-
64. gtarfail2.at:21: testing ...
./gtarfail2.at:41:

test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq gtarfail2.tar 6b607d1faec14b82f69525d9c5b66e53 
/usr/local/src/tar-1.16/tests http://download.berlios.de/pub/star/testscripts 
|| exit 77

tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail2.tar

--- /dev/null   2007-05-02 03:04:47.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stderr       2007-05-02 
03:06:13.000000000 +1000
@@ -0,0 +1,5 @@
+/home/giles/bin/md5sum: cannot open --status: no such file
+/home/giles/bin/md5sum: cannot open --check: no such file
+/home/giles/bin/md5sum: cannot open -: no such file
+tar: /usr/local/src/tar-1.16/tests/gtarfail2.tar: Cannot open: No such file or 
directory
+tar: Error is not recoverable: exiting now
--- -   2007-05-02 03:06:13.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stdout       2007-05-02 
03:06:13.000000000 +1000
@@ -1,11 +1,4 @@
--rwxr-xr-x jes/glone       214 2001-09-21 14:08 .clean
-lrwxrwxrwx jes/cats          0 1998-05-07 12:39 RULES -> makefiles/RULES
-drwxr-sr-x jes/glone         0 2001-12-10 00:00 build/
--rw-r--r-- jes/glone    312019 2001-12-10 00:00 build/smake-1.2.tar.gz
-drwxr-sr-x jes/glone         0 2001-11-09 18:20 build/psmake/
--rwxr-xr-x jes/glone       259 2000-01-09 16:36 build/psmake/MAKE
--rwxr-xr-x jes/glone      4820 2001-02-25 22:45 build/psmake/MAKE.sh
--rw-r--r-- jes/glone       647 2001-02-25 23:50 build/psmake/Makefile
-lrwxrwxrwx jes/glone         0 2001-08-29 10:53 build/psmake/archconf.c -> 
../archconf.c
-lrwxrwxrwx jes/glone         0 2001-08-29 10:54 build/psmake/astoi.c -> 
../../lib/astoi.c
+  --status
+  --check
+  -
 
./gtarfail2.at:41: exit code was 2, expected 0
64. gtarfail2.at:21: 64. gtarfail2 (gtarfail2.at:21): FAILED (gtarfail2.at:41)

#                             -*- compilation -*-
65. multi-fail.at:21: testing ...
./multi-fail.at:86:

test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq gnu-multi-fail-volume1.gtar 7c28663dd98b0bd91ceb4be7af55254e 
/usr/local/src/tar-1.16/tests http://download.berlios.de/pub/star/testscripts 
|| exit 77


test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq gnu-multi-fail-volume2.gtar b5d41c4c3ec440687d4a44957b5079a8 
/usr/local/src/tar-1.16/tests http://download.berlios.de/pub/star/testscripts 
|| exit 77


tar --utc -tvM -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume1.gtar \
               -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume2.gtar <&-

--- /dev/null   2007-05-02 03:04:47.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stderr       2007-05-02 
03:06:14.000000000 +1000
@@ -0,0 +1,8 @@
+/home/giles/bin/md5sum: cannot open --status: no such file
+/home/giles/bin/md5sum: cannot open --check: no such file
+/home/giles/bin/md5sum: cannot open -: no such file
+/home/giles/bin/md5sum: cannot open --status: no such file
+/home/giles/bin/md5sum: cannot open --check: no such file
+/home/giles/bin/md5sum: cannot open -: no such file
+tar: /usr/local/src/tar-1.16/tests/gnu-multi-fail-volume1.gtar: Cannot open: 
No such file or directory
+tar: Error is not recoverable: exiting now
--- -   2007-05-02 03:06:14.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stdout       2007-05-02 
03:06:14.000000000 +1000
@@ -1,53 +1,7 @@
-drwxrwsr-x joerg/bs          0 2003-10-11 14:32 OBJ/i386-sunos5-gcc/
--rw-r--r-- joerg/bs          1 2003-10-11 14:32 OBJ/i386-sunos5-gcc/Dnull
--rw-r--r-- joerg/bs       1743 2003-10-10 18:06 OBJ/i386-sunos5-gcc/star.d
--rw-r--r-- joerg/bs       1460 2003-10-11 11:53 OBJ/i386-sunos5-gcc/header.d
--rw-r--r-- joerg/bs       1540 2003-10-10 18:06 OBJ/i386-sunos5-gcc/cpiohdr.d
--rw-r--r-- joerg/bs       2245 2003-10-10 18:06 OBJ/i386-sunos5-gcc/xheader.d
--rw-r--r-- joerg/bs       1254 2003-10-10 18:06 OBJ/i386-sunos5-gcc/xattr.d
--rw-r--r-- joerg/bs       1330 2003-10-10 18:06 OBJ/i386-sunos5-gcc/list.d
--rw-r--r-- joerg/bs       1745 2003-10-10 18:06 OBJ/i386-sunos5-gcc/extract.d
--rw-r--r-- joerg/bs       1518 2003-10-10 18:06 OBJ/i386-sunos5-gcc/create.d
--rw-r--r-- joerg/bs       1235 2003-10-10 18:06 OBJ/i386-sunos5-gcc/append.d
--rw-r--r-- joerg/bs       1368 2003-10-10 18:06 OBJ/i386-sunos5-gcc/diff.d
--rw-r--r-- joerg/bs       1423 2003-10-10 18:06 OBJ/i386-sunos5-gcc/remove.d
--rw-r--r-- joerg/bs       1493 2003-10-10 18:07 OBJ/i386-sunos5-gcc/star_unix.d
--rw-r--r-- joerg/bs       1572 2003-10-10 18:07 OBJ/i386-sunos5-gcc/acl_unix.d
--rw-r--r-- joerg/bs       1453 2003-10-10 18:07 OBJ/i386-sunos5-gcc/fflags.d
--rw-r--r-- joerg/bs       2257 2003-10-11 14:32 OBJ/i386-sunos5-gcc/buffer.d
--rw-r--r-- joerg/bs        969 2003-10-07 17:53 OBJ/i386-sunos5-gcc/dirtime.d
--rw-r--r-- joerg/bs       1308 2003-10-10 18:07 OBJ/i386-sunos5-gcc/lhash.d
--rw-r--r-- joerg/bs       1287 2003-10-10 18:07 OBJ/i386-sunos5-gcc/hole.d
--rw-r--r-- joerg/bs       1105 2003-10-10 18:07 OBJ/i386-sunos5-gcc/longnames.d
--rw-r--r-- joerg/bs       1230 2003-10-10 18:07 OBJ/i386-sunos5-gcc/names.d
--rw-r--r-- joerg/bs       1091 2003-10-10 18:07 OBJ/i386-sunos5-gcc/movearch.d
--rw-r--r-- joerg/bs        961 2003-10-07 17:53 OBJ/i386-sunos5-gcc/table.d
--rw-r--r-- joerg/bs       1113 2003-10-10 18:07 OBJ/i386-sunos5-gcc/props.d
--rw-r--r-- joerg/bs       2146 2003-10-10 18:07 OBJ/i386-sunos5-gcc/fetchdir.d
--rw-r--r-- joerg/bs       1093 2003-10-10 18:07 OBJ/i386-sunos5-gcc/unicode.d
--rw-r--r-- joerg/bs       1211 2003-10-10 18:07 OBJ/i386-sunos5-gcc/subst.d
--rw-r--r-- joerg/bs       2076 2003-10-11 11:53 OBJ/i386-sunos5-gcc/volhdr.d
--rw-r--r-- joerg/bs       1480 2003-10-10 18:07 OBJ/i386-sunos5-gcc/chdir.d
--rw-r--r-- joerg/bs      42460 2003-10-10 18:07 OBJ/i386-sunos5-gcc/star.o
--rw-r--r-- joerg/bs      22564 2003-10-11 11:53 OBJ/i386-sunos5-gcc/header.o
--rw-r--r-- joerg/bs       7880 2003-10-10 18:07 OBJ/i386-sunos5-gcc/cpiohdr.o
--rw-r--r-- joerg/bs      14624 2003-10-10 18:07 OBJ/i386-sunos5-gcc/xheader.o
--rw-r--r-- joerg/bs        924 2003-10-10 18:07 OBJ/i386-sunos5-gcc/xattr.o
--rw-r--r-- joerg/bs       6120 2003-10-10 18:07 OBJ/i386-sunos5-gcc/list.o
--rw-r--r-- joerg/bs      12764 2003-10-10 18:07 OBJ/i386-sunos5-gcc/extract.o
--rw-r--r-- joerg/bs      14668 2003-10-10 18:07 OBJ/i386-sunos5-gcc/create.o
--rw-r--r-- joerg/bs       2576 2003-10-10 18:07 OBJ/i386-sunos5-gcc/append.o
--rw-r--r-- joerg/bs       7636 2003-10-10 18:07 OBJ/i386-sunos5-gcc/diff.o
--rw-r--r-- joerg/bs       3072 2003-10-10 18:07 OBJ/i386-sunos5-gcc/remove.o
--rw-r--r-- joerg/bs       5612 2003-10-10 18:07 OBJ/i386-sunos5-gcc/star_unix.o
--rw-r--r-- joerg/bs       6220 2003-10-10 18:07 OBJ/i386-sunos5-gcc/acl_unix.o
--rw-r--r-- joerg/bs       1092 2003-10-10 18:07 OBJ/i386-sunos5-gcc/fflags.o
--rw-r--r-- joerg/bs      20996 2003-10-11 14:32 OBJ/i386-sunos5-gcc/buffer.o
--rw-r--r-- joerg/bs       2060 2003-10-07 17:53 OBJ/i386-sunos5-gcc/dirtime.o
--rw-r--r-- joerg/bs       1664 2003-10-10 18:07 OBJ/i386-sunos5-gcc/lhash.o
--rw-r--r-- joerg/bs      10564 2003-10-10 18:07 OBJ/i386-sunos5-gcc/hole.o
--rw-r--r-- joerg/bs       3864 2003-10-10 18:07 OBJ/i386-sunos5-gcc/longnames.o
--rw-r--r-- joerg/bs       2576 2003-10-10 18:07 OBJ/i386-sunos5-gcc/names.o
--rw-r--r-- joerg/bs        952 2003-10-10 18:07 OBJ/i386-sunos5-gcc/movearch.o
--rw-r--r-- joerg/bs       2756 2003-10-07 17:53 OBJ/i386-sunos5-gcc/table.o
+  --status
+  --check
+  -
+  --status
+  --check
+  -
 
./multi-fail.at:86: exit code was 2, expected 0
65. multi-fail.at:21: 65. multi-fail (multi-fail.at:21): FAILED 
(multi-fail.at:86)

#                             -*- compilation -*-
66. ustar-big-2g.at:21: testing ...
./ustar-big-2g.at:36:

cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77


test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq ustar-big-2g.tar.bz2 b63979733629c8fcdf40b60065422767 
/usr/local/src/tar-1.16/tests http://download.berlios.de/pub/star/testscripts 
|| exit 77


tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-2g.tar.bz2

stderr:
/home/giles/bin/md5sum: cannot open --status: no such file
/home/giles/bin/md5sum: cannot open --check: no such file
/home/giles/bin/md5sum: cannot open -: no such file
tar (child): /usr/local/src/tar-1.16/tests/ustar-big-2g.tar.bz2: Cannot open: 
No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
--- -   2007-05-02 03:06:14.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stdout       2007-05-02 
03:06:14.000000000 +1000
@@ -1,3 +1,4 @@
--rw------- jes/glone 2147483647 2002-06-15 14:53 big
--rw-r--r-- jes/glone          0 2002-06-15 14:53 file
+  --status
+  --check
+  -
 
./ustar-big-2g.at:36: exit code was 2, expected 0
66. ustar-big-2g.at:21: 66. ustar-big-2g (ustar-big-2g.at:21): FAILED 
(ustar-big-2g.at:36)

#                             -*- compilation -*-
67. ustar-big-8g.at:21: testing ...
./ustar-big-8g.at:36:

cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77


test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq ustar-big-8g.tar.bz2 60ff503fa4b8288bef7ada89e9c91b0f 
/usr/local/src/tar-1.16/tests http://download.berlios.de/pub/star/testscripts 
|| exit 77


tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-8g.tar.bz2

stderr:
/home/giles/bin/md5sum: cannot open --status: no such file
/home/giles/bin/md5sum: cannot open --check: no such file
/home/giles/bin/md5sum: cannot open -: no such file
tar (child): /usr/local/src/tar-1.16/tests/ustar-big-8g.tar.bz2: Cannot open: 
No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
--- -   2007-05-02 03:06:14.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stdout       2007-05-02 
03:06:14.000000000 +1000
@@ -1,3 +1,4 @@
--rw------- jes/glone 8589934591 2002-06-15 15:08 8gb-1
--rw-r--r-- jes/glone          0 2002-06-15 14:53 file
+  --status
+  --check
+  -
 
./ustar-big-8g.at:36: exit code was 2, expected 0
67. ustar-big-8g.at:21: 67. ustar-big-8g (ustar-big-8g.at:21): FAILED 
(ustar-big-8g.at:36)

#                             -*- compilation -*-
68. pax-big-10g.at:21: testing ...
./pax-big-10g.at:36:

cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77


test -z /usr/local/src/tar-1.16/tests && exit 77
tarball_prereq pax-big-10g.tar.bz2 ca15c23acc8d8bb1f27e60113a5f8bff 
/usr/local/src/tar-1.16/tests http://download.berlios.de/pub/star/testscripts 
|| exit 77


tar --utc -tvjf $STAR_TESTSCRIPTS/pax-big-10g.tar.bz2

stderr:
/home/giles/bin/md5sum: cannot open --status: no such file
/home/giles/bin/md5sum: cannot open --check: no such file
/home/giles/bin/md5sum: cannot open -: no such file
tar (child): /usr/local/src/tar-1.16/tests/pax-big-10g.tar.bz2: Cannot open: No 
such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
--- -   2007-05-02 03:06:14.000000000 +1000
+++ /usr/local/src/tar-1.16/tests/testsuite.dir/at-stdout       2007-05-02 
03:06:14.000000000 +1000
@@ -1,3 +1,4 @@
--rw------- jes/glone 10737418240 2002-06-15 21:18 10g
--rw-r--r-- jes/glone           0 2002-06-15 14:53 file
+  --status
+  --check
+  -
 
./pax-big-10g.at:36: exit code was 2, expected 0
68. pax-big-10g.at:21: 68. pax-big-10g (pax-big-10g.at:21): FAILED 
(pax-big-10g.at:36)


## ------------- ##
## ../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, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   $ ./configure --prefix=/usr/local/gnu --program-prefix=g
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = amethyst.netherstone.net
| uname -m = i386
| uname -r = 4.0_BETA2
| uname -s = NetBSD
| uname -v = NetBSD 4.0_BETA2 (AMETHYST) #8: Tue May  1 22:23:20 EST 2007  
address@hidden:/usr/local/NetBSD/netbsd-4/obj/sys/arch/i386/compile/AMETHYST
| 
| /usr/bin/uname -p = i386
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /home/giles/bin
| PATH: /usr/local/sbin
| PATH: /usr/local/bin
| PATH: /usr/sbin
| PATH: /usr/bin
| PATH: /sbin
| PATH: /bin
| PATH: /usr/local/nmh/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1942: checking for a BSD-compatible install
| configure:1998: result: /usr/bin/install -c
| configure:2009: checking whether build environment is sane
| configure:2052: result: yes
| configure:2117: checking for gawk
| configure:2147: result: no
| configure:2117: checking for mawk
| configure:2147: result: no
| configure:2117: checking for nawk
| configure:2147: result: no
| configure:2117: checking for awk
| configure:2133: found /usr/bin/awk
| configure:2144: result: awk
| configure:2155: checking whether make sets $(MAKE)
| configure:2176: result: yes
| configure:2355: checking how to create a ustar tar archive
| configure:2368: tar --version
| tar: unknown option -- version
| usage: tar [-]{crtux}[-befhjlmopqvwzHOPSXZ014578] [archive] [blocksize]
|            [-C directory] [-T file] [-s replstr] [file ...]
| configure:2371: $? = 1
| configure:2368: gnutar --version
| ./configure[2425]: gnutar: not found
| configure:2371: $? = 127
| configure:2368: gtar --version
| ./configure[2425]: gtar: not found
| configure:2371: $? = 127
| configure:2411: tardir=conftest.dir && eval gtar --format=ustar -chf - 
"$tardir" >conftest.tar
| ./configure: gtar: not found
| configure:2414: $? = 127
| configure:2411: tardir=conftest.dir && eval tar chf - "$tardir" >conftest.tar
| configure:2414: $? = 0
| configure:2418: tar xf - <conftest.tar
| configure:2421: $? = 0
| configure:2434: result: plaintar
| configure:2460: checking for style of include used by make
| configure:2488: result: GNU
| configure:2561: checking for gcc
| configure:2577: found /usr/bin/gcc
| configure:2588: result: gcc
| configure:2826: checking for C compiler version
| configure:2833: gcc --version >&5
| gcc (GCC) 4.1.2 20061021 prerelease (NetBSD nb3 20061125)
| 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:2836: $? = 0
| configure:2843: gcc -v >&5
| Using built-in specs.
| Target: i386--netbsdelf
| Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure 
--enable-long-long --disable-multilib --enable-threads --disable-symvers 
--build=i386-unknown-netbsdelf4.99.3 --host=i386--netbsdelf 
--target=i386--netbsdelf
| Thread model: posix
| gcc version 4.1.2 20061021 prerelease (NetBSD nb3 20061125)
| configure:2846: $? = 0
| configure:2853: gcc -V >&5
| gcc: '-V' option must have argument
| configure:2856: $? = 1
| configure:2879: checking for C compiler default output file name
| configure:2906: gcc    conftest.c  >&5
| configure:2909: $? = 0
| configure:2955: result: a.out
| configure:2960: checking whether the C compiler works
| configure:2970: ./a.out
| configure:2973: $? = 0
| configure:2990: result: yes
| configure:2997: checking whether we are cross compiling
| configure:2999: result: no
| configure:3002: checking for suffix of executables
| configure:3009: gcc -o conftest    conftest.c  >&5
| configure:3012: $? = 0
| configure:3036: result: 
| configure:3042: checking for suffix of object files
| configure:3068: gcc -c   conftest.c >&5
| configure:3071: $? = 0
| configure:3094: result: o
| configure:3098: checking whether we are using the GNU C compiler
| configure:3127: gcc -c   conftest.c >&5
| configure:3133: $? = 0
| configure:3140: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3143: $? = 0
| configure:3150: test -s conftest.o
| configure:3153: $? = 0
| configure:3167: result: yes
| configure:3172: checking whether gcc accepts -g
| configure:3202: gcc -c -g  conftest.c >&5
| configure:3208: $? = 0
| configure:3215: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3218: $? = 0
| configure:3225: test -s conftest.o
| configure:3228: $? = 0
| configure:3358: result: yes
| configure:3375: checking for gcc option to accept ISO C89
| configure:3449: gcc  -c -g -O2  conftest.c >&5
| configure:3455: $? = 0
| configure:3462: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3465: $? = 0
| configure:3472: test -s conftest.o
| configure:3475: $? = 0
| configure:3495: result: none needed
| configure:3515: checking dependency style of gcc
| configure:3605: result: gcc3
| configure:3628: checking how to run the C preprocessor
| configure:3668: gcc -E  conftest.c
| configure:3674: $? = 0
| configure:3712: gcc -E  conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:3718: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3758: result: gcc -E
| configure:3787: gcc -E  conftest.c
| configure:3793: $? = 0
| configure:3831: gcc -E  conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:3837: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3882: checking for grep that handles long lines and -e
| configure:3956: result: /usr/bin/grep
| configure:3961: checking for egrep
| configure:4039: result: /usr/bin/grep -E
| configure:4045: checking for AIX
| configure:4067: result: no
| configure:4073: checking for ANSI C header files
| configure:4103: gcc -c -g -O2  conftest.c >&5
| configure:4109: $? = 0
| configure:4116: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4119: $? = 0
| configure:4126: test -s conftest.o
| configure:4129: $? = 0
| configure:4225: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4228: $? = 0
| configure:4234: ./conftest
| configure:4237: $? = 0
| configure:4254: result: yes
| configure:4278: checking for sys/types.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for sys/stat.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for stdlib.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for string.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for memory.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for strings.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for inttypes.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for stdint.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for unistd.h
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4360: checking minix/config.h usability
| configure:4377: gcc -c -g -O2  conftest.c >&5
| conftest.c:54:26: error: minix/config.h: No such file or directory
| configure:4383: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <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:4414: result: no
| configure:4418: checking minix/config.h presence
| configure:4433: gcc -E  conftest.c
| conftest.c:21:26: error: minix/config.h: No such file or directory
| configure:4439: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:4460: result: no
| configure:4493: checking for minix/config.h
| configure:4500: result: no
| configure:4539: checking whether it is safe to define __EXTENSIONS__
| configure:4567: gcc -c -g -O2  conftest.c >&5
| configure:4573: $? = 0
| configure:4580: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4583: $? = 0
| configure:4590: test -s conftest.o
| configure:4593: $? = 0
| configure:4605: result: yes
| configure:4665: checking for gcc
| configure:4692: result: gcc
| configure:4930: checking for C compiler version
| configure:4937: gcc --version >&5
| gcc (GCC) 4.1.2 20061021 prerelease (NetBSD nb3 20061125)
| 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:4940: $? = 0
| configure:4947: gcc -v >&5
| Using built-in specs.
| Target: i386--netbsdelf
| Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure 
--enable-long-long --disable-multilib --enable-threads --disable-symvers 
--build=i386-unknown-netbsdelf4.99.3 --host=i386--netbsdelf 
--target=i386--netbsdelf
| Thread model: posix
| gcc version 4.1.2 20061021 prerelease (NetBSD nb3 20061125)
| configure:4950: $? = 0
| configure:4957: gcc -V >&5
| gcc: '-V' option must have argument
| configure:4960: $? = 1
| configure:4963: checking whether we are using the GNU C compiler
| configure:5032: result: yes
| configure:5037: checking whether gcc accepts -g
| configure:5223: result: yes
| configure:5240: checking for gcc option to accept ISO C89
| configure:5360: result: none needed
| configure:5380: checking dependency style of gcc
| configure:5470: result: gcc3
| configure:5531: checking for ranlib
| configure:5547: found /usr/bin/ranlib
| configure:5558: result: ranlib
| configure:5588: checking for bison
| configure:5618: result: no
| configure:5588: checking for byacc
| configure:5618: result: no
| configure:5634: checking for special C compiler options needed for large files
| configure:5761: result: no
| configure:5767: checking for _FILE_OFFSET_BITS value needed for large files
| configure:5803: gcc -c -g -O2  conftest.c >&5
| configure:5809: $? = 0
| configure:5816: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5819: $? = 0
| configure:5826: test -s conftest.o
| configure:5829: $? = 0
| configure:5910: result: no
| configure:5920: checking for _LARGE_FILES value needed for large files
| configure:5956: gcc -c -g -O2  conftest.c >&5
| configure:5962: $? = 0
| configure:5969: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5972: $? = 0
| configure:5979: test -s conftest.o
| configure:5982: $? = 0
| configure:6063: result: no
| configure:6075: checking for library containing strerror
| configure:6116: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6122: $? = 0
| configure:6129: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6132: $? = 0
| configure:6139: test -s conftest
| configure:6142: $? = 0
| configure:6166: result: none required
| configure:6174: checking for inline
| configure:6200: gcc -c -g -O2  conftest.c >&5
| configure:6206: $? = 0
| configure:6213: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6216: $? = 0
| configure:6223: test -s conftest.o
| configure:6226: $? = 0
| configure:6241: result: inline
| configure:6280: checking fcntl.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking fcntl.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for fcntl.h
| configure:6421: result: yes
| configure:6280: checking linux/fd.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:57:22: error: linux/fd.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define 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:6334: result: no
| configure:6338: checking linux/fd.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:24:22: error: linux/fd.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | /* end confdefs.h.  */
| | #include <linux/fd.h>
| configure:6380: result: no
| configure:6413: checking for linux/fd.h
| configure:6421: result: no
| configure:6270: checking for memory.h
| configure:6276: result: yes
| configure:6280: checking net/errno.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:58:23: error: net/errno.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define 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:6334: result: no
| configure:6338: checking net/errno.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:25:23: error: net/errno.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h.  */
| | #include <net/errno.h>
| configure:6380: result: no
| configure:6413: checking for net/errno.h
| configure:6421: result: no
| configure:6280: checking sgtty.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sgtty.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sgtty.h
| configure:6421: result: yes
| configure:6270: checking for string.h
| configure:6276: result: yes
| configure:6280: checking stropts.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:60:21: error: stropts.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_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 <stropts.h>
| configure:6334: result: no
| configure:6338: checking stropts.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:27:21: error: stropts.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | /* end confdefs.h.  */
| | #include <stropts.h>
| configure:6380: result: no
| configure:6413: checking for stropts.h
| configure:6421: result: no
| configure:6280: checking sys/param.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/param.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/param.h
| configure:6421: result: yes
| configure:6280: checking sys/device.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/device.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/device.h
| configure:6421: result: yes
| configure:6280: checking sys/filio.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/filio.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/filio.h
| configure:6421: result: yes
| configure:6280: checking sys/gentape.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:63:25: error: sys/gentape.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <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:6334: result: no
| configure:6338: checking sys/gentape.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:30:25: error: sys/gentape.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <sys/gentape.h>
| configure:6380: result: no
| configure:6413: checking for sys/gentape.h
| configure:6421: result: no
| configure:6280: checking sys/inet.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:63:22: error: sys/inet.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <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:6334: result: no
| configure:6338: checking sys/inet.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:30:22: error: sys/inet.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <sys/inet.h>
| configure:6380: result: no
| configure:6413: checking for sys/inet.h
| configure:6421: result: no
| configure:6280: checking sys/io/trioctl.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:63:28: error: sys/io/trioctl.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <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:6334: result: no
| configure:6338: checking sys/io/trioctl.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:30:28: error: sys/io/trioctl.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | /* end confdefs.h.  */
| | #include <sys/io/trioctl.h>
| configure:6380: result: no
| configure:6413: checking for sys/io/trioctl.h
| configure:6421: result: no
| configure:6280: checking sys/mtio.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/mtio.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/mtio.h
| configure:6421: result: yes
| configure:6280: checking sys/time.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/time.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/time.h
| configure:6421: result: yes
| configure:6280: checking sys/tprintf.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:65:25: error: sys/tprintf.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* 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:6334: result: no
| configure:6338: checking sys/tprintf.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:32:25: error: sys/tprintf.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/tprintf.h>
| configure:6380: result: no
| configure:6413: checking for sys/tprintf.h
| configure:6421: result: no
| configure:6280: checking sys/tape.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/tape.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/tape.h
| configure:6421: result: yes
| configure:6270: checking for unistd.h
| configure:6276: result: yes
| configure:6280: checking locale.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking locale.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for locale.h
| configure:6421: result: yes
| configure:6280: checking features.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:68:22: error: features.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_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:6334: result: no
| configure:6338: checking features.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:35:22: error: features.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <features.h>
| configure:6380: result: no
| configure:6413: checking for features.h
| configure:6421: result: no
| configure:6280: checking linewrap.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:68:22: error: linewrap.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_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:6334: result: no
| configure:6338: checking linewrap.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:35:22: error: linewrap.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <linewrap.h>
| configure:6380: result: no
| configure:6413: checking for linewrap.h
| configure:6421: result: no
| configure:6280: checking wchar.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking wchar.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for wchar.h
| configure:6421: result: yes
| configure:6270: checking for stdint.h
| configure:6276: result: yes
| configure:6270: checking for inttypes.h
| configure:6276: result: yes
| configure:6280: checking wctype.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking wctype.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for wctype.h
| configure:6421: result: yes
| configure:6280: checking priv.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| conftest.c:72:18: error: priv.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | /* 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:6334: result: no
| configure:6338: checking priv.h presence
| configure:6353: gcc -E  conftest.c
| conftest.c:39:18: error: priv.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | /* end confdefs.h.  */
| | #include <priv.h>
| configure:6380: result: no
| configure:6413: checking for priv.h
| configure:6421: result: no
| configure:6280: checking utime.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking utime.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for utime.h
| configure:6421: result: yes
| configure:6280: checking netdb.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking netdb.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for netdb.h
| configure:6421: result: yes
| configure:6280: checking sys/wait.h usability
| configure:6297: gcc -c -g -O2  conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/wait.h presence
| configure:6353: gcc -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/wait.h
| configure:6421: result: yes
| configure:6613: checking for sys/buf.h
| configure:6636: gcc -c -g -O2  conftest.c >&5
| configure:6642: $? = 0
| configure:6649: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6652: $? = 0
| configure:6659: test -s conftest.o
| configure:6662: $? = 0
| configure:6675: result: yes
| configure:6687: checking for sys/wait.h that is POSIX.1 compatible
| configure:6761: result: yes
| configure:6771: checking for stdbool.h that conforms to C99
| configure:6864: gcc -c -g -O2  conftest.c >&5
| configure:6870: $? = 0
| configure:6877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6880: $? = 0
| configure:6887: test -s conftest.o
| configure:6890: $? = 0
| configure:6902: result: yes
| configure:6904: checking for _Bool
| configure:6934: gcc -c -g -O2  conftest.c >&5
| configure:6940: $? = 0
| configure:6947: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6950: $? = 0
| configure:6957: test -s conftest.o
| configure:6960: $? = 0
| configure:6972: result: yes
| configure:7018: checking for dirent.h that defines DIR
| configure:7047: gcc -c -g -O2  conftest.c >&5
| configure:7053: $? = 0
| configure:7060: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7063: $? = 0
| configure:7070: test -s conftest.o
| configure:7073: $? = 0
| configure:7086: result: yes
| configure:7099: checking for library containing opendir
| configure:7140: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccKoHyCD.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:58: warning: warning: reference to 
compatibility opendir(); include <dirent.h> for correct reference
| configure:7146: $? = 0
| configure:7153: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7156: $? = 0
| configure:7163: test -s conftest
| configure:7166: $? = 0
| configure:7190: result: none required
| configure:7300: checking whether sys/types.h defines makedev
| configure:7326: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7332: $? = 0
| configure:7339: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7342: $? = 0
| configure:7349: test -s conftest
| configure:7352: $? = 0
| configure:7366: result: yes
| configure:7701: checking whether stat file-mode macros are broken
| configure:7749: result: no
| configure:7759: checking for ANSI C header files
| configure:7940: result: yes
| configure:7951: checking for st_fstype string in struct stat
| configure:7978: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:53: error: 'struct stat' has no member named 'st_fstype'
| configure:7984: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <sys/stat.h>
| | int
| | main ()
| | {
| | struct stat s; s.st_fstype[0] = 'x';
| |   ;
| |   return 0;
| | }
| configure:8017: result: no
| configure:8027: checking return type of signal handlers
| configure:8055: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:54: error: void value not ignored as it ought to be
| configure:8061: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <signal.h>
| | 
| | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| |   ;
| |   return 0;
| | }
| configure:8093: result: void
| configure:8101: checking for mode_t
| configure:8131: gcc -c -g -O2  conftest.c >&5
| configure:8137: $? = 0
| configure:8144: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8147: $? = 0
| configure:8154: test -s conftest.o
| configure:8157: $? = 0
| configure:8169: result: yes
| configure:8181: checking for pid_t
| configure:8211: gcc -c -g -O2  conftest.c >&5
| configure:8217: $? = 0
| configure:8224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8227: $? = 0
| configure:8234: test -s conftest.o
| configure:8237: $? = 0
| configure:8249: result: yes
| configure:8261: checking for off_t
| configure:8291: gcc -c -g -O2  conftest.c >&5
| configure:8297: $? = 0
| configure:8304: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8307: $? = 0
| configure:8314: test -s conftest.o
| configure:8317: $? = 0
| configure:8329: result: yes
| configure:8341: checking for size_t
| configure:8371: gcc -c -g -O2  conftest.c >&5
| configure:8377: $? = 0
| configure:8384: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8387: $? = 0
| configure:8394: test -s conftest.o
| configure:8397: $? = 0
| configure:8409: result: yes
| configure:8421: checking for uid_t in sys/types.h
| configure:8444: result: yes
| configure:8459: checking for major_t
| configure:8489: gcc -c -g -O2  conftest.c >&5
| conftest.c:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'ac__type_new_'
| conftest.c: In function 'main':
| conftest.c:86: error: 'ac__type_new_' undeclared (first use in this function)
| conftest.c:86: error: (Each undeclared identifier is reported only once
| conftest.c:86: error: for each function it appears in.)
| conftest.c:86: error: expected expression before ')' token
| configure:8495: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | /* end confdefs.h.  */
| | #include <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
| | typedef major_t ac__type_new_;
| | int
| | main ()
| | {
| | if ((ac__type_new_ *) 0)
| |   return 0;
| | if (sizeof (ac__type_new_))
| |   return 0;
| |   ;
| |   return 0;
| | }
| configure:8527: result: no
| configure:8539: checking for minor_t
| configure:8569: gcc -c -g -O2  conftest.c >&5
| conftest.c:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'ac__type_new_'
| conftest.c: In function 'main':
| conftest.c:87: error: 'ac__type_new_' undeclared (first use in this function)
| conftest.c:87: error: (Each undeclared identifier is reported only once
| conftest.c:87: error: for each function it appears in.)
| conftest.c:87: error: expected expression before ')' token
| configure:8575: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | /* end confdefs.h.  */
| | #include <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
| | typedef minor_t ac__type_new_;
| | int
| | main ()
| | {
| | if ((ac__type_new_ *) 0)
| |   return 0;
| | if (sizeof (ac__type_new_))
| |   return 0;
| |   ;
| |   return 0;
| | }
| configure:8607: result: no
| configure:8619: checking for dev_t
| configure:8649: gcc -c -g -O2  conftest.c >&5
| configure:8655: $? = 0
| configure:8662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8665: $? = 0
| configure:8672: test -s conftest.o
| configure:8675: $? = 0
| configure:8687: result: yes
| configure:8699: checking for ino_t
| configure:8729: gcc -c -g -O2  conftest.c >&5
| configure:8735: $? = 0
| configure:8742: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8745: $? = 0
| configure:8752: test -s conftest.o
| configure:8755: $? = 0
| configure:8767: result: yes
| configure:8781: checking for ssize_t
| configure:8808: gcc -c -g -O2  conftest.c >&5
| configure:8814: $? = 0
| configure:8821: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8824: $? = 0
| configure:8831: test -s conftest.o
| configure:8834: $? = 0
| configure:8846: result: yes
| configure:8860: checking for working alloca.h
| configure:8887: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:51:20: error: alloca.h: No such file or directory
| conftest.c: In function 'main':
| conftest.c:55: warning: incompatible implicit declaration of built-in 
function 'alloca'
| configure:8893: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | /* end confdefs.h.  */
| | #include <alloca.h>
| | int
| | main ()
| | {
| | char *p = (char *) alloca (2 * sizeof (int));
| |                       if (p) return 0;
| |   ;
| |   return 0;
| | }
| configure:8926: result: no
| configure:8936: checking for alloca
| configure:8983: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8989: $? = 0
| configure:8996: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8999: $? = 0
| configure:9006: test -s conftest
| configure:9009: $? = 0
| configure:9022: result: yes
| configure:9271: checking for stdlib.h
| configure:9277: result: yes
| configure:9435: checking for GNU libc compatible malloc
| configure:9469: gcc -o conftest -g -O2   conftest.c  >&5
| configure:9472: $? = 0
| configure:9478: ./conftest
| configure:9481: $? = 0
| configure:9497: result: yes
| configure:9513: checking for long long int
| configure:9546: gcc -o conftest -g -O2   conftest.c  >&5
| configure:9552: $? = 0
| configure:9559: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9562: $? = 0
| configure:9569: test -s conftest
| configure:9572: $? = 0
| configure:9585: result: yes
| configure:9607: checking for long double
| configure:9680: result: yes
| configure:9690: checking for C/C++ restrict keyword
| configure:9726: 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:9732: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:9726: gcc -c -g -O2  conftest.c >&5
| configure:9732: $? = 0
| configure:9739: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9742: $? = 0
| configure:9749: test -s conftest.o
| configure:9752: $? = 0
| configure:9767: result: __restrict
| configure:9783: checking whether getenv is declared
| configure:9813: gcc -c -g -O2  conftest.c >&5
| configure:9819: $? = 0
| configure:9826: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9829: $? = 0
| configure:9836: test -s conftest.o
| configure:9839: $? = 0
| configure:9851: result: yes
| configure:9903: checking whether clearerr_unlocked is declared
| configure:9933: 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:9939: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:9971: result: no
| configure:9991: checking whether feof_unlocked is declared
| configure:10021: 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:10027: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10059: result: no
| configure:10079: checking whether ferror_unlocked is declared
| configure:10109: 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:10115: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10147: result: no
| configure:10167: checking whether fflush_unlocked is declared
| configure:10197: 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:10203: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10235: result: no
| configure:10255: checking whether fgets_unlocked is declared
| configure:10285: 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:10291: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10323: result: no
| configure:10343: checking whether fputc_unlocked is declared
| configure:10373: 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:10379: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10411: result: no
| configure:10431: checking whether fputs_unlocked is declared
| configure:10461: 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:10467: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10499: result: no
| configure:10519: checking whether fread_unlocked is declared
| configure:10549: 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:10555: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10587: result: no
| configure:10607: checking whether fwrite_unlocked is declared
| configure:10637: 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:10643: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 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:10675: result: no
| configure:10695: checking whether getc_unlocked is declared
| configure:10725: gcc -c -g -O2  conftest.c >&5
| configure:10731: $? = 0
| configure:10738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10741: $? = 0
| configure:10748: test -s conftest.o
| configure:10751: $? = 0
| configure:10763: result: yes
| configure:10783: checking whether getchar_unlocked is declared
| configure:10813: gcc -c -g -O2  conftest.c >&5
| configure:10819: $? = 0
| configure:10826: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10829: $? = 0
| configure:10836: test -s conftest.o
| configure:10839: $? = 0
| configure:10851: result: yes
| configure:10871: checking whether putc_unlocked is declared
| configure:10901: gcc -c -g -O2  conftest.c >&5
| configure:10907: $? = 0
| configure:10914: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10917: $? = 0
| configure:10924: test -s conftest.o
| configure:10927: $? = 0
| configure:10939: result: yes
| configure:10959: checking whether putchar_unlocked is declared
| configure:10989: gcc -c -g -O2  conftest.c >&5
| configure:10995: $? = 0
| configure:11002: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11005: $? = 0
| configure:11012: test -s conftest.o
| configure:11015: $? = 0
| configure:11027: result: yes
| configure:11054: checking for flockfile
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for funlockfile
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for pathconf
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for lchmod
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for fdopendir
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccCV3aWW.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:111: undefined reference to `fdopendir'
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | /* end confdefs.h.  */
| | /* Define fdopendir to an innocuous variant, in case <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:11150: result: no
| configure:11054: checking for fchdir
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for gettimeofday
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for nanotime
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//cckHivC6.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:113: undefined reference to `nanotime'
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | /* end confdefs.h.  */
| | /* Define nanotime to an innocuous variant, in case <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:11150: result: no
| configure:11054: checking for setlocale
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//cceKBPDS.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:113: warning: warning: reference to 
compatibility setlocale(); include <locale.h> for correct reference
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for alarm
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for iswprint
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:104: warning: conflicting types for built-in function 'iswprint'
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mbsinit
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mbrtowc
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mempcpy
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:107: warning: conflicting types for built-in function 'mempcpy'
| /var/tmp//ccCo97w0.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:118: undefined reference to `mempcpy'
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 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:11150: result: no
| configure:11054: checking for wcrtomb
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for wcscoll
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for pipe
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for futimes
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for futimesat
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccDCRTTf.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:122: undefined reference to `futimesat'
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 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:11150: result: no
| configure:11054: checking for wcwidth
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for strerror
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for lstat
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccAHakxj.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:124: warning: warning: reference to 
compatibility lstat(); include <sys/stat.h> to generate correct reference
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mkfifo
| configure:11110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11183: checking for d_ino member in directory struct
| configure:11212: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11218: $? = 0
| configure:11225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11228: $? = 0
| configure:11235: test -s conftest
| configure:11238: $? = 0
| configure:11253: result: yes
| configure:11265: checking whether system is Windows or MSDOS
| configure:11294: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:98: error: 'neither' 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.)
| conftest.c:98: error: expected ';' before 'MSDOS'
| configure:11300: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 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:11333: result: no
| configure:11441: checking for long file names
| configure:11473: result: yes
| configure:11523: checking whether memrchr is declared
| configure:11553: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:134: error: 'memrchr' 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:11559: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #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:11591: result: no
| configure:11615: checking for unistd.h
| configure:11621: result: yes
| configure:11779: checking for working chown
| configure:11822: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11825: $? = 0
| configure:11831: ./conftest
| configure:11834: $? = 0
| configure:11852: result: yes
| configure:11863: checking whether chown(2) dereferences symlinks
| configure:11906: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11909: $? = 0
| configure:11915: ./conftest
| configure:11918: $? = 0
| configure:11936: result: yes
| configure:11953: checking build system type
| configure:11971: result: i386-unknown-netbsdelf4.0.
| configure:11993: checking host system type
| configure:12008: result: i386-unknown-netbsdelf4.0.
| configure:12032: checking whether // is distinct from /
| configure:12061: result: no
| configure:12075: checking whether strerror_r is declared
| configure:12105: gcc -c -g -O2  conftest.c >&5
| configure:12111: $? = 0
| configure:12118: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12121: $? = 0
| configure:12128: test -s conftest.o
| configure:12131: $? = 0
| configure:12143: result: yes
| configure:12165: checking for strerror_r
| configure:12221: gcc -o conftest -g -O2   conftest.c  >&5
| configure:12227: $? = 0
| configure:12234: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12237: $? = 0
| configure:12244: test -s conftest
| configure:12247: $? = 0
| configure:12261: result: yes
| configure:12271: checking whether strerror_r returns char *
| configure:12305: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:141: error: invalid type argument of 'unary *'
| conftest.c:142: warning: initialization makes pointer from integer without a 
cast
| configure:12311: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 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 ()
| | {
| | 
| |       char buf[100];
| |       char x = *strerror_r (0, buf, sizeof buf);
| |       char *p = strerror_r (0, buf, sizeof buf);
| |       return !p || x;
| | 
| |   ;
| |   return 0;
| | }
| configure:12404: result: no
| configure:12414: checking for mbstate_t
| configure:12441: gcc -c -g -O2  conftest.c >&5
| configure:12447: $? = 0
| configure:12454: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12457: $? = 0
| configure:12464: test -s conftest.o
| configure:12467: $? = 0
| configure:12479: result: yes
| configure:12495: checking whether getcwd (NULL, 0) allocates memory for result
| configure:12533: gcc -o conftest -g -O2   conftest.c  >&5
| configure:12536: $? = 0
| configure:12542: ./conftest
| configure:12545: $? = 0
| configure:12561: result: yes
| configure:12565: checking whether getcwd is declared
| configure:12595: gcc -c -g -O2  conftest.c >&5
| configure:12601: $? = 0
| configure:12608: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12611: $? = 0
| configure:12618: test -s conftest.o
| configure:12621: $? = 0
| configure:12633: result: yes
| configure:12652: checking whether time.h and sys/time.h may both be included
| configure:12682: gcc -c -g -O2  conftest.c >&5
| configure:12688: $? = 0
| configure:12695: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12698: $? = 0
| configure:12705: test -s conftest.o
| configure:12708: $? = 0
| configure:12720: result: yes
| configure:12751: checking for struct timespec
| configure:12788: gcc -c -g -O2  conftest.c >&5
| configure:12794: $? = 0
| configure:12801: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12804: $? = 0
| configure:12811: test -s conftest.o
| configure:12814: $? = 0
| configure:12827: result: yes
| configure:12841: checking whether nanosleep is declared
| configure:12872: gcc -c -g -O2  conftest.c >&5
| configure:12878: $? = 0
| configure:12885: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12888: $? = 0
| configure:12895: test -s conftest.o
| configure:12898: $? = 0
| configure:12910: result: yes
| configure:12934: checking for compound literals
| configure:12961: gcc -c -g -O2  conftest.c >&5
| configure:12967: $? = 0
| configure:12974: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12977: $? = 0
| configure:12984: test -s conftest.o
| configure:12987: $? = 0
| configure:12999: result: yes
| configure:13009: checking whether struct tm is in sys/time.h or time.h
| configure:13037: gcc -c -g -O2  conftest.c >&5
| configure:13043: $? = 0
| configure:13050: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13053: $? = 0
| configure:13060: test -s conftest.o
| configure:13063: $? = 0
| configure:13075: result: time.h
| configure:13086: checking for struct tm.tm_gmtoff
| configure:13115: gcc -c -g -O2  conftest.c >&5
| configure:13121: $? = 0
| configure:13128: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13131: $? = 0
| configure:13138: test -s conftest.o
| configure:13141: $? = 0
| configure:13213: result: yes
| configure:13225: checking whether getdelim is declared
| configure:13255: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:147: error: 'getdelim' 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:13261: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | /* end confdefs.h.  */
| | #include <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:13293: result: no
| configure:13890: checking absolute name of <stdint.h>
| configure:13915: result: ///usr/include/stdint.h
| configure:13932: checking whether stdint.h conforms to C99
| configure:14074: gcc -c -g -O2  conftest.c >&5
| conftest.c:198: error: negative width in bit-field 'check_UINT8_C'
| conftest.c:200: error: negative width in bit-field 'check_UINT16_C'
| configure:14080: $? = 1
| configure: failed program was:
| | 
| |      /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | /* end confdefs.h.  */
| | 
| | #include <stddef.h>
| | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| | #include ABSOLUTE_STDINT_H
| | #ifdef INT8_MAX
| | int8_t a1 = INT8_MAX;
| | int8_t a1min = INT8_MIN;
| | #endif
| | #ifdef INT16_MAX
| | int16_t a2 = INT16_MAX;
| | int16_t a2min = INT16_MIN;
| | #endif
| | #ifdef INT32_MAX
| | int32_t a3 = INT32_MAX;
| | int32_t a3min = INT32_MIN;
| | #endif
| | #ifdef INT64_MAX
| | int64_t a4 = INT64_MAX;
| | int64_t a4min = INT64_MIN;
| | #endif
| | #ifdef UINT8_MAX
| | uint8_t b1 = UINT8_MAX;
| | #else
| | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| | #endif
| | #ifdef UINT16_MAX
| | uint16_t b2 = UINT16_MAX;
| | #endif
| | #ifdef UINT32_MAX
| | uint32_t b3 = UINT32_MAX;
| | #endif
| | #ifdef UINT64_MAX
| | uint64_t b4 = UINT64_MAX;
| | #endif
| | int_least8_t c1 = INT8_C (0x7f);
| | int_least8_t c1max = INT_LEAST8_MAX;
| | int_least8_t c1min = INT_LEAST8_MIN;
| | int_least16_t c2 = INT16_C (0x7fff);
| | int_least16_t c2max = INT_LEAST16_MAX;
| | int_least16_t c2min = INT_LEAST16_MIN;
| | int_least32_t c3 = INT32_C (0x7fffffff);
| | int_least32_t c3max = INT_LEAST32_MAX;
| | int_least32_t c3min = INT_LEAST32_MIN;
| | int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| | int_least64_t c4max = INT_LEAST64_MAX;
| | int_least64_t c4min = INT_LEAST64_MIN;
| | uint_least8_t d1 = UINT8_C (0xff);
| | uint_least8_t d1max = UINT_LEAST8_MAX;
| | uint_least16_t d2 = UINT16_C (0xffff);
| | uint_least16_t d2max = UINT_LEAST16_MAX;
| | uint_least32_t d3 = UINT32_C (0xffffffff);
| | uint_least32_t d3max = UINT_LEAST32_MAX;
| | uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| | uint_least64_t d4max = UINT_LEAST64_MAX;
| | int_fast8_t e1 = INT_FAST8_MAX;
| | int_fast8_t e1min = INT_FAST8_MIN;
| | int_fast16_t e2 = INT_FAST16_MAX;
| | int_fast16_t e2min = INT_FAST16_MIN;
| | int_fast32_t e3 = INT_FAST32_MAX;
| | int_fast32_t e3min = INT_FAST32_MIN;
| | int_fast64_t e4 = INT_FAST64_MAX;
| | int_fast64_t e4min = INT_FAST64_MIN;
| | uint_fast8_t f1 = UINT_FAST8_MAX;
| | uint_fast16_t f2 = UINT_FAST16_MAX;
| | uint_fast32_t f3 = UINT_FAST32_MAX;
| | uint_fast64_t f4 = UINT_FAST64_MAX;
| | #ifdef INTPTR_MAX
| | intptr_t g = INTPTR_MAX;
| | intptr_t gmin = INTPTR_MIN;
| | #endif
| | #ifdef UINTPTR_MAX
| | uintptr_t h = UINTPTR_MAX;
| | #endif
| | intmax_t i = INTMAX_MAX;
| | uintmax_t j = UINTMAX_MAX;
| | struct s {
| |   int check_PTRDIFF: PTRDIFF_MIN < 0 && 0 < PTRDIFF_MAX ? 1 : -1;
| |   int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= 0 && 0 < SIG_ATOMIC_MAX ? 1 : -1;
| |   int check_SIZE: 0 < SIZE_MAX ? 1 : -1;
| |   int check_WCHAR: WCHAR_MIN <= 0 && 0 < WCHAR_MAX ? 1 : -1;
| |   int check_WINT: WINT_MIN <= 0 && 0 < WINT_MAX ? 1 : -1;
| | 
| |   /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others.  */
| |   int check_UINT8_C:
| |     (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| |   int check_UINT16_C:
| |     (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
| | 
| |   /* Detect bugs in OpenBSD 3.9 stdint.h.  */
| | #ifdef UINT8_MAX
| |   int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT16_MAX
| |   int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT32_MAX
| |   int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT64_MAX
| |   int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| | #endif
| |   int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| |   int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| |   int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| |   int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| |   int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| |   int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| |   int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| |   int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| |   int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| |   int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| |   int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| | };
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:14112: result: no
| configure:14133: checking sys/inttypes.h usability
| configure:14150: gcc -c -g -O2  conftest.c >&5
| configure:14156: $? = 0
| configure:14163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14166: $? = 0
| configure:14173: test -s conftest.o
| configure:14176: $? = 0
| configure:14187: result: yes
| configure:14191: checking sys/inttypes.h presence
| configure:14206: gcc -E  conftest.c
| configure:14212: $? = 0
| configure:14233: result: yes
| configure:14266: checking for sys/inttypes.h
| configure:14274: result: yes
| configure:14133: checking sys/bitypes.h usability
| configure:14150: gcc -c -g -O2  conftest.c >&5
| conftest.c:146:25: error: sys/bitypes.h: No such file or directory
| configure:14156: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #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:14187: result: no
| configure:14191: checking sys/bitypes.h presence
| configure:14206: gcc -E  conftest.c
| conftest.c:113:25: error: sys/bitypes.h: No such file or directory
| configure:14212: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <sys/bitypes.h>
| configure:14233: result: no
| configure:14266: checking for sys/bitypes.h
| configure:14274: result: no
| configure:14309: checking for bit size of ptrdiff_t
| configure:14748: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14309: checking for bit size of sig_atomic_t
| configure:14748: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14309: checking for bit size of size_t
| configure:14748: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14309: checking for bit size of wchar_t
| configure:14748: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14309: checking for bit size of wint_t
| configure:14748: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14799: checking whether sig_atomic_t is signed
| configure:14836: gcc -c -g -O2  conftest.c >&5
| configure:14842: $? = 0
| configure:14849: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14852: $? = 0
| configure:14859: test -s conftest.o
| configure:14862: $? = 0
| configure:14877: result: yes
| configure:14799: checking whether wchar_t is signed
| configure:14836: gcc -c -g -O2  conftest.c >&5
| configure:14842: $? = 0
| configure:14849: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14852: $? = 0
| configure:14859: test -s conftest.o
| configure:14862: $? = 0
| configure:14877: result: yes
| configure:14799: checking whether wint_t is signed
| configure:14836: gcc -c -g -O2  conftest.c >&5
| configure:14842: $? = 0
| configure:14849: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14852: $? = 0
| configure:14859: test -s conftest.o
| configure:14862: $? = 0
| configure:14877: result: yes
| configure:14903: checking for ptrdiff_t integer literal suffix
| configure:14959: gcc -c -g -O2  conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: 
| configure:14903: checking for sig_atomic_t integer literal suffix
| configure:14959: gcc -c -g -O2  conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: 
| configure:14903: checking for size_t integer literal suffix
| configure:14959: gcc -c -g -O2  conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: u
| configure:14903: checking for wchar_t integer literal suffix
| configure:14959: gcc -c -g -O2  conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: 
| configure:14903: checking for wint_t integer literal suffix
| configure:14959: gcc -c -g -O2  conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: 
| configure:15025: checking for inttypes.h
| configure:15031: result: yes
| configure:15190: checking whether the inttypes.h PRIxNN macros are broken
| configure:15221: gcc -c -g -O2  conftest.c >&5
| configure:15227: $? = 0
| configure:15234: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15237: $? = 0
| configure:15244: test -s conftest.o
| configure:15247: $? = 0
| configure:15260: result: no
| configure:15276: checking whether imaxabs is declared
| configure:15306: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:164: error: 'imaxabs' undeclared (first use in this function)
| conftest.c:164: error: (Each undeclared identifier is reported only once
| conftest.c:164: error: for each function it appears in.)
| configure:15312: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <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:15344: result: no
| configure:15364: checking whether imaxdiv is declared
| configure:15394: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:165: error: 'imaxdiv' 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:15400: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | /* end confdefs.h.  */
| | #include <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:15432: result: no
| configure:15452: checking whether strtoimax is declared
| configure:15482: gcc -c -g -O2  conftest.c >&5
| configure:15488: $? = 0
| configure:15495: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15498: $? = 0
| configure:15505: test -s conftest.o
| configure:15508: $? = 0
| configure:15520: result: yes
| configure:15540: checking whether strtoumax is declared
| configure:15570: gcc -c -g -O2  conftest.c >&5
| configure:15576: $? = 0
| configure:15583: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15586: $? = 0
| configure:15593: test -s conftest.o
| configure:15596: $? = 0
| configure:15608: result: yes
| configure:15637: checking for nl_langinfo and CODESET
| configure:15663: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15669: $? = 0
| configure:15676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15679: $? = 0
| configure:15686: test -s conftest
| configure:15689: $? = 0
| configure:15703: result: yes
| configure:15720: checking whether we are using the GNU C Library 2.1 or newer
| conftest.c:133:22: error: features.h: No such file or directory
| configure:15751: result: no
| configure:15757: checking whether lstat dereferences a symlink specified with 
a trailing slash
| configure:15793: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15796: $? = 0
| configure:15802: ./conftest
| configure:15805: $? = 0
| configure:15828: result: yes
| configure:15854: checking whether mbrtowc and mbstate_t are properly declared
| configure:15884: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15890: $? = 0
| configure:15897: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15900: $? = 0
| configure:15907: test -s conftest
| configure:15910: $? = 0
| configure:15923: result: yes
| configure:15937: checking whether <limits.h> defines MIN and MAX
| configure:15964: gcc -c -g -O2  conftest.c >&5
| conftest.c:135: error: initializer element is not constant
| configure:15970: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h.  */
| | #include <limits.h>
| | int x = MIN (42, 17);
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:16002: result: no
| configure:16017: checking whether <sys/param.h> defines MIN and MAX
| configure:16044: gcc -c -g -O2  conftest.c >&5
| configure:16050: $? = 0
| configure:16057: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16060: $? = 0
| configure:16067: test -s conftest.o
| configure:16070: $? = 0
| configure:16082: result: yes
| configure:16118: checking for working mktime
| configure:16327: gcc -o conftest -g -O2   conftest.c  >&5
| configure:16330: $? = 0
| configure:16336: ./conftest
| configure:16339: $? = 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"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | /* Test program from Paul Eggert and Tony Leneis.  */
| | #ifdef TIME_WITH_SYS_TIME
| | # include <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:16355: result: no
| configure:16403: checking whether strdup is declared
| configure:16433: gcc -c -g -O2  conftest.c >&5
| configure:16439: $? = 0
| configure:16446: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16449: $? = 0
| configure:16456: test -s conftest.o
| configure:16459: $? = 0
| configure:16471: result: yes
| configure:16491: checking whether strndup is declared
| configure:16521: gcc -c -g -O2  conftest.c >&5
| configure:16527: $? = 0
| configure:16534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16537: $? = 0
| configure:16544: test -s conftest.o
| configure:16547: $? = 0
| configure:16559: result: yes
| configure:16579: checking whether strnlen is declared
| configure:16609: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:174: error: 'strnlen' undeclared (first use in this function)
| conftest.c:174: error: (Each undeclared identifier is reported only once
| conftest.c:174: error: for each function it appears in.)
| configure:16615: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 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 strnlen
| |   char *p = (char *) strnlen;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:16647: result: no
| configure:16667: checking for unsigned long long int
| configure:16698: gcc -o conftest -g -O2   conftest.c  >&5
| configure:16704: $? = 0
| configure:16711: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16714: $? = 0
| configure:16721: test -s conftest
| configure:16724: $? = 0
| configure:16737: result: yes
| configure:16759: checking whether utime accepts a null argument
| configure:16795: gcc -o conftest -g -O2   conftest.c  >&5
| configure:16798: $? = 0
| configure:16804: ./conftest
| configure:16807: $? = 0
| configure:16823: result: yes
| configure:16852: checking for struct utimbuf
| configure:16892: gcc -c -g -O2  conftest.c >&5
| configure:16898: $? = 0
| configure:16905: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16908: $? = 0
| configure:16915: test -s conftest.o
| configure:16918: $? = 0
| configure:16931: result: yes
| configure:16943: checking determine whether the utimes function works
| configure:17016: gcc -o conftest -g -O2   conftest.c  >&5
| configure:17019: $? = 0
| configure:17025: ./conftest
| configure:17028: $? = 0
| configure:17044: result: yes
| configure:17069: checking for EOVERFLOW
| configure:17552: result: yes
| configure:17565: checking for signed
| configure:17591: gcc -c -g -O2  conftest.c >&5
| configure:17597: $? = 0
| configure:17604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17607: $? = 0
| configure:17614: test -s conftest.o
| configure:17617: $? = 0
| configure:17629: result: yes
| configure:17640: checking for wchar_t
| configure:17667: gcc -c -g -O2  conftest.c >&5
| configure:17673: $? = 0
| configure:17680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17683: $? = 0
| configure:17690: test -s conftest.o
| configure:17693: $? = 0
| configure:17705: result: yes
| configure:17716: checking for wint_t
| configure:17743: gcc -c -g -O2  conftest.c >&5
| configure:17749: $? = 0
| configure:17756: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17759: $? = 0
| configure:17766: test -s conftest.o
| configure:17769: $? = 0
| configure:17781: result: yes
| configure:17792: checking for inttypes.h
| configure:17819: gcc -c -g -O2  conftest.c >&5
| configure:17825: $? = 0
| configure:17832: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17835: $? = 0
| configure:17842: test -s conftest.o
| configure:17845: $? = 0
| configure:17857: result: yes
| configure:17868: checking for stdint.h
| configure:17895: gcc -c -g -O2  conftest.c >&5
| configure:17901: $? = 0
| configure:17908: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17911: $? = 0
| configure:17918: test -s conftest.o
| configure:17921: $? = 0
| configure:17933: result: yes
| configure:17946: checking for intmax_t
| configure:17981: gcc -c -g -O2  conftest.c >&5
| configure:17987: $? = 0
| configure:17994: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17997: $? = 0
| configure:18004: test -s conftest.o
| configure:18007: $? = 0
| configure:18019: result: yes
| configure:18040: checking whether vsnprintf is declared
| configure:18070: gcc -c -g -O2  conftest.c >&5
| configure:18076: $? = 0
| configure:18083: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18086: $? = 0
| configure:18093: test -s conftest.o
| configure:18096: $? = 0
| configure:18108: result: yes
| configure:18210: checking whether program_invocation_name is declared
| configure:18241: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:155: error: 'program_invocation_name' undeclared (first use in 
this function)
| conftest.c:155: error: (Each undeclared identifier is reported only once
| conftest.c:155: error: for each function it appears in.)
| configure:18247: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 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:18279: result: no
| configure:18295: checking whether program_invocation_short_name is declared
| configure:18326: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:156: error: 'program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:156: error: (Each undeclared identifier is reported only once
| conftest.c:156: error: for each function it appears in.)
| configure:18332: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 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:18364: result: no
| configure:18385: checking whether program_invocation_name is defined
| configure:18408: gcc -c -g -O2  conftest.c >&5
| conftest.c:151:18: error: argp.h: No such file or directory
| conftest.c: In function 'main':
| conftest.c:155: error: 'program_invocation_name' undeclared (first use in 
this function)
| conftest.c:155: error: (Each undeclared identifier is reported only once
| conftest.c:155: error: for each function it appears in.)
| configure:18414: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_name = "test";
| |   ;
| |   return 0;
| | }
| configure:18447: result: no
| configure:18453: checking whether program_invocation_short_name is defined
| configure:18476: gcc -c -g -O2  conftest.c >&5
| conftest.c:151:18: error: argp.h: No such file or directory
| conftest.c: In function 'main':
| conftest.c:155: error: 'program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:155: error: (Each undeclared identifier is reported only once
| conftest.c:155: error: for each function it appears in.)
| configure:18482: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_short_name = "test";
| |   ;
| |   return 0;
| | }
| configure:18515: result: no
| configure:18657: checking whether this system has an arbitrary file name 
length limit
| configure:18683: result: yes
| configure:18721: checking for mempcpy
| configure:18817: result: no
| configure:18881: checking for openat
| configure:18937: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccaYlMfk.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:185: undefined reference to `openat'
| configure:18943: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | /* Define openat to an innocuous variant, in case <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:18977: result: no
| configure:19023: checking for memrchr
| configure:19079: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//cck0eJAL.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:186: undefined reference to `memrchr'
| configure:19085: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | /* end confdefs.h.  */
| | /* Define memrchr to an innocuous variant, in case <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:19119: result: no
| configure:19298: checking for library containing clock_gettime
| configure:19339: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19345: $? = 0
| configure:19352: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19355: $? = 0
| configure:19362: test -s conftest
| configure:19365: $? = 0
| configure:19389: result: none required
| configure:19404: checking for clock_gettime
| configure:19460: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19466: $? = 0
| configure:19473: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19476: $? = 0
| configure:19483: test -s conftest
| configure:19486: $? = 0
| configure:19500: result: yes
| configure:19404: checking for clock_settime
| configure:19460: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19466: $? = 0
| configure:19473: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19476: $? = 0
| configure:19483: test -s conftest
| configure:19486: $? = 0
| configure:19500: result: yes
| configure:19540: checking for d_ino member in directory struct
| configure:19610: result: yes
| configure:19650: checking for error_at_line
| configure:19676: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccgq5OBE.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:191: undefined reference to `error_at_line'
| configure:19682: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define 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:19715: result: no
| configure:19760: checking for working fcntl.h
| configure:19809: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19812: $? = 0
| configure:19818: ./conftest
| configure:19821: $? = 0
| configure:19837: result: yes
| configure:19848: checking absolute name of <fcntl.h>
| configure:19873: result: ///usr/include/fcntl.h
| configure:19904: checking for struct stat.st_blocks
| configure:19932: gcc -c -g -O2  conftest.c >&5
| configure:19938: $? = 0
| configure:19945: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19948: $? = 0
| configure:19955: test -s conftest.o
| configure:19958: $? = 0
| configure:20029: result: yes
| configure:20074: checking for working GNU fnmatch
| configure:20126: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function 'main':
| conftest.c:181: error: 'FNM_EXTMATCH' undeclared (first use in this function)
| conftest.c:181: error: (Each undeclared identifier is reported only once
| conftest.c:181: error: for each function it appears in.)
| conftest.c:182: error: 'FNM_FILE_NAME' undeclared (first use in this function)
| configure:20129: $? = 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"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #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:20154: result: no
| configure:20159: checking whether isblank is declared
| configure:20190: gcc -c -g -O2  conftest.c >&5
| configure:20196: $? = 0
| configure:20203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20206: $? = 0
| configure:20213: test -s conftest.o
| configure:20216: $? = 0
| configure:20228: result: yes
| configure:20255: checking for btowc
| configure:20311: gcc -o conftest -g -O2   conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for mbsrtowcs
| configure:20311: gcc -o conftest -g -O2   conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for mempcpy
| configure:20351: result: no
| configure:20255: checking for wmemchr
| configure:20311: gcc -o conftest -g -O2   conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for wmemcpy
| configure:20311: gcc -o conftest -g -O2   conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for wmempcpy
| configure:20311: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccwBzWLZ.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:197: undefined reference to `wmempcpy'
| configure:20317: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 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:20351: result: no
| configure:20367: checking for wchar.h
| configure:20373: result: yes
| configure:20367: checking for wctype.h
| configure:20373: result: yes
| configure:20569: checking stdio_ext.h usability
| configure:20586: gcc -c -g -O2  conftest.c >&5
| conftest.c:199:23: error: stdio_ext.h: No such file or directory
| configure:20592: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | #include <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:20623: result: no
| configure:20627: checking stdio_ext.h presence
| configure:20642: gcc -E  conftest.c
| conftest.c:166:23: error: stdio_ext.h: No such file or directory
| configure:20648: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | #include <stdio_ext.h>
| configure:20669: result: no
| configure:20702: checking for stdio_ext.h
| configure:20710: result: no
| configure:20727: checking for __fpending
| configure:20783: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccO1se1l.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:200: undefined reference to `__fpending'
| configure:20789: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | /* Define __fpending to an innocuous variant, in case <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:20823: result: no
| configure:20847: checking whether __fpending is declared
| configure:20878: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:177: error: '__fpending' undeclared (first use in this function)
| conftest.c:177: error: (Each undeclared identifier is reported only once
| conftest.c:177: error: for each function it appears in.)
| configure:20884: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | 
| | #     include <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:20916: result: no
| configure:20935: checking how to determine the number of pending output bytes 
on a stream
| configure:20993: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:172: error: 'FILE' has no member named '_IO_write_ptr'
| conftest.c:172: error: 'FILE' has no member named '_IO_write_base'
| configure:20999: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | 
| | int
| | main ()
| | {
| | FILE *fp = stdin; (void) (fp->_IO_write_ptr - fp->_IO_write_base);
| |   ;
| |   return 0;
| | }
| configure:20993: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:172: error: 'FILE' has no member named '_ptr'
| conftest.c:172: error: 'FILE' has no member named '_base'
| configure:20999: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | 
| | int
| | main ()
| | {
| | FILE *fp = stdin; (void) (fp->_ptr - fp->_base);
| |   ;
| |   return 0;
| | }
| configure:20993: gcc -c -g -O2  conftest.c >&5
| configure:20999: $? = 0
| configure:21006: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21009: $? = 0
| configure:21016: test -s conftest.o
| configure:21019: $? = 0
| configure:21038: result: fp->_p - fp->_bf._base
| configure:21054: checking for ftruncate
| configure:21110: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21116: $? = 0
| configure:21123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21126: $? = 0
| configure:21133: test -s conftest
| configure:21136: $? = 0
| configure:21150: result: yes
| configure:21319: checking whether getcwd handles long file names properly
| configure:21490: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21493: $? = 0
| configure:21499: ./conftest
| configure:21502: $? = 0
| configure:21522: result: yes
| configure:21545: checking for getpagesize
| configure:21601: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21607: $? = 0
| configure:21614: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21617: $? = 0
| configure:21624: test -s conftest
| configure:21627: $? = 0
| configure:21641: result: yes
| configure:21651: checking whether getcwd aborts when 4k < cwd_length < 16k
| configure:21751: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21754: $? = 0
| configure:21760: ./conftest
| configure:21763: $? = 0
| configure:21780: result: no
| configure:21818: checking for struct tm.tm_zone
| configure:21849: gcc -c -g -O2  conftest.c >&5
| configure:21855: $? = 0
| configure:21862: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21865: $? = 0
| configure:21872: test -s conftest.o
| configure:21875: $? = 0
| configure:21949: result: yes
| configure:22147: checking for getdelim
| configure:22203: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccmwUjd6.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:206: undefined reference to `getdelim'
| configure:22209: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | /* end confdefs.h.  */
| | /* Define getdelim to an innocuous variant, in case <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:22243: result: no
| configure:22276: checking for flockfile
| configure:22372: result: yes
| configure:22276: checking for funlockfile
| configure:22372: result: yes
| configure:22390: checking whether getline is declared
| configure:22420: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:211: error: 'getline' undeclared (first use in this function)
| conftest.c:211: error: (Each undeclared identifier is reported only once
| conftest.c:211: error: for each function it appears in.)
| configure:22426: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | /* end confdefs.h.  */
| | #include <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:22458: result: no
| configure:22478: checking for getline
| configure:22534: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccHrYbof.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:209: undefined reference to `getline'
| configure:22540: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | /* end confdefs.h.  */
| | /* Define getline to an innocuous variant, in case <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:22573: result: no
| configure:22697: checking for getdelim
| configure:22793: result: no
| configure:22826: checking for flockfile
| configure:22922: result: yes
| configure:22826: checking for funlockfile
| configure:22922: result: yes
| configure:23003: checking OS.h usability
| configure:23020: gcc -c -g -O2  conftest.c >&5
| conftest.c:212:16: error: OS.h: No such file or directory
| configure:23026: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <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:23057: result: no
| configure:23061: checking OS.h presence
| configure:23076: gcc -E  conftest.c
| conftest.c:179:16: error: OS.h: No such file or directory
| configure:23082: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <OS.h>
| configure:23103: result: no
| configure:23136: checking for OS.h
| configure:23144: result: no
| configure:23161: checking for getpagesize
| configure:23257: result: yes
| configure:23299: checking whether gettimeofday clobbers localtime buffer
| configure:23353: gcc -o conftest -g -O2   conftest.c  >&5
| configure:23356: $? = 0
| configure:23362: ./conftest
| configure:23365: $? = 0
| configure:23382: result: no
| configure:23676: checking absolute name of <inttypes.h>
| configure:23701: result: ///usr/include/inttypes.h
| configure:23832: checking for lchown
| configure:23888: gcc -o conftest -g -O2   conftest.c  >&5
| configure:23894: $? = 0
| configure:23901: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23904: $? = 0
| configure:23911: test -s conftest
| configure:23914: $? = 0
| configure:23928: result: yes
| configure:23982: checking for stdlib.h
| configure:23988: result: yes
| configure:24146: checking for GNU libc compatible malloc
| configure:24208: result: yes
| configure:24265: checking for iswcntrl
| configure:24321: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:207: warning: conflicting types for built-in function 'iswcntrl'
| configure:24327: $? = 0
| configure:24334: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24337: $? = 0
| configure:24344: test -s conftest
| configure:24347: $? = 0
| configure:24361: result: yes
| configure:24387: checking for memchr
| configure:24443: gcc -o conftest -g -O2   conftest.c  >&5
| configure:24449: $? = 0
| configure:24456: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24459: $? = 0
| configure:24466: test -s conftest
| configure:24469: $? = 0
| configure:24483: result: yes
| configure:24685: checking for mempcpy
| configure:24781: result: no
| configure:24822: checking for memrchr
| configure:24918: result: no
| configure:24947: checking for memset
| configure:25003: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:209: warning: conflicting types for built-in function 'memset'
| configure:25009: $? = 0
| configure:25016: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25019: $? = 0
| configure:25026: test -s conftest
| configure:25029: $? = 0
| configure:25043: result: yes
| configure:25079: checking for mkdtemp
| configure:25135: gcc -o conftest -g -O2   conftest.c  >&5
| configure:25141: $? = 0
| configure:25148: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25151: $? = 0
| configure:25158: test -s conftest
| configure:25161: $? = 0
| configure:25175: result: yes
| configure:25513: checking for obstacks
| configure:25539: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:189:21: error: obstack.h: No such file or directory
| configure:25545: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | /* end confdefs.h.  */
| | #include "obstack.h"
| | int
| | main ()
| | {
| | struct obstack *mem; obstack_free(mem,(char *) 0)
| |   ;
| |   return 0;
| | }
| configure:25578: result: no
| configure:25637: checking for openat
| configure:25733: result: no
| configure:25805: checking for mbstate_t
| configure:25870: result: yes
| configure:25886: checking whether mbrtowc and mbstate_t are properly declared
| configure:25955: result: yes
| configure:25993: checking for working re_compile_pattern
| configure:26121: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function 'main':
| conftest.c:234: error: storage size of 'regex' isn't known
| conftest.c:238: error: storage size of 'regs' isn't known
| conftest.c:251: error: 'RE_SYNTAX_GREP' undeclared (first use in this 
function)
| conftest.c:251: error: (Each undeclared identifier is reported only once
| conftest.c:251: error: for each function it appears in.)
| conftest.c:251: error: 'RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in 
this function)
| conftest.c:252: error: 'RE_ICASE' undeclared (first use in this function)
| conftest.c:254: warning: assignment makes pointer from integer without a cast
| conftest.c:266: error: 'RE_SYNTAX_POSIX_EGREP' undeclared (first use in this 
function)
| conftest.c:271: warning: assignment makes pointer from integer without a cast
| conftest.c:278: warning: assignment makes pointer from integer without a cast
| conftest.c:286: warning: assignment makes pointer from integer without a cast
| conftest.c:295: warning: assignment makes pointer from integer without a cast
| conftest.c:307: error: 'RE_SYNTAX_EMACS' undeclared (first use in this 
function)
| conftest.c:308: warning: assignment makes pointer from integer without a cast
| configure:26124: $? = 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"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h.  */
| | #include <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:26149: result: no
| configure:26279: checking whether isblank is declared
| configure:26348: result: yes
| configure:26376: checking for rmdir
| configure:26432: gcc -o conftest -g -O2   conftest.c  >&5
| configure:26438: $? = 0
| configure:26445: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26448: $? = 0
| configure:26455: test -s conftest
| configure:26458: $? = 0
| configure:26472: result: yes
| configure:26498: checking for rpmatch
| configure:26554: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccshUPNF.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:244: undefined reference to `rpmatch'
| configure:26560: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | /* end confdefs.h.  */
| | /* Define rpmatch to an innocuous variant, in case <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:26594: result: no
| configure:26681: checking for setenv
| configure:26737: gcc -o conftest -g -O2   conftest.c  >&5
| configure:26743: $? = 0
| configure:26750: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26753: $? = 0
| configure:26760: test -s conftest
| configure:26763: $? = 0
| configure:26777: result: yes
| configure:26681: checking for unsetenv
| configure:26737: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccYCk6DP.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:245: warning: warning: reference to 
compatibility unsetenv(); include <stdlib.h> for correct reference
| configure:26743: $? = 0
| configure:26750: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26753: $? = 0
| configure:26760: test -s conftest
| configure:26763: $? = 0
| configure:26777: result: yes
| configure:27255: checking for unsetenv() return type
| configure:27291: gcc -c -g -O2  conftest.c >&5
| configure:27297: $? = 0
| configure:27304: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27307: $? = 0
| configure:27314: test -s conftest.o
| configure:27317: $? = 0
| configure:27329: result: int
| configure:27348: checking for stdint.h
| configure:27354: result: yes
| configure:27512: checking for SIZE_MAX
| configure:28405: result: yes
| configure:28418: checking for ssize_t
| configure:28483: result: yes
| configure:28504: checking for struct stat.st_atim.tv_nsec
| configure:28534: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:220: error: 'struct stat' has no member named 'st_atim'
| configure:28540: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |      #include <sys/stat.h>
| | 
| | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:28592: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:220: error: 'struct stat' has no member named 'st_atim'
| configure:28598: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |      #include <sys/stat.h>
| | 
| | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_atim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:28633: result: no
| configure:28732: checking for struct stat.st_atimespec.tv_nsec
| configure:28762: gcc -c -g -O2  conftest.c >&5
| configure:28768: $? = 0
| configure:28775: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28778: $? = 0
| configure:28785: test -s conftest.o
| configure:28788: $? = 0
| configure:28861: result: yes
| configure:29301: checking for va_copy
| configure:29332: gcc -c -g -O2  conftest.c >&5
| configure:29338: $? = 0
| configure:29345: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29348: $? = 0
| configure:29355: test -s conftest.o
| configure:29358: $? = 0
| configure:29371: result: yes
| configure:29522: checking absolute name of <stdint.h>
| configure:29547: result: ///usr/include/stdint.h
| configure:29564: checking whether stdint.h conforms to C99
| configure:29744: result: no
| configure:29755: checking for sys/inttypes.h
| configure:29761: result: yes
| configure:29755: checking for sys/bitypes.h
| configure:29761: result: no
| configure:29941: checking for bit size of ptrdiff_t
| configure:30410: result: 32
| configure:29941: checking for bit size of sig_atomic_t
| configure:30410: result: 32
| configure:29941: checking for bit size of size_t
| configure:30410: result: 32
| configure:29941: checking for bit size of wchar_t
| configure:30410: result: 32
| configure:29941: checking for bit size of wint_t
| configure:30410: result: 32
| configure:30431: checking whether sig_atomic_t is signed
| configure:30509: result: yes
| configure:30431: checking whether wchar_t is signed
| configure:30509: result: yes
| configure:30431: checking whether wint_t is signed
| configure:30509: result: yes
| configure:30535: checking for ptrdiff_t integer literal suffix
| configure:30633: result: 
| configure:30535: checking for sig_atomic_t integer literal suffix
| configure:30633: result: 
| configure:30535: checking for size_t integer literal suffix
| configure:30633: result: u
| configure:30535: checking for wchar_t integer literal suffix
| configure:30633: result: 
| configure:30535: checking for wint_t integer literal suffix
| configure:30633: result: 
| configure:30660: checking for stpcpy
| configure:30716: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:252: warning: conflicting types for built-in function 'stpcpy'
| /var/tmp//ccIRSr7C.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:263: undefined reference to `stpcpy'
| configure:30722: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | /* end confdefs.h.  */
| | /* Define stpcpy to an innocuous variant, in case <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:30756: result: no
| configure:30805: checking for strncasecmp
| configure:30861: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:253: warning: conflicting types for built-in function 'strncasecmp'
| configure:30867: $? = 0
| configure:30874: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30877: $? = 0
| configure:30884: test -s conftest
| configure:30887: $? = 0
| configure:30901: result: yes
| configure:30935: checking for strchrnul
| configure:30991: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccSXzFW9.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:265: undefined reference to `strchrnul'
| configure:30997: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_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:31031: result: no
| configure:31060: checking for strdup
| configure:31116: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:254: warning: conflicting types for built-in function 'strdup'
| configure:31122: $? = 0
| configure:31129: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31132: $? = 0
| configure:31139: test -s conftest
| configure:31142: $? = 0
| configure:31156: result: yes
| configure:31197: checking for working strndup
| configure:31357: gcc -o conftest -g -O2   conftest.c  >&5
| configure:31360: $? = 0
| configure:31366: ./conftest
| configure:31369: $? = 0
| configure:31385: result: yes
| configure:31413: checking for working strnlen
| configure:31457: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//ccGaeIG7.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:280: undefined reference to `strnlen'
| configure:31460: $? = 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"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 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:31485: result: no
| configure:31523: checking whether <inttypes.h> defines strtoimax as a macro
| configure:31548: result: no
| configure:31556: checking for strtoimax
| configure:31612: gcc -o conftest -g -O2   conftest.c  >&5
| configure:31618: $? = 0
| configure:31625: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31628: $? = 0
| configure:31635: test -s conftest
| configure:31638: $? = 0
| configure:31652: result: yes
| configure:31770: checking for strtol
| configure:31826: gcc -o conftest -g -O2   conftest.c  >&5
| configure:31832: $? = 0
| configure:31839: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31842: $? = 0
| configure:31849: test -s conftest
| configure:31852: $? = 0
| configure:31866: result: yes
| configure:31894: checking for strtoll
| configure:31950: gcc -o conftest -g -O2   conftest.c  >&5
| configure:31956: $? = 0
| configure:31963: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31966: $? = 0
| configure:31973: test -s conftest
| configure:31976: $? = 0
| configure:31990: result: yes
| configure:32022: checking for strtoul
| configure:32078: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32084: $? = 0
| configure:32091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32094: $? = 0
| configure:32101: test -s conftest
| configure:32104: $? = 0
| configure:32118: result: yes
| configure:32146: checking for strtoull
| configure:32202: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32208: $? = 0
| configure:32215: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32218: $? = 0
| configure:32225: test -s conftest
| configure:32228: $? = 0
| configure:32242: result: yes
| configure:32273: checking whether <inttypes.h> defines strtoumax as a macro
| configure:32298: result: no
| configure:32306: checking for strtoumax
| configure:32362: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32368: $? = 0
| configure:32375: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32378: $? = 0
| configure:32385: test -s conftest
| configure:32388: $? = 0
| configure:32402: result: yes
| configure:32531: checking sysexits.h usability
| configure:32548: gcc -c -g -O2  conftest.c >&5
| configure:32554: $? = 0
| configure:32561: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32564: $? = 0
| configure:32571: test -s conftest.o
| configure:32574: $? = 0
| configure:32585: result: yes
| configure:32589: checking sysexits.h presence
| configure:32604: gcc -E  conftest.c
| configure:32610: $? = 0
| configure:32631: result: yes
| configure:32664: checking for sysexits.h
| configure:32672: result: yes
| configure:32695: checking whether localtime_r is compatible with its POSIX 
signature
| configure:32725: gcc -c -g -O2  conftest.c >&5
| configure:32731: $? = 0
| configure:32738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32741: $? = 0
| configure:32748: test -s conftest.o
| configure:32751: $? = 0
| configure:32763: result: yes
| configure:32806: checking for struct timespec
| configure:32882: result: yes
| configure:32896: checking whether nanosleep is declared
| configure:32965: result: yes
| configure:32992: checking for unistd.h
| configure:32998: result: yes
| configure:33473: checking for vasnprintf
| configure:33529: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp//cc2EUTSi.o: In function `main':
| /usr/local/src/tar-1.16/conftest.c:280: undefined reference to `vasnprintf'
| configure:33535: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_STRTOUMAX 1
| | #define HAVE_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:33569: result: no
| configure:33619: checking for ptrdiff_t
| configure:33649: gcc -c -g -O2  conftest.c >&5
| configure:33655: $? = 0
| configure:33662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33665: $? = 0
| configure:33672: test -s conftest.o
| configure:33675: $? = 0
| configure:33687: result: yes
| configure:33711: checking for snprintf
| configure:33767: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:270: warning: conflicting types for built-in function 'snprintf'
| configure:33773: $? = 0
| configure:33780: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33783: $? = 0
| configure:33790: test -s conftest
| configure:33793: $? = 0
| configure:33807: result: yes
| configure:33711: checking for wcslen
| configure:33767: gcc -o conftest -g -O2   conftest.c  >&5
| configure:33773: $? = 0
| configure:33780: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33783: $? = 0
| configure:33790: test -s conftest
| configure:33793: $? = 0
| configure:33807: result: yes
| configure:33835: checking for vsnprintf
| configure:33891: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:272: warning: conflicting types for built-in function 'vsnprintf'
| configure:33897: $? = 0
| configure:33904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33907: $? = 0
| configure:33914: test -s conftest
| configure:33917: $? = 0
| configure:33931: result: yes
| configure:33987: checking whether wcwidth is declared
| configure:34030: gcc -c -g -O2  conftest.c >&5
| configure:34036: $? = 0
| configure:34043: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34046: $? = 0
| configure:34053: test -s conftest.o
| configure:34056: $? = 0
| configure:34068: result: yes
| configure:34128: checking for stdint.h
| configure:34134: result: yes
| configure:34356: checking for library containing setsockopt
| configure:34397: gcc -o conftest -g -O2   conftest.c  >&5
| configure:34403: $? = 0
| configure:34410: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34413: $? = 0
| configure:34420: test -s conftest
| configure:34423: $? = 0
| configure:34447: result: none required
| configure:34555: checking for library containing setsockopt
| configure:34646: result: none required
| configure:34732: checking for sys/mtio.h
| configure:34738: result: yes
| configure:34896: checking which ioctl field to test for reversed bytes
| configure:34919: result: mt_type
| configure:34935: checking whether to build rmt
| configure:34952: result: yes
| configure:34670: checking for remote tape header files
| configure:34692: gcc -E  conftest.c
| configure:34698: $? = 0
| configure:34720: result: yes
| configure:34987: checking for ANSI C header files
| configure:35168: result: yes
| configure:35227: checking for sys/buf.h
| configure:35289: result: yes
| configure:35301: checking whether time.h and sys/time.h may both be included
| configure:35369: result: yes
| configure:35380: checking for struct stat.st_blksize
| configure:35408: gcc -c -g -O2  conftest.c >&5
| configure:35414: $? = 0
| configure:35421: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35424: $? = 0
| configure:35431: test -s conftest.o
| configure:35434: $? = 0
| configure:35505: result: yes
| configure:35515: checking for struct stat.st_blocks
| configure:35640: result: yes
| configure:35663: checking for struct stat.st_blksize
| configure:35788: result: yes
| configure:35835: checking for fsync
| configure:35891: gcc -o conftest -g -O2   conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for getdtablesize
| configure:35891: gcc -o conftest -g -O2   conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for lstat
| configure:35931: result: yes
| configure:35835: checking for mkfifo
| configure:35931: result: yes
| configure:35835: checking for readlink
| configure:35891: gcc -o conftest -g -O2   conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for strerror
| configure:35931: result: yes
| configure:35835: checking for symlink
| configure:35891: gcc -o conftest -g -O2   conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for setlocale
| configure:35931: result: yes
| configure:35835: checking for utimes
| configure:35891: gcc -o conftest -g -O2   conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35941: checking whether getgrgid is declared
| configure:35972: gcc -c -g -O2  conftest.c >&5
| configure:35978: $? = 0
| configure:35985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35988: $? = 0
| configure:35995: test -s conftest.o
| configure:35998: $? = 0
| configure:36010: result: yes
| configure:36028: checking whether getpwuid is declared
| configure:36059: gcc -c -g -O2  conftest.c >&5
| configure:36065: $? = 0
| configure:36072: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:36075: $? = 0
| configure:36082: test -s conftest.o
| configure:36085: $? = 0
| configure:36097: result: yes
| configure:36115: checking whether time is declared
| configure:36146: gcc -c -g -O2  conftest.c >&5
| configure:36152: $? = 0
| configure:36159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:36162: $? = 0
| configure:36169: test -s conftest.o
| configure:36172: $? = 0
| configure:36184: result: yes
| configure:36207: checking for waitpid
| configure:36263: gcc -o conftest -g -O2   conftest.c  >&5
| configure:36269: $? = 0
| configure:36276: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:36279: $? = 0
| configure:36286: test -s conftest
| configure:36289: $? = 0
| configure:36303: result: yes
| configure:36322: checking for remote shell
| configure:36348: result: /usr/bin/rsh
| configure:36528: checking for default archive format
| configure:36547: result: GNU
| configure:36550: checking for default archive
| configure:36595: result: -
| configure:36599: checking for default blocking
| configure:36607: result: 20
| configure:36610: checking for default quoting style
| configure:36623: result: escape
| configure:36673: checking for ld used by GCC
| configure:36737: result: /usr/bin/ld
| configure:36746: checking if the linker (/usr/bin/ld) is GNU ld
| configure:36759: result: yes
| configure:36766: checking for shared library run path origin
| configure:36779: result: done
| configure:37243: checking for iconv
| configure:37275: gcc -o conftest -g -O2   conftest.c  >&5
| configure:37281: $? = 0
| configure:37288: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:37291: $? = 0
| configure:37298: test -s conftest
| configure:37301: $? = 0
| configure:37383: result: yes
| configure:37406: checking for iconv declaration
| configure:37445: gcc -c -g -O2  conftest.c >&5
| conftest.c:289: error: conflicting types for 'iconv'
| /usr/include/iconv.h:48: error: previous declaration of 'iconv' was here
| configure:37451: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_STRTOUMAX 1
| | #define HAVE_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_STDINT_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_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:37486: result: 
|          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:37512: checking iconv.h usability
| configure:37529: gcc -c -g -O2  conftest.c >&5
| configure:37535: $? = 0
| configure:37542: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:37545: $? = 0
| configure:37552: test -s conftest.o
| configure:37555: $? = 0
| configure:37566: result: yes
| configure:37570: checking iconv.h presence
| configure:37585: gcc -E  conftest.c
| configure:37591: $? = 0
| configure:37612: result: yes
| configure:37645: checking for iconv.h
| configure:37653: result: yes
| configure:37666: checking for iconv_t
| configure:37701: gcc -c -g -O2  conftest.c >&5
| configure:37707: $? = 0
| configure:37714: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:37717: $? = 0
| configure:37724: test -s conftest.o
| configure:37727: $? = 0
| configure:37739: result: yes
| configure:37754: checking whether NLS is requested
| configure:37763: result: yes
| configure:37801: checking for msgfmt
| configure: trying /usr/bin/msgfmt...
| 0 translated messages.
| configure:37833: result: /usr/bin/msgfmt
| configure:37842: checking for gmsgfmt
| configure:37873: result: /usr/bin/msgfmt
| configure:37924: checking for xgettext
| configure: trying /usr/bin/xgettext...
| /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will 
try C
| configure:37956: result: /usr/bin/xgettext
| configure:38002: checking for msgmerge
| configure: trying /usr/bin/msgmerge...
| configure:38033: result: /usr/bin/msgmerge
| configure:38063: checking for CFPreferencesCopyAppValue
| configure:38091: gcc -o conftest -g -O2   conftest.c  -Wl,-framework 
-Wl,CoreFoundation >&5
| conftest.c:283:42: error: CoreFoundation/CFPreferences.h: No such file or 
directory
| conftest.c: In function 'main':
| conftest.c:287: error: 'NULL' undeclared (first use in this function)
| conftest.c:287: error: (Each undeclared identifier is reported only once
| conftest.c:287: error: for each function it appears in.)
| configure:38097: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_STRTOUMAX 1
| | #define HAVE_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_STDINT_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_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:38131: result: no
| configure:38140: checking for CFLocaleCopyCurrent
| configure:38168: gcc -o conftest -g -O2   conftest.c  -Wl,-framework 
-Wl,CoreFoundation >&5
| conftest.c:283:37: error: CoreFoundation/CFLocale.h: No such file or directory
| configure:38174: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_STRTOUMAX 1
| | #define HAVE_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_STDINT_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_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:38208: result: no
| configure:38239: checking for GNU gettext in libc
| configure:38272: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:287: error: size of array 'array' is negative
| configure:38278: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_STRTOUMAX 1
| | #define HAVE_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_STDINT_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_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 ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:38311: result: no
| configure:38345: checking for iconv
| configure:38485: result: yes
| configure:38901: checking for GNU gettext in libintl
| configure:38942: gcc -o conftest -g -O2    conftest.c  -lintl >&5
| conftest.c:288: error: size of array 'array' is negative
| configure:38948: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16"
| | #define PACKAGE_STRING "GNU tar 1.16"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_FILIO_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_LCHMOD 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_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 1
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 0
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX 
| | #define WINT_T_SUFFIX 
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_STRTOUMAX 1
| | #define HAVE_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_STDINT_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/rsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_ICONV_H 1
| | #define HAVE_ICONV 1
| | /* end confdefs.h.  */
| | #include <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
| | #ifdef __cplusplus
| | "C"
| | #endif
| | const char *_nl_expand_alias (const char *);
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
| |   ;
| |   return 0;
| | }
| configure:39059: result: no
| configure:39096: checking whether to use NLS
| configure:39098: result: no
| configure:39327: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU tar config.status 1.16, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on amethyst.netherstone.net
| 
| config.status:721: creating tests/Makefile
| config.status:721: creating tests/atlocal
| config.status:721: creating Makefile
| config.status:721: creating doc/Makefile
| config.status:721: creating lib/Makefile
| config.status:721: creating po/Makefile.in
| config.status:721: creating scripts/Makefile
| config.status:721: creating rmt/Makefile
| config.status:721: creating src/Makefile
| config.status:721: creating config.h
| config.status:1291: executing depfiles commands
| config.status:1291: executing po-directories commands
| config.status:1291: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i386-unknown-netbsdelf4.0.
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_inline=inline
| ac_cv_c_restrict=__restrict
| ac_cv_decl_EOVERFLOW=yes
| ac_cv_double_slash_root=no
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_DEFAULT_ARCHIVE_FORMAT_set=
| ac_cv_env_DEFAULT_ARCHIVE_FORMAT_value=
| ac_cv_env_DEFAULT_ARCHIVE_set=
| ac_cv_env_DEFAULT_ARCHIVE_value=
| ac_cv_env_DEFAULT_BLOCKING_set=
| ac_cv_env_DEFAULT_BLOCKING_value=
| ac_cv_env_DEFAULT_QUOTING_STYLE_set=
| ac_cv_env_DEFAULT_QUOTING_STYLE_value=
| ac_cv_env_DEFAULT_RMT_DIR_set=
| ac_cv_env_DEFAULT_RMT_DIR_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_YACC_set=
| ac_cv_env_YACC_value=
| ac_cv_env_YFLAGS_set=
| ac_cv_env_YFLAGS_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_func___fpending=no
| ac_cv_func_alarm=yes
| ac_cv_func_alloca_works=yes
| ac_cv_func_btowc=yes
| ac_cv_func_chown_works=yes
| ac_cv_func_clock_gettime=yes
| ac_cv_func_clock_settime=yes
| ac_cv_func_fchdir=yes
| ac_cv_func_fdopendir=no
| ac_cv_func_flockfile=yes
| ac_cv_func_fnmatch_gnu=no
| ac_cv_func_fsync=yes
| ac_cv_func_ftruncate=yes
| ac_cv_func_funlockfile=yes
| ac_cv_func_futimes=yes
| ac_cv_func_futimesat=no
| ac_cv_func_getdelim=no
| ac_cv_func_getdtablesize=yes
| ac_cv_func_getline=no
| ac_cv_func_getpagesize=yes
| ac_cv_func_gettimeofday=yes
| ac_cv_func_iswcntrl=yes
| ac_cv_func_iswprint=yes
| ac_cv_func_lchmod=yes
| ac_cv_func_lchown=yes
| ac_cv_func_lstat=yes
| ac_cv_func_lstat_dereferences_slashed_symlink=yes
| ac_cv_func_malloc_0_nonnull=yes
| ac_cv_func_mbrtowc=yes
| ac_cv_func_mbsinit=yes
| ac_cv_func_mbsrtowcs=yes
| ac_cv_func_memchr=yes
| ac_cv_func_mempcpy=no
| ac_cv_func_memrchr=no
| ac_cv_func_memset=yes
| ac_cv_func_mkdtemp=yes
| ac_cv_func_mkfifo=yes
| ac_cv_func_nanotime=no
| ac_cv_func_obstack=no
| ac_cv_func_openat=no
| ac_cv_func_pathconf=yes
| ac_cv_func_pipe=yes
| ac_cv_func_readlink=yes
| ac_cv_func_rmdir=yes
| ac_cv_func_rpmatch=no
| ac_cv_func_setenv=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_snprintf=yes
| ac_cv_func_stpcpy=no
| ac_cv_func_strchrnul=no
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strerror_r=yes
| ac_cv_func_strerror_r_char_p=no
| ac_cv_func_strncasecmp=yes
| ac_cv_func_strnlen_working=no
| ac_cv_func_strtoimax=yes
| ac_cv_func_strtol=yes
| ac_cv_func_strtoll=yes
| ac_cv_func_strtoul=yes
| ac_cv_func_strtoull=yes
| ac_cv_func_strtoumax=yes
| ac_cv_func_symlink=yes
| ac_cv_func_unsetenv=yes
| ac_cv_func_utime_null=yes
| ac_cv_func_utimes=yes
| ac_cv_func_vasnprintf=no
| ac_cv_func_vsnprintf=yes
| ac_cv_func_waitpid=yes
| ac_cv_func_wcrtomb=yes
| ac_cv_func_wcscoll=yes
| ac_cv_func_wcslen=yes
| ac_cv_func_wcwidth=yes
| ac_cv_func_wmemchr=yes
| ac_cv_func_wmemcpy=yes
| ac_cv_func_wmempcpy=no
| ac_cv_func_working_mktime=no
| ac_cv_gnu_library_2_1=no
| ac_cv_have_decl___fpending=no
| ac_cv_have_decl_clearerr_unlocked=no
| ac_cv_have_decl_feof_unlocked=no
| ac_cv_have_decl_ferror_unlocked=no
| ac_cv_have_decl_fflush_unlocked=no
| ac_cv_have_decl_fgets_unlocked=no
| ac_cv_have_decl_fputc_unlocked=no
| ac_cv_have_decl_fputs_unlocked=no
| ac_cv_have_decl_fread_unlocked=no
| ac_cv_have_decl_fwrite_unlocked=no
| ac_cv_have_decl_getc_unlocked=yes
| ac_cv_have_decl_getchar_unlocked=yes
| ac_cv_have_decl_getcwd=yes
| ac_cv_have_decl_getdelim=no
| ac_cv_have_decl_getenv=yes
| ac_cv_have_decl_getgrgid=yes
| ac_cv_have_decl_getline=no
| ac_cv_have_decl_getpwuid=yes
| ac_cv_have_decl_imaxabs=no
| ac_cv_have_decl_imaxdiv=no
| ac_cv_have_decl_isblank=yes
| ac_cv_have_decl_memrchr=no
| 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=yes
| ac_cv_have_decl_strndup=yes
| ac_cv_have_decl_strnlen=no
| ac_cv_have_decl_strtoimax=yes
| ac_cv_have_decl_strtoumax=yes
| ac_cv_have_decl_time=yes
| ac_cv_have_decl_vsnprintf=yes
| ac_cv_have_decl_wcwidth=yes
| ac_cv_header_OS_h=no
| ac_cv_header_dirent_dirent_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_features_h=no
| ac_cv_header_iconv_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_linewrap_h=no
| ac_cv_header_linux_fd_h=no
| ac_cv_header_locale_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_net_errno_h=no
| ac_cv_header_netdb_h=yes
| ac_cv_header_priv_h=no
| ac_cv_header_sgtty_h=yes
| ac_cv_header_stat_broken=no
| ac_cv_header_stdbool_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdio_ext_h=no
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_stropts_h=no
| ac_cv_header_sys_bitypes_h=no
| ac_cv_header_sys_buf_h=yes
| ac_cv_header_sys_device_h=yes
| ac_cv_header_sys_filio_h=yes
| ac_cv_header_sys_gentape_h=no
| ac_cv_header_sys_inet_h=no
| ac_cv_header_sys_inttypes_h=yes
| ac_cv_header_sys_io_trioctl_h=no
| ac_cv_header_sys_mtio_h=yes
| ac_cv_header_sys_param_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_tape_h=yes
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_tprintf_h=no
| ac_cv_header_sys_types_h=yes
| ac_cv_header_sys_types_h_makedev=yes
| ac_cv_header_sys_wait_h=yes
| ac_cv_header_sysexits_h=yes
| ac_cv_header_time=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_utime_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_header_wctype_h=yes
| ac_cv_host=i386-unknown-netbsdelf4.0.
| ac_cv_lib_error_at_line=no
| ac_cv_member_struct_stat_st_atim_tv_nsec=no
| ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes
| ac_cv_member_struct_stat_st_blksize=yes
| ac_cv_member_struct_stat_st_blocks=yes
| ac_cv_member_struct_tm_tm_gmtoff=yes
| ac_cv_member_struct_tm_tm_zone=yes
| ac_cv_objext=o
| ac_cv_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_GMSGFMT=/usr/bin/msgfmt
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_MSGFMT=/usr/bin/msgfmt
| ac_cv_path_MSGMERGE=/usr/bin/msgmerge
| ac_cv_path_XGETTEXT=/usr/bin/xgettext
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_prog_AWK=awk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_cc_c89=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_search_clock_gettime='none required'
| ac_cv_search_opendir='none required'
| ac_cv_search_setsockopt='none required'
| ac_cv_search_strerror='none required'
| ac_cv_struct_tm=time.h
| ac_cv_sys_file_offset_bits=no
| ac_cv_sys_large_files=no
| ac_cv_sys_largefile_CC=no
| ac_cv_sys_long_file_names=yes
| ac_cv_sys_pending_output_n_bytes='fp->_p - fp->_bf._base'
| ac_cv_type__Bool=yes
| ac_cv_type_dev_t=yes
| ac_cv_type_iconv_t=yes
| ac_cv_type_ino_t=yes
| ac_cv_type_long_long=yes
| ac_cv_type_long_long_int=yes
| ac_cv_type_major_t=no
| ac_cv_type_mbstate_t=yes
| ac_cv_type_minor_t=no
| ac_cv_type_mode_t=yes
| ac_cv_type_off_t=yes
| ac_cv_type_pid_t=yes
| ac_cv_type_ptrdiff_t=yes
| ac_cv_type_signal=void
| ac_cv_type_size_t=yes
| ac_cv_type_uid_t=yes
| ac_cv_type_unsigned_long_long_int=yes
| ac_cv_win_or_dos=no
| ac_cv_working_alloca_h=no
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=/usr/bin/ld
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_func_working_getline=no
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=no
| am_cv_prog_tar_ustar=plaintar
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=const
| bh_cv_c_signed=yes
| diff_cv_st_fstype_string=no
| fu_cv_sys_struct_timespec=yes
| fu_cv_sys_struct_utimbuf=yes
| gl_cv_absolute_fcntl_h=///usr/include/fcntl.h
| gl_cv_absolute_inttypes_h=///usr/include/inttypes.h
| gl_cv_absolute_stdint_h=///usr/include/stdint.h
| gl_cv_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_compound_literals=yes
| gl_cv_func_chown_follows_symlink=yes
| gl_cv_func_getcwd_abort_bug=no
| gl_cv_func_getcwd_null=yes
| gl_cv_func_getcwd_path_max=yes
| gl_cv_func_malloc_0_nonnull=1
| gl_cv_func_mbrtowc=yes
| gl_cv_func_re_compile_pattern_working=no
| gl_cv_func_strndup=yes
| gl_cv_func_va_copy=yes
| gl_cv_func_working_utimes=yes
| gl_cv_have_arbitrary_file_name_length_limit=yes
| gl_cv_header_inttypes_h=yes
| gl_cv_header_stdint_h=yes
| gl_cv_header_working_fcntl_h=yes
| gl_cv_header_working_inttypes_h=no
| gl_cv_header_working_stdint_h=no
| gl_cv_minmax_in_limits_h=no
| gl_cv_minmax_in_sys_param_h=yes
| gl_cv_time_r_posix=yes
| gl_cv_type_ptrdiff_t_signed=yes
| gl_cv_type_ptrdiff_t_suffix=
| gl_cv_type_sig_atomic_t_signed=yes
| gl_cv_type_sig_atomic_t_suffix=
| gl_cv_type_size_t_signed=no
| gl_cv_type_size_t_suffix=u
| gl_cv_type_wchar_t_signed=yes
| gl_cv_type_wchar_t_suffix=
| gl_cv_type_wint_t_signed=yes
| gl_cv_type_wint_t_suffix=
| gt_cv_c_intmax_t=yes
| gt_cv_c_long_double=yes
| gt_cv_c_wchar_t=yes
| gt_cv_c_wint_t=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext3_libc=no
| gt_cv_func_gnugettext3_libintl=no
| gt_cv_func_unsetenv_ret=int
| gt_cv_inttypes_pri_broken=no
| gt_cv_ssize_t=yes
| jm_cv_func_gettimeofday_clobber=no
| jm_cv_func_strtoimax_macro=no
| jm_cv_func_strtoumax_macro=no
| jm_cv_struct_dirent_d_ino=yes
| pu_cv_header_mtio_check_field=mt_type
| pu_cv_header_rmt=yes
| tar_cv_path_RSH=/usr/bin/rsh
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"'
| ABSOLUTE_INTTYPES_H='"///usr/include/inttypes.h"'
| ABSOLUTE_STDINT_H='"///usr/include/stdint.h"'
| ACLOCAL='${SHELL} /usr/local/src/tar-1.16/build-aux/missing --run aclocal-1.9'
| ALLOCA=''
| ALLOCA_H='alloca.h'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /usr/local/src/tar-1.16/build-aux/missing --run tar'
| AUTOCONF='${SHELL} /usr/local/src/tar-1.16/build-aux/missing --run autoconf'
| AUTOHEADER='${SHELL} /usr/local/src/tar-1.16/build-aux/missing --run 
autoheader'
| AUTOM4TE='${SHELL} /usr/local/src/tar-1.16/build-aux/missing --run autom4te'
| AUTOMAKE='${SHELL} /usr/local/src/tar-1.16/build-aux/missing --run 
automake-1.9'
| AWK='awk'
| BACKUP_LIBEXEC_SCRIPTS=''
| BACKUP_SBIN_SCRIPTS=''
| 
BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d'
| BITSIZEOF_PTRDIFF_T='32'
| BITSIZEOF_SIG_ATOMIC_T='32'
| BITSIZEOF_SIZE_T='32'
| BITSIZEOF_WCHAR_T='32'
| BITSIZEOF_WINT_T='32'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CPP='gcc -E'
| CPPFLAGS=''
| CYGPATH_W='echo'
| DEFAULT_ARCHIVE='-'
| DEFAULT_ARCHIVE_FORMAT='GNU'
| DEFAULT_BLOCKING='20'
| DEFAULT_QUOTING_STYLE='escape_quoting_style'
| DEFAULT_RMT_COMMAND=''
| DEFAULT_RMT_DIR='$(libexecdir)'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EOVERFLOW=''
| EXEEXT=''
| FCNTL_H='fcntl.h'
| FNMATCH_H='fnmatch.h'
| GETOPT_H='getopt.h'
| GLIBC21='no'
| GMSGFMT='/usr/bin/msgfmt'
| GMSGFMT_015=':'
| GREP='/usr/bin/grep'
| HAVE_DECL_IMAXABS='0'
| HAVE_DECL_IMAXDIV='0'
| HAVE_DECL_STRTOIMAX='1'
| HAVE_DECL_STRTOUMAX='1'
| HAVE_INTTYPES_H='1'
| HAVE_LONG_LONG_INT='1'
| HAVE_SIGNED_SIG_ATOMIC_T='1'
| HAVE_SIGNED_WCHAR_T='1'
| HAVE_SIGNED_WINT_T='1'
| HAVE_STDINT_H='1'
| HAVE_SYS_BITYPES_H='0'
| HAVE_SYS_INTTYPES_H='1'
| HAVE_SYS_TYPES_H='1'
| HAVE_WCHAR_H='1'
| HAVE__BOOL='1'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS=''
| INTL_MACOSX_LIBS=''
| INTTYPES_H='inttypes.h'
| LDFLAGS=''
| LIBICONV=''
| LIBINTL=''
| LIBOBJS=' ${LIBOBJDIR}getopt$U.o ${LIBOBJDIR}getopt1$U.o 
${LIBOBJDIR}save-cwd$U.o ${LIBOBJDIR}mktime$U.o ${LIBOBJDIR}argmatch$U.o 
${LIBOBJDIR}backupfile$U.o ${LIBOBJDIR}chdir-long$U.o ${LIBOBJDIR}mempcpy$U.o 
${LIBOBJDIR}mkdirat$U.o ${LIBOBJDIR}fchmodat$U.o ${LIBOBJDIR}openat-die$U.o 
${LIBOBJDIR}openat$U.o ${LIBOBJDIR}memrchr$U.o ${LIBOBJDIR}close-stream$U.o 
${LIBOBJDIR}closeout$U.o ${LIBOBJDIR}basename$U.o ${LIBOBJDIR}dirname$U.o 
${LIBOBJDIR}stripslash$U.o ${LIBOBJDIR}error$U.o ${LIBOBJDIR}exclude$U.o 
${LIBOBJDIR}exitfail$U.o ${LIBOBJDIR}open-safer$U.o ${LIBOBJDIR}creat-safer$U.o 
${LIBOBJDIR}fnmatch$U.o ${LIBOBJDIR}__fpending$U.o ${LIBOBJDIR}getdelim$U.o 
${LIBOBJDIR}getline$U.o ${LIBOBJDIR}gettime$U.o ${LIBOBJDIR}hash$U.o 
${LIBOBJDIR}human$U.o ${LIBOBJDIR}imaxtostr$U.o ${LIBOBJDIR}offtostr$U.o 
${LIBOBJDIR}umaxtostr$U.o ${LIBOBJDIR}mbchar$U.o ${LIBOBJDIR}modechange$U.o 
${LIBOBJDIR}obstack$U.o ${LIBOBJDIR}quote$U.o ${LIBOBJDIR}quotearg$U.o 
${LIBOBJDIR}regex$U.o ${LIBOBJDIR}rpmatch$U.o ${LIBOBJDIR}safe-read$U.o 
${LIBOBJDIR}safe-write$U.o ${LIBOBJDIR}savedir$U.o ${LIBOBJDIR}stpcpy$U.o 
${LIBOBJDIR}strcasecmp$U.o ${LIBOBJDIR}strchrnul$U.o ${LIBOBJDIR}strnlen$U.o 
${LIBOBJDIR}dup-safer$U.o ${LIBOBJDIR}fd-safer$U.o ${LIBOBJDIR}pipe-safer$U.o 
${LIBOBJDIR}unlinkdir$U.o ${LIBOBJDIR}utimens$U.o ${LIBOBJDIR}vasnprintf$U.o 
${LIBOBJDIR}printf-args$U.o ${LIBOBJDIR}printf-parse$U.o 
${LIBOBJDIR}asnprintf$U.o ${LIBOBJDIR}xmalloc$U.o ${LIBOBJDIR}xgetcwd$U.o 
${LIBOBJDIR}xstrtol$U.o ${LIBOBJDIR}xstrtoul$U.o'
| LIBS=''
| LIB_CLOCK_GETTIME=''
| LIB_SETSOCKOPT=''
| LTLIBICONV=''
| LTLIBINTL=''
| LTLIBOBJS=' ${LIBOBJDIR}getopt$U.lo ${LIBOBJDIR}getopt1$U.lo 
${LIBOBJDIR}save-cwd$U.lo ${LIBOBJDIR}mktime$U.lo ${LIBOBJDIR}argmatch$U.lo 
${LIBOBJDIR}backupfile$U.lo ${LIBOBJDIR}chdir-long$U.lo 
${LIBOBJDIR}mempcpy$U.lo ${LIBOBJDIR}mkdirat$U.lo ${LIBOBJDIR}fchmodat$U.lo 
${LIBOBJDIR}openat-die$U.lo ${LIBOBJDIR}openat$U.lo ${LIBOBJDIR}memrchr$U.lo 
${LIBOBJDIR}close-stream$U.lo ${LIBOBJDIR}closeout$U.lo 
${LIBOBJDIR}basename$U.lo ${LIBOBJDIR}dirname$U.lo ${LIBOBJDIR}stripslash$U.lo 
${LIBOBJDIR}error$U.lo ${LIBOBJDIR}exclude$U.lo ${LIBOBJDIR}exitfail$U.lo 
${LIBOBJDIR}open-safer$U.lo ${LIBOBJDIR}creat-safer$U.lo 
${LIBOBJDIR}fnmatch$U.lo ${LIBOBJDIR}__fpending$U.lo ${LIBOBJDIR}getdelim$U.lo 
${LIBOBJDIR}getline$U.lo ${LIBOBJDIR}gettime$U.lo ${LIBOBJDIR}hash$U.lo 
${LIBOBJDIR}human$U.lo ${LIBOBJDIR}imaxtostr$U.lo ${LIBOBJDIR}offtostr$U.lo 
${LIBOBJDIR}umaxtostr$U.lo ${LIBOBJDIR}mbchar$U.lo ${LIBOBJDIR}modechange$U.lo 
${LIBOBJDIR}obstack$U.lo ${LIBOBJDIR}quote$U.lo ${LIBOBJDIR}quotearg$U.lo 
${LIBOBJDIR}regex$U.lo ${LIBOBJDIR}rpmatch$U.lo ${LIBOBJDIR}safe-read$U.lo 
${LIBOBJDIR}safe-write$U.lo ${LIBOBJDIR}savedir$U.lo ${LIBOBJDIR}stpcpy$U.lo 
${LIBOBJDIR}strcasecmp$U.lo ${LIBOBJDIR}strchrnul$U.lo ${LIBOBJDIR}strnlen$U.lo 
${LIBOBJDIR}dup-safer$U.lo ${LIBOBJDIR}fd-safer$U.lo 
${LIBOBJDIR}pipe-safer$U.lo ${LIBOBJDIR}unlinkdir$U.lo ${LIBOBJDIR}utimens$U.lo 
${LIBOBJDIR}vasnprintf$U.lo ${LIBOBJDIR}printf-args$U.lo 
${LIBOBJDIR}printf-parse$U.lo ${LIBOBJDIR}asnprintf$U.lo 
${LIBOBJDIR}xmalloc$U.lo ${LIBOBJDIR}xgetcwd$U.lo ${LIBOBJDIR}xstrtol$U.lo 
${LIBOBJDIR}xstrtoul$U.lo'
| MAKEINFO='${SHELL} /usr/local/src/tar-1.16/build-aux/missing --run makeinfo'
| MSGFMT='/usr/bin/msgfmt'
| MSGFMT_015=':'
| MSGMERGE='/usr/bin/msgmerge'
| OBJEXT='o'
| PACKAGE='tar'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU tar'
| PACKAGE_STRING='GNU tar 1.16'
| PACKAGE_TARNAME='tar'
| PACKAGE_VERSION='1.16'
| PATH_SEPARATOR=':'
| POSUB=''
| PRIPTR_PREFIX='"l"'
| PRI_MACROS_BROKEN='0'
| PTRDIFF_T_SUFFIX=''
| PU_RMT_PROG='rmt$(EXEEXT)'
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/ksh'
| SIG_ATOMIC_T_SUFFIX=''
| SIZE_T_SUFFIX='u'
| STDBOOL_H=''
| STDINT_H='stdint.h'
| STRIP=''
| SYSEXITS_H=''
| UNISTD_H=''
| USE_NLS='no'
| VERSION='1.16'
| WCHAR_T_SUFFIX=''
| WINT_T_SUFFIX=''
| XGETTEXT='/usr/bin/xgettext'
| XGETTEXT_015=':'
| YACC='yacc'
| YFLAGS=''
| ac_ct_CC='gcc'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='tar chf - "$$tardir"'
| am__untar='tar xf -'
| bindir='${exec_prefix}/bin'
| build='i386-unknown-netbsdelf4.0.'
| build_alias=''
| build_cpu='i386'
| build_os='netbsdelf4.0.'
| build_vendor='unknown'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='i386-unknown-netbsdelf4.0.'
| host_alias=''
| host_cpu='i386'
| host_os='netbsdelf4.0.'
| host_vendor='unknown'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='/usr/local/src/tar-1.16/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='$(mkinstalldirs)'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local/gnu'
| program_transform_name='s&^&g&'
| 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"
| #define PACKAGE_STRING "GNU tar 1.16"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "tar"
| #define VERSION "1.16"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_DEVICE_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_MTIO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TAPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_BUF_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define major_t int
| #define minor_t int
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define restrict __restrict
| #define HAVE_DECL_GETENV 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_PATHCONF 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCHDIR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALARM 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCOLL 1
| #define HAVE_PIPE 1
| #define HAVE_FUTIMES 1
| #define HAVE_WCWIDTH 1
| #define HAVE_STRERROR 1
| #define HAVE_LSTAT 1
| #define HAVE_MKFIFO 1
| #define D_INO_IN_DIRENT 1
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_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 1
| #define HAVE_STRERROR_R 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETCWD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_DECL_NANOSLEEP 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_GETDELIM 0
| #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX 
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX u
| #define WCHAR_T_SUFFIX 
| #define WINT_T_SUFFIX 
| #define HAVE_INTTYPES_H 1
| #define HAVE_DECL_IMAXABS 0
| #define HAVE_DECL_IMAXDIV 0
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_LANGINFO_CODESET 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define GNULIB_PROGRAM_INVOCATION_NAME 1
| #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| #define __OPENAT_PREFIX rpl_
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define D_INO_IN_DIRENT 1
| #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_BTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define fnmatch gnu_fnmatch
| #define HAVE_DECL___FPENDING 0
| #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_GETPAGESIZE 1
| #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| #define HAVE_LCHOWN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDTEMP 1
| #define mktime rpl_mktime
| #define __OPENAT_PREFIX rpl_
| #define HAVE_MBSTATE_T 1
| #define HAVE_MBRTOWC 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_RMDIR 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX 
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX u
| #define WCHAR_T_SUFFIX 
| #define WINT_T_SUFFIX 
| #define strcasecmp rpl_strcasecmp
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define strnlen rpl_strnlen
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_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_STDINT_H 1
| #define HAVE_SYS_MTIO_H 1
| #define MTIO_CHECK_FIELD mt_type
| #define STDC_HEADERS 1
| #define HAVE_SYS_BUF_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_FSYNC 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_LSTAT 1
| #define HAVE_MKFIFO 1
| #define HAVE_READLINK 1
| #define HAVE_STRERROR 1
| #define HAVE_SYMLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_DECL_GETGRGID 1
| #define HAVE_DECL_GETPWUID 1
| #define HAVE_DECL_TIME 1
| #define HAVE_WAITPID 1
| #define REMOTE_SHELL "/usr/bin/rsh"
| #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| #define DEFAULT_ARCHIVE "-"
| #define DEFAULT_BLOCKING 20
| #define DEFAULT_QUOTING_STYLE escape_quoting_style
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_ICONV 1
| 
| configure: exit 0


reply via email to

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