bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] [GNU tar 1.16.1] testsuite: 6 25 26 29 30 31 32 33 34 46 faile


From: Hugh Sasse
Subject: [Bug-tar] [GNU tar 1.16.1] testsuite: 6 25 26 29 30 31 32 33 34 46 failed
Date: Tue, 06 Mar 2007 15:52:34 -0000

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

testsuite: command line was:
  $ ./testsuite 

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

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

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

hostname = fresnel.3d-med.cse.dmu.ac.uk
uname -m = alpha
uname -r = V5.1
uname -s = OSF1
uname -v = 2650

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

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

PATH: /home2/scratch/hgs/tar-1.16.1/tests
PATH: /home2/scratch/hgs/tar-1.16.1/src
PATH: /home2/scratch/hgs/tar-1.16.1/build-aux
PATH: /home2/scratch/hgs/tar-1.16.1
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/dt/bin
PATH: /usr/local/teTeX/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='/home2/scratch/hgs/tar-1.16.1/tests'
| at_srcdir='.'
| abs_srcdir='/home2/scratch/hgs/tar-1.16.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home2/scratch/hgs/tar-1.16.1'
| at_top_build_prefix='../'
| abs_top_builddir='/home2/scratch/hgs/tar-1.16.1'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/usr/bin/posix/sh'}

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

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

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

Written by John Gilmore and Jay Fenlason.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Tue Mar  6 15:28:56 GMT 2007
1. tar version (version.at:19): ok      (0m0.00s 0m0.00s)
2. decompressing from stdin (pipe.at:29): ok    (0m0.10s 0m0.35s)
3. mixing options (options.at:24): ok   (0m0.00s 0m0.00s)
4. interspersed options (options02.at:26): ok   (0m0.00s 0m0.01s)
5. files-from: empty entries (T-empty.at:26): ok        (0m0.00s 0m0.05s)
7. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.05s 0m0.13s)
8. tar cvf - (verbose.at:26): ok        (0m0.05s 0m0.11s)
9. append (append.at:21): ok    (0m0.06s 0m0.16s)
10. appending files with long names (append01.at:29): ok        (0m0.05s 
0m0.13s)
11. append vs. create (append02.at:40): ok      (0m0.08s 0m0.21s)
12. deleting a member after a big one (delete01.at:23): ok      (0m0.06s 
0m0.18s)
13. deleting a member from stdin archive (delete02.at:23): ok   (0m0.10s 
0m0.20s)
14. deleting members with long names (delete03.at:21): ok       (0m0.05s 
0m0.16s)
15. deleting a large last member (delete04.at:23): ok   (0m0.15s 0m0.33s)
16. deleting non-existing member (delete05.at:27): ok   (0m0.06s 0m0.16s)
17. extract over an existing directory (extrac01.at:23): ok     (0m0.05s 
0m0.13s)
18. extracting symlinks over an existing file (extrac02.at:23): ok      
(0m0.05s 0m0.16s)
19. extraction loops (extrac03.at:23): ok       (0m0.03s 0m0.11s)
20. extract + fnmatch (extrac04.at:23): ok      (0m0.08s 0m0.26s)
21. extracting selected members from pax (extrac05.at:30): ok   (0m0.01s 
0m0.05s)
22. mode of extracted directories (extrac06.at:33): ok  (0m0.10s 0m0.23s)
23. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.06s 
0m0.20s)
24. gzip (gzip.at:23): ok       (0m0.00s 0m0.01s)
27. restoring timestamps from incremental (incr02.at:32): ok    (0m0.03s 
0m0.15s)
28. --listed for individual files (listed01.at:26): ok  (0m0.03s 0m0.10s)
35. changed file types in incrementals (chtype.at:27): ok       (0m0.10s 
0m0.35s)
36. ignfail (ignfail.at:23): ok (0m0.15s 0m0.33s)
37. link count gt 2 (link01.at:33): ok  (0m0.06s 0m0.20s)
38. long names in V7 archives (longv7.at:24): ok        (0m0.00s 0m0.01s)
39. long file names divisible by block size (long01.at:28): ok  (0m0.03s 
0m0.11s)
40. ustar: unsplittable file name (lustar01.at:21): ok  (0m0.00s 0m0.01s)
41. ustar: unsplittable path name (lustar02.at:21): ok  (0m0.01s 0m0.03s)
42. ustar: splitting long names (lustar03.at:21): ok    (0m0.01s 0m0.05s)
43. multivolume dumps from pipes (multiv01.at:23): ok   (0m0.03s 0m0.11s)
44. skipping a straddling member (multiv02.at:28): ok   (0m0.05s 0m0.11s)
45. MV archive & long filenames (multiv03.at:30): ok    (0m0.03s 0m0.13s)
47. Restoring after an out of sync folume (multiv05.at:26): ok  (0m0.06s 
0m0.10s)
48. old archives (old.at:23): ok        (0m0.00s 0m0.00s)
49. recurse (recurse.at:21): ok (0m0.03s 0m0.15s)
50. working -C with --same-order (same-order01.at:26): ok       (0m0.06s 
0m0.26s)
51. multiple -C options (same-order02.at:25): ok        (0m0.08s 0m0.20s)
52. short records (shortrec.at:25): ok  (0m0.10s 0m0.25s)
53. sparse files (sparse01.at:21): ok   (0m0.15s 0m0.26s)
54. extracting sparse file over a pipe (sparse02.at:21): ok     (0m0.11s 
0m0.25s)
55. storing sparse files > 8G (sparse03.at:21): ok      (1m6.16s 1m34.53s)
56. sparse files in MV archives (sparsemv.at:21): ok    (0m0.06s 0m0.15s)
57. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok  (0m0.03s 
0m0.06s)
58. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok  (0m0.03s 
0m0.08s)
59. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok  (0m0.01s 
0m0.06s)
60. update unchanged directories (update.at:27): ok     (0m0.08s 0m0.28s)
61. volume (volume.at:23): ok   (0m0.03s 0m0.08s)
62. volume header size (volsize.at:29): skipped (volsize.at:54)
63. compressed format recognition (comprec.at:21): ok   (0m0.08s 0m0.21s)
64. truncate (truncate.at:29): ok       (0m4.61s 0m2.85s)
65. grow (grow.at:24): ok       (0m4.41s 0m2.23s)
66. gtarfail (gtarfail.at:21): skipped (gtarfail.at:38)
67. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:41)
68. multi-fail (multi-fail.at:21): skipped (multi-fail.at:86)
69. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:36)
70. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:36)
71. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:36)
testsuite: ending at: Tue Mar  6 15:33:01 GMT 2007

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

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

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

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

   6: T-null.at:21       files-from: 0-separated file without -0
      files-from null
  25: incremental.at:23  incremental
      incremental incr00
  26: incr01.at:27       restore broken symlinks from incremental
      incremental incr01
  29: listed02.at:28     working --listed
      listed incremental listed02
  30: incr03.at:28       renamed files in incrementals
      incremental incr03 rename
  31: incr04.at:29       proper icontents initialization
      incremental incr04 icontents
  32: rename01.at:24     renamed dirs in incrementals
      incremental rename rename01
  33: rename02.at:24     move between hierarchies
      incremental rename rename02
  34: rename03.at:23     cyclic renames
      incremental rename rename03 cyclic-rename
  46: multiv04.at:36     split directory members in a MV archive
      multivolume multiv incremental multiv04

Skipped tests:
GNU tar 1.16.1 test suite test groups:

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

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

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

#                             -*- compilation -*-
6. T-null.at:21: testing ...
./T-null.at:44:
mkdir v7
(cd v7
TEST_TAR_FORMAT=v7
export TEST_TAR_FORMAT
TAR_OPTIONS="-H v7"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77


echo dwa > temp
echo trzy >> temp
cat temp | tr '
' '' > temp1
echo jeden > file-list
cat temp1 >> file-list

genfile -f "jeden
dwa"
genfile -f trzy

tar cfTv archive file-list | sort
)
--- -   Tue Mar  6 15:28:57 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:28:57 2007
@@ -1,4 +1,3 @@
-jeden
-dwa
+jeden\ndwa
 trzy
 
6. T-null.at:21: 6. files-from: 0-separated file without -0 (T-null.at:21): 
FAILED (T-null.at:44)

#                             -*- compilation -*-
25. incremental.at:23: testing ...
./incremental.at:58:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *

mkdir structure
echo x >structure/file

# On Nextstep (and perhaps other 4.3BSD systems),
# a newly created file's ctime isn't updated
# until the next sync or stat operation on the file.
ls -l structure/file >/dev/null

# If the time of an initial backup and the creation time of a file contained
# in that backup are the same, the file will be backed up again when an
# incremental backup is done, because the incremental backup backs up
# files created `on or after' the initial backup time.  Without the sleep
# command, behaviour of tar becomes variable, depending whether the system
# clock ticked over to the next second between creating the file and
# backing it up.
sleep 1

tar cf archive --listed=list structure
tar cfv archive --listed=list structure
echo separator
sleep 1
echo y >structure/file
tar cfv archive --listed=list structure
)
--- /dev/null   Tue Mar  6 15:29:04 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:06 2007
@@ -0,0 +1,4 @@
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
--- -   Tue Mar  6 15:29:06 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:06 2007
@@ -1,5 +1,2 @@
-structure/
 separator
-structure/
-structure/file
 
./incremental.at:58: exit code was 2, expected 0
25. incremental.at:23: 25. incremental (incremental.at:23): FAILED 
(incremental.at:58)

#                             -*- compilation -*-
26. incr01.at:27: testing ...
./incr01.at:51:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *

mkdir directory
$as_ln_s foo directory/bar

tar -cf archive.0 -g db directory
rm directory/bar
tar -cf archive.1 -g db directory

mv directory orig

tar xvfg archive.0 /dev/null
echo separator
tar xvfg archive.1 /dev/null
)
--- /dev/null   Tue Mar  6 15:29:04 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:06 2007
@@ -0,0 +1,2 @@
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
--- -   Tue Mar  6 15:29:06 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:06 2007
@@ -1,6 +1,4 @@
 directory/
 directory/bar
 separator
-directory/
-tar: Deleting `directory/bar'
 
26. incr01.at:27: 26. restore broken symlinks from incremental (incr01.at:27): 
FAILED (incr01.at:51)

#                             -*- compilation -*-
29. listed02.at:28: testing ...
./listed02.at:148:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77

echo Create directories

mkdir tart
sleep 1
mkdir tart/c0
sleep 1
mkdir tart/c1
sleep 1

for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
do
  echo File $file > $file
  sleep 1
done

sleep 1
echo Creating main archive
tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1

# The above prints two lines to stderr announcing the new directories c0 and c1.
# Ensure that they appear in this script's stderr in sorted order.
sort err 1>&2; rm -f err

sleep 1
echo Modifying filesystem
rm tart/a1

mv tart/b1 tart/b2
mv tart/c1 tart/c2
touch tart/c2/ca3

echo Directory contents
find tart -print | sort 2>/dev/null

sleep 1
echo Creating incremental archive
cp -p tart.incr1 tart.incr2
tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1

sleep 1

rm -rf tart/*
echo Extracting main archive
tar -x -v --listed-incremental=tart.incr1 -f archive.1 || exit 1
echo Extracting incremental archive
# This command should produce three messages about deletion
# of the existing files, that may appear in any order. Piping
# to sort makes sure we don't depend on any particular ordering.
tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null

echo Final files:
find tart -print | sort 2>/dev/null
)
--- -   Tue Mar  6 15:29:38 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:38 2007
@@ -1,4 +1,5 @@
 tar: tart/c0: Directory is new
 tar: tart/c1: Directory is new
-tar: tart/c2: Directory has been renamed from `tart/c1'
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
 
--- -   Tue Mar  6 15:29:38 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:38 2007
@@ -21,37 +21,4 @@
 tart/c2/ca2
 tart/c2/ca3
 Creating incremental archive
-tart/
-tart/c0/
-tart/c2/
-tart/b2
-tart/c2/ca3
-Extracting main archive
-tart/
-tart/c0/
-tart/c1/
-tart/a1
-tart/b1
-tart/c0/cq1
-tart/c0/cq2
-tart/c1/ca1
-tart/c1/ca2
-Extracting incremental archive
-tar: Deleting `tart/a1'
-tar: Deleting `tart/b1'
-tart/
-tart/b2
-tart/c0/
-tart/c2/
-tart/c2/ca3
-Final files:
-tart
-tart/b2
-tart/c0
-tart/c0/cq1
-tart/c0/cq2
-tart/c2
-tart/c2/ca1
-tart/c2/ca2
-tart/c2/ca3
 
./listed02.at:148: exit code was 1, expected 0
29. listed02.at:28: 29. working --listed (listed02.at:28): FAILED 
(listed02.at:148)

#                             -*- compilation -*-
30. incr03.at:28: testing ...
./incr03.at:73:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77

mkdir directory
genfile --file=directory/x
genfile --file=directory/y

tar -cf archive.1 -g db directory

mv directory/x directory/z
tar -cf archive.2 -g db directory

mv directory orig

echo Listing of archive.1
tar -tf archive.1 | sort
echo Listing of archive.2
tar -tf archive.2 | sort

echo Directory after first restore
tar -xf archive.1 -g db
find directory | sort

echo Directory after second restore
tar -xf archive.2 -g db
find directory | sort
)
--- /dev/null   Tue Mar  6 15:29:37 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:38 2007
@@ -0,0 +1,2 @@
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
--- -   Tue Mar  6 15:29:38 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:38 2007
@@ -3,14 +3,12 @@
 directory/x
 directory/y
 Listing of archive.2
-directory/
-directory/z
 Directory after first restore
 directory
 directory/x
 directory/y
 Directory after second restore
 directory
+directory/x
 directory/y
-directory/z
 
30. incr03.at:28: 30. renamed files in incrementals (incr03.at:28): FAILED 
(incr03.at:73)

#                             -*- compilation -*-
31. incr04.at:29: testing ...
./incr04.at:59:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


install-sh -d a/b >/dev/null

awk 'BEGIN {
  for (i=1;i<=142;i++)
    printf("a/b/one_31_chars_long_file_name_%03d
", i);
  }' < /dev/null | genfile --files-from -

echo "Initial dump"
tar cvf a0.tar -g a.sna a
mv a/b a/c
echo "Incremental dump"
tar cvf a1.tar -g a.sna a
)
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:39 2007
@@ -1,3 +1,4 @@
 tar: a/b: Directory is new
-tar: a/c: Directory has been renamed from `a/b'
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
 
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:39 2007
@@ -144,6 +144,4 @@
 a/b/one_31_chars_long_file_name_141
 a/b/one_31_chars_long_file_name_142
 Incremental dump
-a/
-a/c/
 
./incr04.at:59: exit code was 2, expected 0
31. incr04.at:29: 31. proper icontents initialization (incr04.at:29): FAILED 
(incr04.at:59)

#                             -*- compilation -*-
32. rename01.at:24: testing ...
./rename01.at:85:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77


mkdir foo
genfile --file foo/file1
genfile --file foo/file2
mkdir foo/bar
genfile --file foo/bar/file

echo "Creating base archive"
tar -g incr -cf arch.1 -v foo

mv foo/bar foo/baz

echo "Creating incremental archive"
tar -g incr -cf arch.2 -v foo

mv foo old

tar xfg arch.1 /dev/null

echo "Begin directory listing 1"
find foo | sort
echo "End directory listing 1"

tar xfg arch.2 /dev/null
echo Begin directory listing 2
find foo | sort
echo End directory listing 2
)
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:39 2007
@@ -1,3 +1,4 @@
 tar: foo/bar: Directory is new
-tar: foo/baz: Directory has been renamed from `foo/bar'
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
 
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:39 2007
@@ -5,8 +5,6 @@
 foo/file2
 foo/bar/file
 Creating incremental archive
-foo/
-foo/baz/
 Begin directory listing 1
 foo
 foo/bar
@@ -16,8 +14,8 @@
 End directory listing 1
 Begin directory listing 2
 foo
-foo/baz
-foo/baz/file
+foo/bar
+foo/bar/file
 foo/file1
 foo/file2
 End directory listing 2
32. rename01.at:24: 32. renamed dirs in incrementals (rename01.at:24): FAILED 
(rename01.at:85)

#                             -*- compilation -*-
33. rename02.at:24: testing ...
./rename02.at:98:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77

mkdir foo
genfile --file foo/file1
genfile --file foo/file2
mkdir foo/bar
genfile --file foo/bar/file.r
mkdir foo/bar/baz
genfile --file foo/bar/baz/file.z

echo "Creating base archive"
tar -g incr -cf arch.1 -v foo

mv foo/bar/baz foo

echo "Creating incremental archive"
tar -g incr -cf arch.2 -v foo

mv foo old

tar xfg arch.1 /dev/null 2>tmperr
sort tmperr >&2

echo "Begin directory listing 1"
find foo | sort
echo "End directory listing 1"

tar xfgv arch.2 /dev/null
echo Begin directory listing 2
find foo | sort
echo End directory listing 2
)
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:39 2007
@@ -1,4 +1,5 @@
 tar: foo/bar: Directory is new
 tar: foo/bar/baz: Directory is new
-tar: foo/baz: Directory has been renamed from `foo/bar/baz'
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
 
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:39 2007
@@ -7,9 +7,6 @@
 foo/bar/file.r
 foo/bar/baz/file.z
 Creating incremental archive
-foo/
-foo/bar/
-foo/baz/
 Begin directory listing 1
 foo
 foo/bar
@@ -19,15 +16,12 @@
 foo/file1
 foo/file2
 End directory listing 1
-foo/
-foo/bar/
-foo/baz/
 Begin directory listing 2
 foo
 foo/bar
+foo/bar/baz
+foo/bar/baz/file.z
 foo/bar/file.r
-foo/baz
-foo/baz/file.z
 foo/file1
 foo/file2
 End directory listing 2
33. rename02.at:24: 33. move between hierarchies (rename02.at:24): FAILED 
(rename02.at:98)

#                             -*- compilation -*-
34. rename03.at:23: testing ...
./rename03.at:122:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77


mkdir foo
genfile --file foo/file1
genfile --file foo/file2

mkdir foo/a
genfile --file foo/a/filea

mkdir foo/b
genfile --file foo/b/fileb

mkdir foo/c
genfile --file foo/c/filec

echo "First dump"
echo "First dump">&2
tar -g incr -cf arch.1 -v foo 2>tmperr
sort tmperr >&2

# Shuffle directories:
(cd foo
mv a $$
mv c a
mv b c
mv $$ b)

echo "Second dump"
echo "Second dump" >&2
tar -g incr -cf arch.2 -v foo 2>tmperr
sort tmperr >&2

tar xfg arch.1 /dev/null

echo "Begin directory listing 1"
find foo | sort
echo "End directory listing 1"

tar xfgv arch.2 /dev/null
echo Begin directory listing 2
find foo | sort
echo End directory listing 2
)
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:39 2007
@@ -3,7 +3,6 @@
 tar: foo/b: Directory is new
 tar: foo/c: Directory is new
 Second dump
-tar: foo/a: Directory has been renamed from `foo/c'
-tar: foo/b: Directory has been renamed from `foo/a'
-tar: foo/c: Directory has been renamed from `foo/b'
+tar: Error is not recoverable: exiting now
+tar: Unexpected field value in snapshot file
 
--- -   Tue Mar  6 15:29:39 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:39 2007
@@ -9,10 +9,6 @@
 foo/b/fileb
 foo/c/filec
 Second dump
-foo/
-foo/a/
-foo/b/
-foo/c/
 Begin directory listing 1
 foo
 foo/a
@@ -24,18 +20,14 @@
 foo/file1
 foo/file2
 End directory listing 1
-foo/
-foo/a/
-foo/b/
-foo/c/
 Begin directory listing 2
 foo
 foo/a
-foo/a/filec
+foo/a/filea
 foo/b
-foo/b/filea
+foo/b/fileb
 foo/c
-foo/c/fileb
+foo/c/filec
 foo/file1
 foo/file2
 End directory listing 2
34. rename03.at:23: 34. cyclic renames (rename03.at:23): FAILED 
(rename03.at:122)

#                             -*- compilation -*-
46. multiv04.at:36: testing ...
./multiv04.at:64:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


mkdir directory
awk 'BEGIN { for (i = 0; i < 1024; i++) printf("directory/%014x
", i); }' </dev/null | genfile --files-from -

exec <&-

sleep 2

tar --listed-incremental=list -c -f archive.a directory

sleep 2

tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v 
directory

echo separator

tar -MRt -f arc.1 -f arc.2)
--- /dev/null   Tue Mar  6 15:29:48 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stderr Tue Mar  6 
15:29:54 2007
@@ -0,0 +1,5 @@
+tar: Unexpected field value in snapshot file
+tar: Error is not recoverable: exiting now
+tar: arc.2: Warning: Cannot open: No such file or directory
+Prepare volume #2 for `arc.2' and hit return: tar: EOF where user reply was 
expected
+tar: Error is not recoverable: exiting now
--- -   Tue Mar  6 15:29:54 2007
+++ /home2/scratch/hgs/tar-1.16.1/tests/testsuite.dir/at-stdout Tue Mar  6 
15:29:54 2007
@@ -1,5 +1,2 @@
-directory/
 separator
-block 0: directory/
-block 35: ** Block of NULs **
 
./multiv04.at:64: exit code was 2, expected 0
46. multiv04.at:36: 46. split directory members in a MV archive 
(multiv04.at:36): FAILED (multiv04.at:64)


## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU tar configure 1.16.1, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = fresnel.3d-med.cse.dmu.ac.uk
| uname -m = alpha
| uname -r = V5.1
| uname -s = OSF1
| uname -v = 2650
| 
| /usr/bin/uname -p = alpha
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = alpha
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/gnu/bin
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /usr/bin/X11
| PATH: /usr/dt/bin
| PATH: /usr/bin/mme
| PATH: /usr/local/gtools/bin
| PATH: /usr/local/netpbm/bin
| PATH: /usr/local/net/bin
| PATH: /usr/local/matlab/bin
| PATH: /usr/local/TeX.local/bin
| PATH: /usr/local/teTeX/bin
| PATH: /usr/openwin/bin
| PATH: /usr/local/stuff/bin
| PATH: /usr/local/bin/AF
| PATH: /usr/local/pga/util
| PATH: /usr2/local/ptolemy/bin
| PATH: /usr2/local/ptolemy/bin.alpha
| PATH: /usr/local/urt/bin
| PATH: /usr/local/povray3.1g/bin
| PATH: /usr2/local/meshtv/bin
| PATH: /usr/local/lyx/bin
| PATH: /usr/local/Acrobat3/bin
| PATH: /usr2/local/hadlop/bin
| PATH: /usr3/local/hylafax/bin
| PATH: /usr3/local/hylafax/spool/bin
| PATH: /usr3/local/mpeg_encode/bin
| PATH: /home/hgs/bin
| PATH: /usr3/local/mpeg2/bin
| PATH: /usr/local/samba/bin
| PATH: /usr/local/vnc
| PATH: /usr/local/mpi/bin
| PATH: /usr/local/vista/bin
| PATH: /usr/local/cmucl/bin
| PATH: /usr/local/mozilla
| PATH: .
| PATH: /usr3/local/MuPAD/share/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1956: checking for a BSD-compatible install
| configure:2012: result: /usr/local/bin/install -c
| configure:2023: checking whether build environment is sane
| configure:2066: result: yes
| configure:2131: checking for gawk
| configure:2147: found /usr/local/bin/gawk
| configure:2158: result: gawk
| configure:2169: checking whether make sets $(MAKE)
| configure:2190: result: yes
| configure:2369: checking how to create a ustar tar archive
| configure:2382: tar --version
| tar: illegal option -- -
| Usage: tar  c[bBfFhlnoRSvw0-9] block device filename density [-e exception]   
               [-C directory filename ..] [filename..]
|        tar -c[BFhlnovw0-9] [-b block] [-f device] [-S density] [-R filename]  
               [-e exception] [-C directory filename ..] [filename..]
| 
|        tar  r[bBfFhlnoRSvw0-9] block device filename density [-e exception]   
               [-C directory filename ..] [filename...]
|        tar -r[BFhlnovw0-9] [-b block] [-f device] [-S density] [-R filename]  
               [-e exception] [-C directory filename ..] [filename...]
| 
|        tar  t[vfizS0-9] device density 
|        tar -t[vzi0-9] [-f device] [-S density] 
| 
|        tar  u[bBfFhlnoRSvw] block device filename density [-e exception]      
               [-C directory filename ..] [filename...]
|        tar -u[Bfhlnovw] [-b block] [-f device] [-S density] [-R filename]     
               [-e exception] [-C directory filename ..] [filename...]
| 
|        tar  x[BflLmopPRsSvwz0-9] device Prefix filename density [filename...]
|        tar -x[BlLmopsvwz0-9] [-f device] [-S density] [-P Prefix] [-R 
filename]               [filename...]
| 
| configure:2385: $? = 1
| configure:2382: gnutar --version
| ./configure[2383]: gnutar:  not found
| configure:2385: $? = 127
| configure:2382: gtar --version
| tar (GNU tar) 1.13
| 
| Copyright (C) 1988, 92,93,94,95,96,97,98, 1999 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.
| 
| Written by John Gilmore and Jay Fenlason.
| configure:2385: $? = 0
| configure:2425: tardir=conftest.dir && eval gtar --format=ustar -chf - 
"$tardir" >conftest.tar
| gtar: unrecognized option `--format=ustar'
| Try `gtar --help' for more information.
| configure:2428: $? = 2
| configure:2425: tardir=conftest.dir && eval tar chf - "$tardir" >conftest.tar
| configure:2428: $? = 0
| configure:2432: tar xf - <conftest.tar
| configure:2435: $? = 0
| configure:2448: result: plaintar
| configure:2504: checking for gcc
| configure:2520: found /usr/local/bin/gcc
| configure:2531: result: gcc
| configure:2769: checking for C compiler version
| configure:2776: gcc --version >&5
| gcc (GCC) 3.3.2
| Copyright (C) 2003 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:2779: $? = 0
| configure:2786: gcc -v >&5
| Reading specs from /usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/specs
| Configured with: ../gcc-3.3.2/configure 
| Thread model: single
| gcc version 3.3.2
| configure:2789: $? = 0
| configure:2796: gcc -V >&5
| gcc: `-V' option must have argument
| configure:2799: $? = 1
| configure:2822: checking for C compiler default output file name
| configure:2849: gcc    conftest.c  >&5
| configure:2852: $? = 0
| configure:2898: result: a.out
| configure:2903: checking whether the C compiler works
| configure:2913: ./a.out
| configure:2916: $? = 0
| configure:2933: result: yes
| configure:2940: checking whether we are cross compiling
| configure:2942: result: no
| configure:2945: checking for suffix of executables
| configure:2952: gcc -o conftest    conftest.c  >&5
| configure:2955: $? = 0
| configure:2979: result: 
| configure:2985: checking for suffix of object files
| configure:3011: gcc -c   conftest.c >&5
| configure:3014: $? = 0
| configure:3037: result: o
| configure:3041: checking whether we are using the GNU C compiler
| configure:3070: gcc -c   conftest.c >&5
| configure:3076: $? = 0
| configure:3083: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3086: $? = 0
| configure:3093: test -s conftest.o
| configure:3096: $? = 0
| configure:3110: result: yes
| configure:3115: checking whether gcc accepts -g
| configure:3145: gcc -c -g  conftest.c >&5
| configure:3151: $? = 0
| configure:3158: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3161: $? = 0
| configure:3168: test -s conftest.o
| configure:3171: $? = 0
| configure:3301: result: yes
| configure:3318: checking for gcc option to accept ISO C89
| configure:3392: gcc  -c -g -O2  conftest.c >&5
| configure:3398: $? = 0
| configure:3405: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3408: $? = 0
| configure:3415: test -s conftest.o
| configure:3418: $? = 0
| configure:3438: result: none needed
| configure:3467: checking for style of include used by make
| configure:3495: result: GNU
| configure:3523: checking dependency style of gcc
| configure:3613: result: gcc3
| configure:3674: checking for ranlib
| configure:3690: found /usr/bin/ranlib
| configure:3701: result: ranlib
| configure:3731: checking for bison
| configure:3747: found /usr/local/bin/bison
| configure:3758: result: bison -y
| configure:3782: checking how to run the C preprocessor
| configure:3822: gcc -E  conftest.c
| configure:3828: $? = 0
| configure:3866: gcc -E  conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3872: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3912: result: gcc -E
| configure:3941: gcc -E  conftest.c
| configure:3947: $? = 0
| configure:3985: gcc -E  conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3991: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4036: checking for grep that handles long lines and -e
| configure:4110: result: /usr/local/bin/grep
| configure:4115: checking for egrep
| configure:4193: result: /usr/local/bin/grep -E
| configure:4199: checking for AIX
| configure:4221: result: no
| configure:4227: checking for ANSI C header files
| configure:4257: gcc -c -g -O2  conftest.c >&5
| configure:4263: $? = 0
| configure:4270: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4273: $? = 0
| configure:4280: test -s conftest.o
| configure:4283: $? = 0
| configure:4379: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4382: $? = 0
| configure:4388: ./conftest
| configure:4391: $? = 0
| configure:4408: result: yes
| configure:4432: checking for sys/types.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4432: checking for sys/stat.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4432: checking for stdlib.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4432: checking for string.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4432: checking for memory.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4432: checking for strings.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4432: checking for inttypes.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4432: checking for stdint.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| conftest.c:53:20: stdint.h: No such file or directory
| configure:4459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <stdint.h>
| configure:4492: result: no
| configure:4432: checking for unistd.h
| configure:4453: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4469: $? = 0
| configure:4476: test -s conftest.o
| configure:4479: $? = 0
| configure:4492: result: yes
| configure:4514: checking minix/config.h usability
| configure:4531: gcc -c -g -O2  conftest.c >&5
| conftest.c:53:26: minix/config.h: No such file or directory
| configure:4537: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_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:4568: result: no
| configure:4572: checking minix/config.h presence
| configure:4587: gcc -E  conftest.c
| conftest.c:20:26: minix/config.h: No such file or directory
| configure:4593: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:4614: result: no
| configure:4647: checking for minix/config.h
| configure:4654: result: no
| configure:4693: checking whether it is safe to define __EXTENSIONS__
| configure:4721: gcc -c -g -O2  conftest.c >&5
| configure:4727: $? = 0
| configure:4734: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4737: $? = 0
| configure:4744: test -s conftest.o
| configure:4747: $? = 0
| configure:4759: result: yes
| configure:4791: checking for special C compiler options needed for large files
| configure:4918: result: no
| configure:4924: checking for _FILE_OFFSET_BITS value needed for large files
| configure:4960: gcc -c -g -O2  conftest.c >&5
| configure:4966: $? = 0
| configure:4973: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4976: $? = 0
| configure:4983: test -s conftest.o
| configure:4986: $? = 0
| configure:5067: result: no
| configure:5077: checking for _LARGE_FILES value needed for large files
| configure:5113: gcc -c -g -O2  conftest.c >&5
| configure:5119: $? = 0
| configure:5126: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5129: $? = 0
| configure:5136: test -s conftest.o
| configure:5139: $? = 0
| configure:5220: result: no
| configure:5232: checking for library containing strerror
| configure:5273: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5279: $? = 0
| configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5289: $? = 0
| configure:5296: test -s conftest
| configure:5299: $? = 0
| configure:5323: result: none required
| configure:5331: checking for inline
| configure:5357: gcc -c -g -O2  conftest.c >&5
| configure:5363: $? = 0
| configure:5370: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5373: $? = 0
| configure:5380: test -s conftest.o
| configure:5383: $? = 0
| configure:5398: result: inline
| configure:5436: checking fcntl.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking fcntl.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for fcntl.h
| configure:5577: result: yes
| configure:5436: checking linux/fd.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:57:22: linux/fd.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 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:5490: result: no
| configure:5494: checking linux/fd.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:24:22: linux/fd.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | /* end confdefs.h.  */
| | #include <linux/fd.h>
| configure:5536: result: no
| configure:5569: checking for linux/fd.h
| configure:5577: result: no
| configure:5426: checking for memory.h
| configure:5432: result: yes
| configure:5436: checking net/errno.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:58:23: net/errno.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h.  */
| | #include <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:5490: result: no
| configure:5494: checking net/errno.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:25:23: net/errno.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h.  */
| | #include <net/errno.h>
| configure:5536: result: no
| configure:5569: checking for net/errno.h
| configure:5577: result: no
| configure:5436: checking sgtty.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking sgtty.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for sgtty.h
| configure:5577: result: yes
| configure:5426: checking for string.h
| configure:5432: result: yes
| configure:5436: checking stropts.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking stropts.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for stropts.h
| configure:5577: result: yes
| configure:5436: checking sys/param.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking sys/param.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for sys/param.h
| configure:5577: result: yes
| configure:5436: checking sys/device.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:62:24: sys/device.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/device.h>
| configure:5490: result: no
| configure:5494: checking sys/device.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:29:24: sys/device.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <sys/device.h>
| configure:5536: result: no
| configure:5569: checking for sys/device.h
| configure:5577: result: no
| configure:5436: checking sys/filio.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:62:23: sys/filio.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/filio.h>
| configure:5490: result: no
| configure:5494: checking sys/filio.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:29:23: sys/filio.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <sys/filio.h>
| configure:5536: result: no
| configure:5569: checking for sys/filio.h
| configure:5577: result: no
| configure:5436: checking sys/gentape.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:62:25: sys/gentape.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/gentape.h>
| configure:5490: result: no
| configure:5494: checking sys/gentape.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:29:25: sys/gentape.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <sys/gentape.h>
| configure:5536: result: no
| configure:5569: checking for sys/gentape.h
| configure:5577: result: no
| configure:5436: checking sys/inet.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:62:22: sys/inet.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/inet.h>
| configure:5490: result: no
| configure:5494: checking sys/inet.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:29:22: sys/inet.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <sys/inet.h>
| configure:5536: result: no
| configure:5569: checking for sys/inet.h
| configure:5577: result: no
| configure:5436: checking sys/io/trioctl.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:62:28: sys/io/trioctl.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/io/trioctl.h>
| configure:5490: result: no
| configure:5494: checking sys/io/trioctl.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:29:28: sys/io/trioctl.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | #include <sys/io/trioctl.h>
| configure:5536: result: no
| configure:5569: checking for sys/io/trioctl.h
| configure:5577: result: no
| configure:5436: checking sys/mtio.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking sys/mtio.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for sys/mtio.h
| configure:5577: result: yes
| configure:5436: checking sys/time.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking sys/time.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for sys/time.h
| configure:5577: result: yes
| configure:5436: checking sys/tprintf.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:64:25: sys/tprintf.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <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:5490: result: no
| configure:5494: checking sys/tprintf.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:31:25: sys/tprintf.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/tprintf.h>
| configure:5536: result: no
| configure:5569: checking for sys/tprintf.h
| configure:5577: result: no
| configure:5436: checking sys/tape.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:64:22: sys/tape.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/tape.h>
| configure:5490: result: no
| configure:5494: checking sys/tape.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:31:22: sys/tape.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/tape.h>
| configure:5536: result: no
| configure:5569: checking for sys/tape.h
| configure:5577: result: no
| configure:5426: checking for unistd.h
| configure:5432: result: yes
| configure:5436: checking locale.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking locale.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for locale.h
| configure:5577: result: yes
| configure:5436: checking features.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:66:22: features.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* 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:5490: result: no
| configure:5494: checking features.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:33:22: features.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <features.h>
| configure:5536: result: no
| configure:5569: checking for features.h
| configure:5577: result: no
| configure:5436: checking linewrap.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:66:22: linewrap.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* 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:5490: result: no
| configure:5494: checking linewrap.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:33:22: linewrap.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <linewrap.h>
| configure:5536: result: no
| configure:5569: checking for linewrap.h
| configure:5577: result: no
| configure:5436: checking stdio_ext.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:66:23: stdio_ext.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* 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:5490: result: no
| configure:5494: checking stdio_ext.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:33:23: stdio_ext.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <stdio_ext.h>
| configure:5536: result: no
| configure:5569: checking for stdio_ext.h
| configure:5577: result: no
| configure:5436: checking wchar.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking wchar.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for wchar.h
| configure:5577: result: yes
| configure:5426: checking for stdint.h
| configure:5432: result: no
| configure:5426: checking for inttypes.h
| configure:5432: result: yes
| configure:5436: checking wctype.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking wctype.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for wctype.h
| configure:5577: result: yes
| configure:5426: checking for sys/stat.h
| configure:5432: result: yes
| configure:5436: checking priv.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| conftest.c:70:18: priv.h: No such file or directory
| configure:5459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <priv.h>
| configure:5490: result: no
| configure:5494: checking priv.h presence
| configure:5509: gcc -E  conftest.c
| conftest.c:37:18: priv.h: No such file or directory
| configure:5515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | /* end confdefs.h.  */
| | #include <priv.h>
| configure:5536: result: no
| configure:5569: checking for priv.h
| configure:5577: result: no
| configure:5436: checking utime.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking utime.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for utime.h
| configure:5577: result: yes
| configure:5436: checking netdb.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking netdb.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for netdb.h
| configure:5577: result: yes
| configure:5436: checking sys/wait.h usability
| configure:5453: gcc -c -g -O2  conftest.c >&5
| configure:5459: $? = 0
| configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5469: $? = 0
| configure:5476: test -s conftest.o
| configure:5479: $? = 0
| configure:5490: result: yes
| configure:5494: checking sys/wait.h presence
| configure:5509: gcc -E  conftest.c
| configure:5515: $? = 0
| configure:5536: result: yes
| configure:5569: checking for sys/wait.h
| configure:5577: result: yes
| configure:5675: checking for sys/buf.h
| configure:5698: gcc -c -g -O2  conftest.c >&5
| configure:5704: $? = 0
| configure:5711: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5714: $? = 0
| configure:5721: test -s conftest.o
| configure:5724: $? = 0
| configure:5737: result: yes
| configure:5749: checking for sys/wait.h that is POSIX.1 compatible
| configure:5823: result: yes
| configure:5833: checking for stdbool.h that conforms to C99
| configure:5926: gcc -c -g -O2  conftest.c >&5
| configure:5932: $? = 0
| configure:5939: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5942: $? = 0
| configure:5949: test -s conftest.o
| configure:5952: $? = 0
| configure:5964: result: yes
| configure:5966: checking for _Bool
| configure:5996: gcc -c -g -O2  conftest.c >&5
| configure:6002: $? = 0
| configure:6009: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6012: $? = 0
| configure:6019: test -s conftest.o
| configure:6022: $? = 0
| configure:6034: result: yes
| configure:6080: checking for dirent.h that defines DIR
| configure:6109: gcc -c -g -O2  conftest.c >&5
| configure:6115: $? = 0
| configure:6122: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6125: $? = 0
| configure:6132: test -s conftest.o
| configure:6135: $? = 0
| configure:6148: result: yes
| configure:6161: checking for library containing opendir
| configure:6202: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6208: $? = 0
| configure:6215: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6218: $? = 0
| configure:6225: test -s conftest
| configure:6228: $? = 0
| configure:6252: result: none required
| configure:6362: checking whether sys/types.h defines makedev
| configure:6388: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6394: $? = 0
| configure:6401: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6404: $? = 0
| configure:6411: test -s conftest
| configure:6414: $? = 0
| configure:6428: result: yes
| configure:6763: checking whether stat file-mode macros are broken
| configure:6811: result: no
| configure:6821: checking for ANSI C header files
| configure:7002: result: yes
| configure:7013: checking for st_fstype string in struct stat
| configure:7040: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:51: error: structure has no member named `st_fstype'
| configure:7046: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define 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:7079: result: no
| configure:7089: checking return type of signal handlers
| configure:7117: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:52: error: void value not ignored as it ought to be
| configure:7123: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <signal.h>
| | 
| | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| |   ;
| |   return 0;
| | }
| configure:7155: result: void
| configure:7163: checking for mode_t
| configure:7193: gcc -c -g -O2  conftest.c >&5
| configure:7199: $? = 0
| configure:7206: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7209: $? = 0
| configure:7216: test -s conftest.o
| configure:7219: $? = 0
| configure:7231: result: yes
| configure:7243: checking for pid_t
| configure:7273: gcc -c -g -O2  conftest.c >&5
| configure:7279: $? = 0
| configure:7286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7289: $? = 0
| configure:7296: test -s conftest.o
| configure:7299: $? = 0
| configure:7311: result: yes
| configure:7323: checking for off_t
| configure:7353: gcc -c -g -O2  conftest.c >&5
| configure:7359: $? = 0
| configure:7366: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7369: $? = 0
| configure:7376: test -s conftest.o
| configure:7379: $? = 0
| configure:7391: result: yes
| configure:7403: checking for size_t
| configure:7433: gcc -c -g -O2  conftest.c >&5
| configure:7439: $? = 0
| configure:7446: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7449: $? = 0
| configure:7456: test -s conftest.o
| configure:7459: $? = 0
| configure:7471: result: yes
| configure:7483: checking for uid_t in sys/types.h
| configure:7506: result: yes
| configure:7521: checking for major_t
| configure:7551: gcc -c -g -O2  conftest.c >&5
| configure:7557: $? = 0
| configure:7564: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7567: $? = 0
| configure:7574: test -s conftest.o
| configure:7577: $? = 0
| configure:7589: result: yes
| configure:7601: checking for minor_t
| configure:7631: gcc -c -g -O2  conftest.c >&5
| configure:7637: $? = 0
| configure:7644: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7647: $? = 0
| configure:7654: test -s conftest.o
| configure:7657: $? = 0
| configure:7669: result: yes
| configure:7681: checking for dev_t
| configure:7711: gcc -c -g -O2  conftest.c >&5
| configure:7717: $? = 0
| configure:7724: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7727: $? = 0
| configure:7734: test -s conftest.o
| configure:7737: $? = 0
| configure:7749: result: yes
| configure:7761: checking for ino_t
| configure:7791: gcc -c -g -O2  conftest.c >&5
| configure:7797: $? = 0
| configure:7804: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7807: $? = 0
| configure:7814: test -s conftest.o
| configure:7817: $? = 0
| configure:7829: result: yes
| configure:7843: checking for ssize_t
| configure:7870: gcc -c -g -O2  conftest.c >&5
| configure:7876: $? = 0
| configure:7883: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7886: $? = 0
| configure:7893: test -s conftest.o
| configure:7896: $? = 0
| configure:7908: result: yes
| configure:7922: checking for working alloca.h
| configure:7949: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7955: $? = 0
| configure:7962: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7965: $? = 0
| configure:7972: test -s conftest
| configure:7975: $? = 0
| configure:7988: result: yes
| configure:7998: checking for alloca
| configure:8045: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8051: $? = 0
| configure:8058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8061: $? = 0
| configure:8068: test -s conftest
| configure:8071: $? = 0
| configure:8084: result: yes
| configure:8333: checking for stdlib.h
| configure:8339: result: yes
| configure:8497: checking for GNU libc compatible malloc
| configure:8531: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8534: $? = 0
| configure:8540: ./conftest
| configure:8543: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | /* end confdefs.h.  */
| | #if STDC_HEADERS || HAVE_STDLIB_H
| | # include <stdlib.h>
| | #else
| | char *malloc ();
| | #endif
| | 
| | int
| | main ()
| | {
| | return ! malloc (0);
| |   ;
| |   return 0;
| | }
| configure:8559: result: no
| configure:8575: checking for long long int
| configure:8608: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8614: $? = 0
| configure:8621: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8624: $? = 0
| configure:8631: test -s conftest
| configure:8634: $? = 0
| configure:8675: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8678: $? = 0
| configure:8684: ./conftest
| configure:8687: $? = 0
| configure:8712: result: yes
| configure:8723: checking for long double
| configure:8796: result: yes
| configure:8806: checking for C/C++ restrict keyword
| configure:8842: gcc -c -g -O2  conftest.c >&5
| conftest.c:54: error: parse error before "ip"
| conftest.c: In function `foo':
| conftest.c:55: error: `ip' undeclared (first use in this function)
| conftest.c:55: error: (Each undeclared identifier is reported only once
| conftest.c:55: error: for each function it appears in.)
| conftest.c: In function `main':
| conftest.c:61: error: syntax error before "t"
| conftest.c:62: error: `t' undeclared (first use in this function)
| configure:8848: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | /* end confdefs.h.  */
| | typedef int * int_ptr;
| |         int foo (int_ptr restrict ip) {
| |         return ip[0];
| |        }
| | int
| | main ()
| | {
| | int s[1];
| |         int * restrict t = s;
| |         t[0] = 0;
| |         return foo(t)
| |   ;
| |   return 0;
| | }
| configure:8842: gcc -c -g -O2  conftest.c >&5
| configure:8848: $? = 0
| configure:8855: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8858: $? = 0
| configure:8865: test -s conftest.o
| configure:8868: $? = 0
| configure:8883: result: __restrict
| configure:8898: checking whether getenv is declared
| configure:8928: gcc -c -g -O2  conftest.c >&5
| configure:8934: $? = 0
| configure:8941: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8944: $? = 0
| configure:8951: test -s conftest.o
| configure:8954: $? = 0
| configure:8966: result: yes
| configure:9003: checking whether clearerr_unlocked is declared
| configure:9033: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:93: error: `clearerr_unlocked' undeclared (first use in this 
function)
| conftest.c:93: error: (Each undeclared identifier is reported only once
| conftest.c:93: error: for each function it appears in.)
| configure:9039: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef clearerr_unlocked
| |   char *p = (char *) clearerr_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9071: result: no
| configure:9089: checking whether feof_unlocked is declared
| configure:9119: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:94: error: `feof_unlocked' undeclared (first use in this function)
| conftest.c:94: error: (Each undeclared identifier is reported only once
| conftest.c:94: error: for each function it appears in.)
| configure:9125: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef feof_unlocked
| |   char *p = (char *) feof_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9157: result: no
| configure:9175: checking whether ferror_unlocked is declared
| configure:9205: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:95: error: `ferror_unlocked' undeclared (first use in this 
function)
| conftest.c:95: error: (Each undeclared identifier is reported only once
| conftest.c:95: error: for each function it appears in.)
| configure:9211: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef ferror_unlocked
| |   char *p = (char *) ferror_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9243: result: no
| configure:9261: checking whether fflush_unlocked is declared
| configure:9291: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:96: error: `fflush_unlocked' undeclared (first use in this 
function)
| conftest.c:96: error: (Each undeclared identifier is reported only once
| conftest.c:96: error: for each function it appears in.)
| configure:9297: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fflush_unlocked
| |   char *p = (char *) fflush_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9329: result: no
| configure:9347: checking whether fgets_unlocked is declared
| configure:9377: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:97: error: `fgets_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:9383: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fgets_unlocked
| |   char *p = (char *) fgets_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9415: result: no
| configure:9433: checking whether fputc_unlocked is declared
| configure:9463: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:98: error: `fputc_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:9469: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fputc_unlocked
| |   char *p = (char *) fputc_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9501: result: no
| configure:9519: checking whether fputs_unlocked is declared
| configure:9549: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:99: error: `fputs_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:9555: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fputs_unlocked
| |   char *p = (char *) fputs_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9587: result: no
| configure:9605: checking whether fread_unlocked is declared
| configure:9635: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:100: error: `fread_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:9641: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fread_unlocked
| |   char *p = (char *) fread_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9673: result: no
| configure:9691: checking whether fwrite_unlocked is declared
| configure:9721: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:101: error: `fwrite_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:9727: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fwrite_unlocked
| |   char *p = (char *) fwrite_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9759: result: no
| configure:9777: checking whether getc_unlocked is declared
| configure:9807: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:102: error: `getc_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:9813: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | /* 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 getc_unlocked
| |   char *p = (char *) getc_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9845: result: no
| configure:9863: checking whether getchar_unlocked is declared
| configure:9893: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:103: error: `getchar_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:9899: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 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 getchar_unlocked
| |   char *p = (char *) getchar_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9931: result: no
| configure:9949: checking whether putc_unlocked is declared
| configure:9979: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:104: error: `putc_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:9985: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_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 putc_unlocked
| |   char *p = (char *) putc_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:10017: result: no
| configure:10035: checking whether putchar_unlocked is declared
| configure:10065: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:105: error: `putchar_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:10071: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_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 putchar_unlocked
| |   char *p = (char *) putchar_unlocked;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:10103: result: no
| configure:10128: checking for flockfile
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for funlockfile
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for pathconf
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for lchmod
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| lchmod
| collect2: ld returned 1 exit status
| configure:10190: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | /* end confdefs.h.  */
| | /* Define lchmod to an innocuous variant, in case <limits.h> declares 
lchmod.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define lchmod innocuous_lchmod
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char lchmod (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef lchmod
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char lchmod ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_lchmod || defined __stub___lchmod
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return lchmod ();
| |   ;
| |   return 0;
| | }
| configure:10224: result: no
| configure:10128: checking for fdopendir
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| fdopendir
| collect2: ld returned 1 exit status
| configure:10190: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | /* end confdefs.h.  */
| | /* Define fdopendir to an innocuous variant, in case <limits.h> declares 
fdopendir.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define fdopendir innocuous_fdopendir
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char fdopendir (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef fdopendir
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char fdopendir ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_fdopendir || defined __stub___fdopendir
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return fdopendir ();
| |   ;
| |   return 0;
| | }
| configure:10224: result: no
| configure:10128: checking for fchdir
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for gettimeofday
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for nanotime
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| nanotime
| collect2: ld returned 1 exit status
| configure:10190: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | /* end confdefs.h.  */
| | /* Define nanotime to an innocuous variant, in case <limits.h> declares 
nanotime.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define nanotime innocuous_nanotime
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char nanotime (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef nanotime
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char nanotime ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_nanotime || defined __stub___nanotime
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return nanotime ();
| |   ;
| |   return 0;
| | }
| configure:10224: result: no
| configure:10128: checking for alarm
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for iswprint
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for mbsinit
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for iswctype
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for mbrtowc
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for mempcpy
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| mempcpy
| collect2: ld returned 1 exit status
| configure:10190: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 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:10224: result: no
| configure:10128: checking for wcrtomb
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for wcscoll
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for lstat
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for pipe
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for futimes
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| futimes
| collect2: ld returned 1 exit status
| configure:10190: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | /* end confdefs.h.  */
| | /* Define futimes to an innocuous variant, in case <limits.h> declares 
futimes.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define futimes innocuous_futimes
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char futimes (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef futimes
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char futimes ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_futimes || defined __stub___futimes
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return futimes ();
| |   ;
| |   return 0;
| | }
| configure:10224: result: no
| configure:10128: checking for futimesat
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| futimesat
| collect2: ld returned 1 exit status
| configure:10190: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | /* 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:10224: result: no
| configure:10128: checking for wcwidth
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for strerror
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for mkfifo
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10128: checking for setlocale
| configure:10184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10190: $? = 0
| configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10200: $? = 0
| configure:10207: test -s conftest
| configure:10210: $? = 0
| configure:10224: result: yes
| configure:10242: checking for d_ino member in directory struct
| configure:10271: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10277: $? = 0
| configure:10284: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10287: $? = 0
| configure:10294: test -s conftest
| configure:10297: $? = 0
| configure:10312: result: yes
| configure:10324: checking whether system is Windows or MSDOS
| configure:10353: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:93: error: `neither' undeclared (first use in this function)
| conftest.c:93: error: (Each undeclared identifier is reported only once
| conftest.c:93: error: for each function it appears in.)
| conftest.c:93: error: parse error before "MSDOS"
| configure:10359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined 
__CYGWIN__
| | neither MSDOS nor Windows
| | #endif
| |   ;
| |   return 0;
| | }
| configure:10392: result: no
| configure:10500: checking for long file names
| configure:10532: result: yes
| configure:10559: checking whether memrchr is declared
| configure:10589: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:129: error: `memrchr' undeclared (first use in this function)
| conftest.c:129: error: (Each undeclared identifier is reported only once
| conftest.c:129: error: for each function it appears in.)
| configure:10595: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef memrchr
| |   char *p = (char *) memrchr;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:10627: result: no
| configure:10650: checking for unistd.h
| configure:10656: result: yes
| configure:10814: checking for working chown
| configure:10857: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10860: $? = 0
| configure:10866: ./conftest
| configure:10869: $? = 0
| configure:10887: result: yes
| configure:10898: checking whether chown(2) dereferences symlinks
| configure:10941: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10944: $? = 0
| configure:10950: ./conftest
| configure:10953: $? = 0
| configure:10971: result: yes
| configure:10988: checking build system type
| configure:11006: result: alphaev68-dec-osf5.1b
| configure:11028: checking host system type
| configure:11043: result: alphaev68-dec-osf5.1b
| configure:11067: checking whether // is distinct from /
| configure:11096: result: no
| configure:11110: checking whether strerror_r is declared
| configure:11140: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:133: error: `strerror_r' undeclared (first use in this function)
| conftest.c:133: error: (Each undeclared identifier is reported only once
| conftest.c:133: error: for each function it appears in.)
| configure:11146: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strerror_r
| |   char *p = (char *) strerror_r;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:11178: result: no
| configure:11200: checking for strerror_r
| configure:11256: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11262: $? = 0
| configure:11269: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11272: $? = 0
| configure:11279: test -s conftest
| configure:11282: $? = 0
| configure:11296: result: yes
| configure:11306: checking whether strerror_r returns char *
| configure:11411: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11414: $? = 0
| configure:11420: ./conftest
| ./configure[11421]: 421581 Memory fault
| configure:11423: $? = 139
| configure: program exited with status 139
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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
| |     extern char *strerror_r ();
| | int
| | main ()
| | {
| | char buf[100];
| |       char x = *strerror_r (0, buf, sizeof buf);
| |       return ! isalpha (x);
| |   ;
| |   return 0;
| | }
| configure:11439: result: no
| configure:11449: checking for mbstate_t
| configure:11476: gcc -c -g -O2  conftest.c >&5
| configure:11482: $? = 0
| configure:11489: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11492: $? = 0
| configure:11499: test -s conftest.o
| configure:11502: $? = 0
| configure:11514: result: yes
| configure:11532: checking whether getcwd (NULL, 0) allocates memory for result
| configure:11570: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11573: $? = 0
| configure:11579: ./conftest
| configure:11582: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | /* end confdefs.h.  */
| | 
| | #    include <stdlib.h>
| | #    include <unistd.h>
| | #    ifndef getcwd
| |      char *getcwd ();
| | #    endif
| |      int
| |      main ()
| |      {
| |        if (chdir ("/") != 0)
| |          exit (1);
| |        else
| |          {
| |            char *f = getcwd (NULL, 0);
| |            exit (! (f && f[0] == '/' && !f[1]));
| |          }
| |      }
| configure:11598: result: no
| configure:11601: checking whether getcwd is declared
| configure:11631: gcc -c -g -O2  conftest.c >&5
| configure:11637: $? = 0
| configure:11644: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11647: $? = 0
| configure:11654: test -s conftest.o
| configure:11657: $? = 0
| configure:11669: result: yes
| configure:11687: checking whether time.h and sys/time.h may both be included
| configure:11717: gcc -c -g -O2  conftest.c >&5
| configure:11723: $? = 0
| configure:11730: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11733: $? = 0
| configure:11740: test -s conftest.o
| configure:11743: $? = 0
| configure:11755: result: yes
| configure:11784: checking for struct timespec
| configure:11821: gcc -c -g -O2  conftest.c >&5
| configure:11827: $? = 0
| configure:11834: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11837: $? = 0
| configure:11844: test -s conftest.o
| configure:11847: $? = 0
| configure:11860: result: yes
| configure:11874: checking whether nanosleep is declared
| configure:11905: gcc -c -g -O2  conftest.c >&5
| configure:11911: $? = 0
| configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11921: $? = 0
| configure:11928: test -s conftest.o
| configure:11931: $? = 0
| configure:11943: result: yes
| configure:11967: checking for compound literals
| configure:11994: gcc -c -g -O2  conftest.c >&5
| configure:12000: $? = 0
| configure:12007: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12010: $? = 0
| configure:12017: test -s conftest.o
| configure:12020: $? = 0
| configure:12032: result: yes
| configure:12042: checking whether struct tm is in sys/time.h or time.h
| configure:12070: gcc -c -g -O2  conftest.c >&5
| configure:12076: $? = 0
| configure:12083: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12086: $? = 0
| configure:12093: test -s conftest.o
| configure:12096: $? = 0
| configure:12108: result: time.h
| configure:12119: checking for struct tm.tm_gmtoff
| configure:12148: gcc -c -g -O2  conftest.c >&5
| configure:12154: $? = 0
| configure:12161: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12164: $? = 0
| configure:12171: test -s conftest.o
| configure:12174: $? = 0
| configure:12246: result: yes
| configure:12257: checking whether getdelim is declared
| configure:12287: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:142: error: `getdelim' undeclared (first use in this function)
| conftest.c:142: error: (Each undeclared identifier is reported only once
| conftest.c:142: error: for each function it appears in.)
| configure:12293: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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:12325: result: no
| configure:12863: checking for unsigned long long int
| configure:12894: gcc -o conftest -g -O2   conftest.c  >&5
| configure:12900: $? = 0
| configure:12907: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12910: $? = 0
| configure:12917: test -s conftest
| configure:12920: $? = 0
| configure:12933: result: yes
| configure:13234: checking sys/inttypes.h usability
| configure:13251: gcc -c -g -O2  conftest.c >&5
| conftest.c:140:26: sys/inttypes.h: No such file or directory
| configure:13257: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 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/inttypes.h>
| configure:13288: result: no
| configure:13292: checking sys/inttypes.h presence
| configure:13307: gcc -E  conftest.c
| conftest.c:107:26: sys/inttypes.h: No such file or directory
| configure:13313: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | /* end confdefs.h.  */
| | #include <sys/inttypes.h>
| configure:13334: result: no
| configure:13367: checking for sys/inttypes.h
| configure:13375: result: no
| configure:13234: checking sys/bitypes.h usability
| configure:13251: gcc -c -g -O2  conftest.c >&5
| configure:13257: $? = 0
| configure:13264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13267: $? = 0
| configure:13274: test -s conftest.o
| configure:13277: $? = 0
| configure:13288: result: yes
| configure:13292: checking sys/bitypes.h presence
| configure:13307: gcc -E  conftest.c
| configure:13313: $? = 0
| configure:13334: result: yes
| configure:13367: checking for sys/bitypes.h
| configure:13375: result: yes
| configure:13410: checking for bit size of ptrdiff_t
| configure:13849: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13852: $? = 0
| configure:13858: ./conftest
| configure:13861: $? = 0
| configure:13879: result: 64
| configure:13410: checking for bit size of sig_atomic_t
| configure:13849: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13852: $? = 0
| configure:13858: ./conftest
| configure:13861: $? = 0
| configure:13879: result: 32
| configure:13410: checking for bit size of size_t
| configure:13849: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13852: $? = 0
| configure:13858: ./conftest
| configure:13861: $? = 0
| configure:13879: result: 64
| configure:13410: checking for bit size of wchar_t
| configure:13849: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13852: $? = 0
| configure:13858: ./conftest
| configure:13861: $? = 0
| configure:13879: result: 32
| configure:13410: checking for bit size of wint_t
| configure:13849: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13852: $? = 0
| configure:13858: ./conftest
| configure:13861: $? = 0
| configure:13879: result: 32
| configure:13900: checking whether sig_atomic_t is signed
| configure:13937: gcc -c -g -O2  conftest.c >&5
| configure:13943: $? = 0
| configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13953: $? = 0
| configure:13960: test -s conftest.o
| configure:13963: $? = 0
| configure:13978: result: yes
| configure:13900: checking whether wchar_t is signed
| configure:13937: gcc -c -g -O2  conftest.c >&5
| conftest.c:125: error: size of array `verify' is negative
| configure:13943: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |             int verify[2 * ((wchar_t) -1 < (wchar_t) 0) - 1];
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:13978: result: no
| configure:13900: checking whether wint_t is signed
| configure:13937: gcc -c -g -O2  conftest.c >&5
| conftest.c:125: error: size of array `verify' is negative
| configure:13943: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |             int verify[2 * ((wint_t) -1 < (wint_t) 0) - 1];
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:13978: result: no
| configure:14004: checking for ptrdiff_t integer literal suffix
| configure:14060: gcc -c -g -O2  conftest.c >&5
| conftest.c:126: error: conflicting types for `foo'
| conftest.c:125: error: previous declaration of `foo'
| configure:14066: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |           extern ptrdiff_t foo;
| |           extern int foo;
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:14060: gcc -c -g -O2  conftest.c >&5
| configure:14066: $? = 0
| configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14076: $? = 0
| configure:14083: test -s conftest.o
| configure:14086: $? = 0
| configure:14102: result: l
| configure:14004: checking for sig_atomic_t integer literal suffix
| configure:14060: gcc -c -g -O2  conftest.c >&5
| configure:14066: $? = 0
| configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14076: $? = 0
| configure:14083: test -s conftest.o
| configure:14086: $? = 0
| configure:14102: result: 
| configure:14004: checking for size_t integer literal suffix
| configure:14060: gcc -c -g -O2  conftest.c >&5
| conftest.c:128: error: conflicting types for `foo'
| conftest.c:127: error: previous declaration of `foo'
| configure:14066: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |           extern size_t foo;
| |           extern unsigned int foo;
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:14060: gcc -c -g -O2  conftest.c >&5
| configure:14066: $? = 0
| configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14076: $? = 0
| configure:14083: test -s conftest.o
| configure:14086: $? = 0
| configure:14102: result: ul
| configure:14004: checking for wchar_t integer literal suffix
| configure:14060: gcc -c -g -O2  conftest.c >&5
| configure:14066: $? = 0
| configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14076: $? = 0
| configure:14083: test -s conftest.o
| configure:14086: $? = 0
| configure:14102: result: u
| configure:14004: checking for wint_t integer literal suffix
| configure:14060: gcc -c -g -O2  conftest.c >&5
| configure:14066: $? = 0
| configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14076: $? = 0
| configure:14083: test -s conftest.o
| configure:14086: $? = 0
| configure:14102: result: u
| configure:14126: checking for inttypes.h
| configure:14132: result: yes
| configure:14291: checking whether the inttypes.h PRIxNN macros are broken
| configure:14322: gcc -c -g -O2  conftest.c >&5
| configure:14328: $? = 0
| configure:14335: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14338: $? = 0
| configure:14345: test -s conftest.o
| configure:14348: $? = 0
| configure:14361: result: no
| configure:14376: checking whether imaxabs is declared
| configure:14406: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:157: error: `imaxabs' undeclared (first use in this function)
| conftest.c:157: error: (Each undeclared identifier is reported only once
| conftest.c:157: error: for each function it appears in.)
| configure:14412: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #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:14444: result: no
| configure:14462: checking whether imaxdiv is declared
| configure:14492: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:158: error: `imaxdiv' undeclared (first use in this function)
| conftest.c:158: error: (Each undeclared identifier is reported only once
| conftest.c:158: error: for each function it appears in.)
| configure:14498: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #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:14530: result: no
| configure:14548: checking whether strtoimax is declared
| configure:14578: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:159: error: `strtoimax' undeclared (first use in this function)
| conftest.c:159: error: (Each undeclared identifier is reported only once
| conftest.c:159: error: for each function it appears in.)
| configure:14584: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strtoimax
| |   char *p = (char *) strtoimax;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14616: result: no
| configure:14634: checking whether strtoumax is declared
| configure:14664: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:160: error: `strtoumax' undeclared (first use in this function)
| conftest.c:160: error: (Each undeclared identifier is reported only once
| conftest.c:160: error: for each function it appears in.)
| configure:14670: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strtoumax
| |   char *p = (char *) strtoumax;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14702: result: no
| configure:14722: checking whether lchown is declared
| configure:14752: gcc -c -g -O2  conftest.c >&5
| configure:14758: $? = 0
| configure:14765: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14768: $? = 0
| configure:14775: test -s conftest.o
| configure:14778: $? = 0
| configure:14790: result: yes
| configure:14809: checking for nl_langinfo and CODESET
| configure:14835: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14841: $? = 0
| configure:14848: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14851: $? = 0
| configure:14858: test -s conftest
| configure:14861: $? = 0
| configure:14875: result: yes
| configure:14886: checking whether we are using the GNU C Library 2.1 or newer
| conftest.c:127:22: features.h: No such file or directory
| configure:14917: result: no
| configure:14923: checking whether lstat dereferences a symlink specified with 
a trailing slash
| configure:14959: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14962: $? = 0
| configure:14968: ./conftest
| configure:14971: $? = 0
| configure:14994: result: yes
| configure:15011: checking whether mbrtowc and mbstate_t are properly declared
| configure:15041: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15047: $? = 0
| configure:15054: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15057: $? = 0
| configure:15064: test -s conftest
| configure:15067: $? = 0
| configure:15080: result: yes
| configure:15094: checking whether <limits.h> defines MIN and MAX
| configure:15121: gcc -c -g -O2  conftest.c >&5
| conftest.c:129: error: initializer element is not constant
| configure:15127: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define 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:15159: result: no
| configure:15174: checking whether <sys/param.h> defines MIN and MAX
| configure:15201: gcc -c -g -O2  conftest.c >&5
| configure:15207: $? = 0
| configure:15214: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15217: $? = 0
| configure:15224: test -s conftest.o
| configure:15227: $? = 0
| configure:15239: result: yes
| configure:15268: checking for working mktime
| configure:15477: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15480: $? = 0
| configure:15486: ./conftest
| configure:15489: $? = 0
| configure:15505: result: yes
| configure:15525: checking whether strdup is declared
| configure:15555: gcc -c -g -O2  conftest.c >&5
| configure:15561: $? = 0
| configure:15568: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15571: $? = 0
| configure:15578: test -s conftest.o
| configure:15581: $? = 0
| configure:15593: result: yes
| configure:15611: checking whether strndup is declared
| configure:15641: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:167: error: `strndup' undeclared (first use in this function)
| conftest.c:167: error: (Each undeclared identifier is reported only once
| conftest.c:167: error: for each function it appears in.)
| configure:15647: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strndup
| |   char *p = (char *) strndup;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:15679: result: no
| configure:15697: checking whether strnlen is declared
| configure:15727: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:168: error: `strnlen' undeclared (first use in this function)
| conftest.c:168: error: (Each undeclared identifier is reported only once
| conftest.c:168: error: for each function it appears in.)
| configure:15733: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | /* end confdefs.h.  */
| | #include <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:15765: result: no
| configure:15791: checking whether utime accepts a null argument
| configure:15827: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15830: $? = 0
| configure:15836: ./conftest
| configure:15839: $? = 0
| configure:15855: result: yes
| configure:15878: checking for struct utimbuf
| configure:15918: gcc -c -g -O2  conftest.c >&5
| configure:15924: $? = 0
| configure:15931: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15934: $? = 0
| configure:15941: test -s conftest.o
| configure:15944: $? = 0
| configure:15957: result: yes
| configure:15969: checking determine whether the utimes function works
| configure:16042: gcc -o conftest -g -O2   conftest.c  >&5
| configure:16045: $? = 0
| configure:16051: ./conftest
| configure:16054: $? = 0
| configure:16070: result: yes
| configure:16087: checking for EOVERFLOW
| configure:16540: gcc -o conftest -g -O2   conftest.c  >&5
| configure:16543: $? = 0
| configure:16549: ./conftest
| configure:16552: $? = 0
| configure:16570: result: 103
| configure:16583: checking for wchar_t
| configure:16610: gcc -c -g -O2  conftest.c >&5
| configure:16616: $? = 0
| configure:16623: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16626: $? = 0
| configure:16633: test -s conftest.o
| configure:16636: $? = 0
| configure:16648: result: yes
| configure:16659: checking for wint_t
| configure:16686: gcc -c -g -O2  conftest.c >&5
| configure:16692: $? = 0
| configure:16699: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16702: $? = 0
| configure:16709: test -s conftest.o
| configure:16712: $? = 0
| configure:16724: result: yes
| configure:16735: checking for inttypes.h
| configure:16762: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:143: error: `uintmax_t' undeclared (first use in this function)
| conftest.c:143: error: (Each undeclared identifier is reported only once
| conftest.c:143: error: for each function it appears in.)
| conftest.c:143: error: parse error before "i"
| conftest.c:143: error: `i' undeclared (first use in this function)
| configure:16768: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <inttypes.h>
| | int
| | main ()
| | {
| | uintmax_t i = (uintmax_t) -1; return !i;
| |   ;
| |   return 0;
| | }
| configure:16800: result: no
| configure:16811: checking for stdint.h
| configure:16838: gcc -c -g -O2  conftest.c >&5
| conftest.c:139:20: stdint.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:143: error: `uintmax_t' undeclared (first use in this function)
| conftest.c:143: error: (Each undeclared identifier is reported only once
| conftest.c:143: error: for each function it appears in.)
| conftest.c:143: error: parse error before "i"
| conftest.c:143: error: `i' undeclared (first use in this function)
| configure:16844: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <stdint.h>
| | int
| | main ()
| | {
| | uintmax_t i = (uintmax_t) -1; return !i;
| |   ;
| |   return 0;
| | }
| configure:16876: result: no
| configure:16900: checking for intmax_t
| configure:16935: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:152: error: `intmax_t' undeclared (first use in this function)
| conftest.c:152: error: (Each undeclared identifier is reported only once
| conftest.c:152: error: for each function it appears in.)
| conftest.c:152: error: parse error before "x"
| conftest.c:152: error: `x' undeclared (first use in this function)
| configure:16941: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | /* end confdefs.h.  */
| | 
| | #include <stddef.h>
| | #include <stdlib.h>
| | #if HAVE_STDINT_H_WITH_UINTMAX
| | #include <stdint.h>
| | #endif
| | #if HAVE_INTTYPES_H_WITH_UINTMAX
| | #include <inttypes.h>
| | #endif
| | 
| | int
| | main ()
| | {
| | intmax_t x = -1; return !x;
| |   ;
| |   return 0;
| | }
| configure:16973: result: no
| configure:16993: checking whether vsnprintf is declared
| configure:17023: gcc -c -g -O2  conftest.c >&5
| configure:17029: $? = 0
| configure:17036: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17039: $? = 0
| configure:17046: test -s conftest.o
| configure:17049: $? = 0
| configure:17061: result: yes
| configure:17110: checking for alloca as a compiler built-in
| configure:17138: result: yes
| configure:17175: checking whether program_invocation_name is declared
| configure:17206: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:149: error: `program_invocation_name' undeclared (first use in 
this function)
| conftest.c:149: error: (Each undeclared identifier is reported only once
| conftest.c:149: error: for each function it appears in.)
| configure:17212: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | /* end confdefs.h.  */
| | #include <errno.h>
| | 
| | int
| | main ()
| | {
| | #ifndef program_invocation_name
| |   char *p = (char *) program_invocation_name;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:17244: result: no
| configure:17260: checking whether program_invocation_short_name is declared
| configure:17291: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:150: error: `program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:150: error: (Each undeclared identifier is reported only once
| conftest.c:150: error: for each function it appears in.)
| configure:17297: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | /* end confdefs.h.  */
| | #include <errno.h>
| | 
| | int
| | main ()
| | {
| | #ifndef program_invocation_short_name
| |   char *p = (char *) program_invocation_short_name;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:17329: result: no
| configure:17350: checking whether program_invocation_name is defined
| configure:17373: gcc -c -g -O2  conftest.c >&5
| conftest.c:145:18: argp.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:149: error: `program_invocation_name' undeclared (first use in 
this function)
| conftest.c:149: error: (Each undeclared identifier is reported only once
| conftest.c:149: error: for each function it appears in.)
| configure:17379: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_name = "test";
| |   ;
| |   return 0;
| | }
| configure:17412: result: no
| configure:17418: checking whether program_invocation_short_name is defined
| configure:17441: gcc -c -g -O2  conftest.c >&5
| conftest.c:145:18: argp.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:149: error: `program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:149: error: (Each undeclared identifier is reported only once
| conftest.c:149: error: for each function it appears in.)
| configure:17447: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_short_name = "test";
| |   ;
| |   return 0;
| | }
| configure:17480: result: no
| configure:17569: checking whether this system has an arbitrary file name 
length limit
| configure:17595: result: yes
| configure:17628: checking for mempcpy
| configure:17724: result: no
| configure:17766: checking for openat
| configure:17822: gcc -o conftest -g -O2   conftest.c  >&5
| openat
| collect2: ld returned 1 exit status
| configure:17828: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | /* Define openat to an innocuous variant, in case <limits.h> declares 
openat.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define openat innocuous_openat
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char openat (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef openat
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char openat ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_openat || defined __stub___openat
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return openat ();
| |   ;
| |   return 0;
| | }
| configure:17862: result: no
| configure:17900: checking for memrchr
| configure:17956: gcc -o conftest -g -O2   conftest.c  >&5
| memrchr
| collect2: ld returned 1 exit status
| configure:17962: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | /* end confdefs.h.  */
| | /* Define memrchr to an innocuous variant, in case <limits.h> declares 
memrchr.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define memrchr innocuous_memrchr
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char memrchr (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef memrchr
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char memrchr ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_memrchr || defined __stub___memrchr
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return memrchr ();
| |   ;
| |   return 0;
| | }
| configure:17996: result: no
| configure:18155: checking for library containing clock_gettime
| configure:18196: gcc -o conftest -g -O2   conftest.c  >&5
| clock_gettime
| collect2: ld returned 1 exit status
| configure:18202: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char clock_gettime ();
| | int
| | main ()
| | {
| | return clock_gettime ();
| |   ;
| |   return 0;
| | }
| configure:18196: gcc -o conftest -g -O2   conftest.c -lrt   >&5
| configure:18202: $? = 0
| configure:18209: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18212: $? = 0
| configure:18219: test -s conftest
| configure:18222: $? = 0
| configure:18246: result: -lrt
| configure:18261: checking for clock_gettime
| configure:18317: gcc -o conftest -g -O2   conftest.c -lrt  >&5
| configure:18323: $? = 0
| configure:18330: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18333: $? = 0
| configure:18340: test -s conftest
| configure:18343: $? = 0
| configure:18357: result: yes
| configure:18261: checking for clock_settime
| configure:18317: gcc -o conftest -g -O2   conftest.c -lrt  >&5
| configure:18323: $? = 0
| configure:18330: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18333: $? = 0
| configure:18340: test -s conftest
| configure:18343: $? = 0
| configure:18357: result: yes
| configure:18384: checking for d_ino member in directory struct
| configure:18454: result: yes
| configure:18475: checking for error_at_line
| configure:18501: gcc -o conftest -g -O2   conftest.c  >&5
| error_at_line
| collect2: ld returned 1 exit status
| configure:18507: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | error_at_line (0, 0, "", 0, "");
| |   ;
| |   return 0;
| | }
| configure:18540: result: no
| configure:18560: checking for working fcntl.h
| configure:18626: gcc -o conftest -g -O2   conftest.c  >&5
| configure:18629: $? = 0
| configure:18635: ./conftest
| configure:18638: $? = 64
| configure: program exited with status 64
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |        #include <sys/stat.h>
| |        #include <unistd.h>
| |        #include <fcntl.h>
| |        #ifndef O_NOATIME
| |         #define O_NOATIME 0
| |        #endif
| |        #ifndef O_NOFOLLOW
| |         #define O_NOFOLLOW 0
| |        #endif
| |        static int const constants[] =
| |         {
| |           O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
| |           O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
| |         };
| | 
| | int
| | main ()
| | {
| | 
| |         int status = !constants;
| |         {
| |           static char const sym[] = "conftest.sym";
| |           if (symlink (".", sym) != 0
| |               || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0)
| |             status |= 32;
| |         }
| |         {
| |           static char const file[] = "confdefs.h";
| |           int fd = open (file, O_RDONLY | O_NOATIME);
| |           char c;
| |           struct stat st0, st1;
| |           if (fd < 0
| |               || fstat (fd, &st0) != 0
| |               || sleep (1) != 0
| |               || read (fd, &c, 1) != 1
| |               || close (fd) != 0
| |               || stat (file, &st1) != 0
| |               || st0.st_atime != st1.st_atime)
| |             status |= 64;
| |         }
| |         return status;
| |   ;
| |   return 0;
| | }
| configure:18659: result: no (bad O_NOATIME)
| configure:18682: checking absolute name of <fcntl.h>
| configure:18706: result: ///usr/include/fcntl.h
| configure:18728: checking for struct stat.st_blocks
| configure:18756: gcc -c -g -O2  conftest.c >&5
| configure:18762: $? = 0
| configure:18769: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18772: $? = 0
| configure:18779: test -s conftest.o
| configure:18782: $? = 0
| configure:18853: result: yes
| configure:18888: checking for working GNU fnmatch
| configure:18940: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function `main':
| conftest.c:178: error: `FNM_CASEFOLD' undeclared (first use in this function)
| conftest.c:178: error: (Each undeclared identifier is reported only once
| conftest.c:178: error: for each function it appears in.)
| conftest.c:179: error: `FNM_EXTMATCH' undeclared (first use in this function)
| conftest.c:180: error: `FNM_FILE_NAME' undeclared (first use in this function)
| conftest.c:181: error: `FNM_LEADING_DIR' undeclared (first use in this 
function)
| configure:18943: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | /* end confdefs.h.  */
| | 
| | #      include <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:18968: result: no
| configure:18973: checking whether isblank is declared
| configure:19004: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:162: error: `isblank' undeclared (first use in this function)
| conftest.c:162: error: (Each undeclared identifier is reported only once
| conftest.c:162: error: for each function it appears in.)
| configure:19010: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | /* end confdefs.h.  */
| | #include <ctype.h>
| | 
| | int
| | main ()
| | {
| | #ifndef isblank
| |   char *p = (char *) isblank;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:19042: result: no
| configure:19070: checking for btowc
| configure:19126: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19132: $? = 0
| configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19142: $? = 0
| configure:19149: test -s conftest
| configure:19152: $? = 0
| configure:19166: result: yes
| configure:19070: checking for iswctype
| configure:19166: result: yes
| configure:19070: checking for mbsrtowcs
| configure:19126: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19132: $? = 0
| configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19142: $? = 0
| configure:19149: test -s conftest
| configure:19152: $? = 0
| configure:19166: result: yes
| configure:19070: checking for mempcpy
| configure:19166: result: no
| configure:19070: checking for wmemchr
| configure:19126: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19132: $? = 0
| configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19142: $? = 0
| configure:19149: test -s conftest
| configure:19152: $? = 0
| configure:19166: result: yes
| configure:19070: checking for wmemcpy
| configure:19126: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19132: $? = 0
| configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19142: $? = 0
| configure:19149: test -s conftest
| configure:19152: $? = 0
| configure:19166: result: yes
| configure:19070: checking for wmempcpy
| configure:19126: gcc -o conftest -g -O2   conftest.c  >&5
| wmempcpy
| collect2: ld returned 1 exit status
| configure:19132: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | /* end confdefs.h.  */
| | /* Define wmempcpy to an innocuous variant, in case <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:19166: result: no
| configure:19182: checking for wchar.h
| configure:19188: result: yes
| configure:19182: checking for wctype.h
| configure:19188: result: yes
| configure:19372: checking for __fpending
| configure:19428: gcc -o conftest -g -O2   conftest.c  >&5
| __fpending
| collect2: ld returned 1 exit status
| configure:19434: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | /* Define __fpending to an innocuous variant, in case <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:19468: result: no
| configure:19486: checking whether __fpending is declared
| configure:19517: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:176: error: `__fpending' undeclared (first use in this function)
| conftest.c:176: error: (Each undeclared identifier is reported only once
| conftest.c:176: error: for each function it appears in.)
| configure:19523: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | 
| | #     include <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:19555: result: no
| configure:19574: checking how to determine the number of pending output bytes 
on a stream
| configure:19632: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:171: error: structure has no member named `_IO_write_ptr'
| conftest.c:171: error: structure has no member named `_IO_write_base'
| configure:19638: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | 
| | int
| | main ()
| | {
| | FILE *fp = stdin; (void) (fp->_IO_write_ptr - fp->_IO_write_base);
| |   ;
| |   return 0;
| | }
| configure:19632: gcc -c -g -O2  conftest.c >&5
| configure:19638: $? = 0
| configure:19645: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19648: $? = 0
| configure:19655: test -s conftest.o
| configure:19658: $? = 0
| configure:19677: result: fp->_ptr - fp->_base
| configure:19691: checking for ftruncate
| configure:19747: gcc -o conftest -g -O2   conftest.c  >&5
| configure:19753: $? = 0
| configure:19760: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19763: $? = 0
| configure:19770: test -s conftest
| configure:19773: $? = 0
| configure:19787: result: yes
| configure:20432: checking for struct tm.tm_zone
| configure:20463: gcc -c -g -O2  conftest.c >&5
| configure:20469: $? = 0
| configure:20476: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20479: $? = 0
| configure:20486: test -s conftest.o
| configure:20489: $? = 0
| configure:20563: result: yes
| configure:20759: checking for getdelim
| configure:20815: gcc -o conftest -g -O2   conftest.c  >&5
| getdelim
| collect2: ld returned 1 exit status
| configure:20821: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #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:20855: result: no
| configure:20879: checking for flockfile
| configure:20975: result: yes
| configure:20879: checking for funlockfile
| configure:20975: result: yes
| configure:20991: checking whether getline is declared
| configure:21021: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:210: error: `getline' undeclared (first use in this function)
| conftest.c:210: error: (Each undeclared identifier is reported only once
| conftest.c:210: error: for each function it appears in.)
| configure:21027: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #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:21059: result: no
| configure:21079: checking for getline
| configure:21135: gcc -o conftest -g -O2   conftest.c  >&5
| getline
| collect2: ld returned 1 exit status
| configure:21141: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #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:21174: result: no
| configure:21293: checking for getdelim
| configure:21389: result: no
| configure:21413: checking for flockfile
| configure:21509: result: yes
| configure:21413: checking for funlockfile
| configure:21509: result: yes
| configure:21572: checking OS.h usability
| configure:21589: gcc -c -g -O2  conftest.c >&5
| conftest.c:211:16: OS.h: No such file or directory
| configure:21595: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #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:21626: result: no
| configure:21630: checking OS.h presence
| configure:21645: gcc -E  conftest.c
| conftest.c:178:16: OS.h: No such file or directory
| configure:21651: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #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:21672: result: no
| configure:21705: checking for OS.h
| configure:21713: result: no
| configure:21730: checking for getpagesize
| configure:21786: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21792: $? = 0
| configure:21799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21802: $? = 0
| configure:21809: test -s conftest
| configure:21812: $? = 0
| configure:21826: result: yes
| configure:21854: checking whether gettimeofday clobbers localtime buffer
| configure:21908: gcc -o conftest -g -O2   conftest.c  >&5
| configure:21911: $? = 0
| configure:21917: ./conftest
| configure:21920: $? = 0
| configure:21937: result: no
| configure:21976: checking whether the compiler generally respects inline
| configure:22007: gcc -c -g -O2  conftest.c >&5
| configure:22013: $? = 0
| configure:22020: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22023: $? = 0
| configure:22030: test -s conftest.o
| configure:22033: $? = 0
| configure:22047: result: yes
| configure:22092: checking whether inttypes.h conforms to C99
| configure:22263: result: no
| configure:22270: checking absolute name of <inttypes.h>
| configure:22294: result: ///usr/include/inttypes.h
| configure:22426: checking for lchown
| configure:22482: gcc -o conftest -g -O2   conftest.c  >&5
| configure:22488: $? = 0
| configure:22495: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22498: $? = 0
| configure:22505: test -s conftest
| configure:22508: $? = 0
| configure:22522: result: yes
| configure:22554: checking for stdlib.h
| configure:22560: result: yes
| configure:22718: checking for GNU libc compatible malloc
| configure:22780: result: no
| configure:22823: checking for iswcntrl
| configure:22879: gcc -o conftest -g -O2   conftest.c  >&5
| configure:22885: $? = 0
| configure:22892: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22895: $? = 0
| configure:22902: test -s conftest
| configure:22905: $? = 0
| configure:22919: result: yes
| configure:22941: checking for memchr
| configure:22997: gcc -o conftest -g -O2   conftest.c  >&5
| configure:23003: $? = 0
| configure:23010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23013: $? = 0
| configure:23020: test -s conftest
| configure:23023: $? = 0
| configure:23037: result: yes
| configure:23231: checking for mempcpy
| configure:23327: result: no
| configure:23357: checking for memrchr
| configure:23453: result: no
| configure:23474: checking for memset
| configure:23530: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:210: warning: conflicting types for built-in function `memset'
| configure:23536: $? = 0
| configure:23543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23546: $? = 0
| configure:23553: test -s conftest
| configure:23556: $? = 0
| configure:23570: result: yes
| configure:23596: checking for mkdtemp
| configure:23652: gcc -o conftest -g -O2   conftest.c  >&5
| configure:23658: $? = 0
| configure:23665: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23668: $? = 0
| configure:23675: test -s conftest
| configure:23678: $? = 0
| configure:23692: result: yes
| configure:23723: checking for obstacks
| configure:23749: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:189:21: obstack.h: No such file or directory
| configure:23755: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | /* end confdefs.h.  */
| | #include "obstack.h"
| | int
| | main ()
| | {
| | struct obstack *mem; obstack_free(mem,(char *) 0)
| |   ;
| |   return 0;
| | }
| configure:23788: result: no
| configure:23824: checking for openat
| configure:23920: result: no
| configure:23969: checking for mbstate_t
| configure:24034: result: yes
| configure:24050: checking whether mbrtowc and mbstate_t are properly declared
| configure:24119: result: yes
| configure:24154: checking for working re_compile_pattern
| configure:24282: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function `main':
| conftest.c: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:252: 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
| conftest.c:317: error: `REG_STARTEND' undeclared (first use in this function)
| conftest.c:234: error: storage size of `regex' isn't known
| configure:24285: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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:24310: result: no
| configure:24431: checking whether isblank is declared
| configure:24500: result: no
| configure:24526: checking for rmdir
| configure:24582: gcc -o conftest -g -O2   conftest.c  >&5
| configure:24588: $? = 0
| configure:24595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24598: $? = 0
| configure:24605: test -s conftest
| configure:24608: $? = 0
| configure:24622: result: yes
| configure:24640: checking for rpmatch
| configure:24696: gcc -o conftest -g -O2   conftest.c  >&5
| configure:24702: $? = 0
| configure:24709: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24712: $? = 0
| configure:24719: test -s conftest
| configure:24722: $? = 0
| configure:24736: result: yes
| configure:24786: checking for setenv
| configure:24842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:24848: $? = 0
| configure:24855: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24858: $? = 0
| configure:24865: test -s conftest
| configure:24868: $? = 0
| configure:24882: result: yes
| configure:24786: checking for unsetenv
| configure:24842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:24848: $? = 0
| configure:24855: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24858: $? = 0
| configure:24865: test -s conftest
| configure:24868: $? = 0
| configure:24882: result: yes
| configure:25352: checking for unsetenv() return type
| configure:25388: gcc -c -g -O2  conftest.c >&5
| configure:25394: $? = 0
| configure:25401: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25404: $? = 0
| configure:25411: test -s conftest.o
| configure:25414: $? = 0
| configure:25426: result: int
| configure:25438: checking for ssize_t
| configure:25503: result: yes
| configure:25517: checking for struct stat.st_atim.tv_nsec
| configure:25547: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atim'
| configure:25553: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 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:25605: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atim'
| configure:25611: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 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:25646: result: no
| configure:25745: checking for struct stat.st_atimespec.tv_nsec
| configure:25775: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atimespec'
| configure:25781: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |     #include <sys/stat.h>
| | 
| | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atimespec.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:25833: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atimespec'
| configure:25839: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |     #include <sys/stat.h>
| | 
| | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_atimespec.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:25874: result: no
| configure:25884: checking for struct stat.st_atimensec
| configure:25914: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atimensec'
| configure:25920: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |        #include <sys/stat.h>
| | 
| | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atimensec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:25972: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atimensec'
| configure:25978: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |        #include <sys/stat.h>
| | 
| | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_atimensec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:26013: result: no
| configure:26023: checking for struct stat.st_atim.st__tim.tv_nsec
| configure:26053: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atim'
| configure:26059: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |           #include <sys/stat.h>
| | 
| | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atim.st__tim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:26111: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:220: error: structure has no member named `st_atim'
| configure:26117: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 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.st__tim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:26152: result: no
| configure:26162: checking for struct stat.st_spare1
| configure:26192: gcc -c -g -O2  conftest.c >&5
| configure:26198: $? = 0
| configure:26205: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26208: $? = 0
| configure:26215: test -s conftest.o
| configure:26218: $? = 0
| configure:26291: result: yes
| configure:26312: checking for va_copy
| configure:26343: gcc -c -g -O2  conftest.c >&5
| configure:26349: $? = 0
| configure:26356: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26359: $? = 0
| configure:26366: test -s conftest.o
| configure:26369: $? = 0
| configure:26382: result: yes
| configure:26767: checking for sys/inttypes.h
| configure:26773: result: no
| configure:26767: checking for sys/bitypes.h
| configure:26773: result: yes
| configure:26953: checking for bit size of ptrdiff_t
| configure:27422: result: 64
| configure:26953: checking for bit size of sig_atomic_t
| configure:27422: result: 32
| configure:26953: checking for bit size of size_t
| configure:27422: result: 64
| configure:26953: checking for bit size of wchar_t
| configure:27422: result: 32
| configure:26953: checking for bit size of wint_t
| configure:27422: result: 32
| configure:27443: checking whether sig_atomic_t is signed
| configure:27521: result: yes
| configure:27443: checking whether wchar_t is signed
| configure:27521: result: no
| configure:27443: checking whether wint_t is signed
| configure:27521: result: no
| configure:27547: checking for ptrdiff_t integer literal suffix
| configure:27645: result: l
| configure:27547: checking for sig_atomic_t integer literal suffix
| configure:27645: result: 
| configure:27547: checking for size_t integer literal suffix
| configure:27645: result: ul
| configure:27547: checking for wchar_t integer literal suffix
| configure:27645: result: u
| configure:27547: checking for wint_t integer literal suffix
| configure:27645: result: u
| configure:27670: checking for stpcpy
| configure:27726: gcc -o conftest -g -O2   conftest.c  >&5
| stpcpy
| collect2: ld returned 1 exit status
| configure:27732: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | /* 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:27766: result: no
| configure:27797: checking for strncasecmp
| configure:27853: gcc -o conftest -g -O2   conftest.c  >&5
| configure:27859: $? = 0
| configure:27866: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27869: $? = 0
| configure:27876: test -s conftest
| configure:27879: $? = 0
| configure:27893: result: yes
| configure:27905: checking whether strncasecmp is declared
| configure:27935: gcc -c -g -O2  conftest.c >&5
| configure:27941: $? = 0
| configure:27948: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27951: $? = 0
| configure:27958: test -s conftest.o
| configure:27961: $? = 0
| configure:27973: result: yes
| configure:28005: checking for strchrnul
| configure:28061: gcc -o conftest -g -O2   conftest.c  >&5
| strchrnul
| collect2: ld returned 1 exit status
| configure:28067: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | /* end confdefs.h.  */
| | /* Define strchrnul to an innocuous variant, in case <limits.h> declares 
strchrnul.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strchrnul innocuous_strchrnul
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strchrnul (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strchrnul
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char strchrnul ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_strchrnul || defined __stub___strchrnul
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strchrnul ();
| |   ;
| |   return 0;
| | }
| configure:28101: result: no
| configure:28122: checking for strdup
| configure:28178: gcc -o conftest -g -O2   conftest.c  >&5
| configure:28184: $? = 0
| configure:28191: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28194: $? = 0
| configure:28201: test -s conftest
| configure:28204: $? = 0
| configure:28218: result: yes
| configure:28245: checking for working strndup
| configure:28405: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c: In function `main':
| conftest.c:240: warning: assignment makes pointer from integer without a cast
| conftest.c:242: warning: assignment makes pointer from integer without a cast
| strndup
| collect2: ld returned 1 exit status
| configure:28408: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | 
| |        /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | /* end confdefs.h.  */
| | #include <string.h>
| |                     #include <stdlib.h>
| | int
| | main ()
| | {
| | 
| | #ifndef HAVE_DECL_STRNDUP
| |   extern char *strndup (const char *, size_t);
| | #endif
| |   char *s;
| |   s = strndup ("some longer string", 15);
| |   free (s);
| |   s = strndup ("shorter string", 13);
| |   return s[13] != '\0';
| |   ;
| |   return 0;
| | }
| configure:28433: result: no
| configure:28449: checking for working strnlen
| configure:28493: gcc -o conftest -g -O2   conftest.c  >&5
| strnlen
| collect2: ld returned 1 exit status
| configure:28496: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | 
| | #define S "foobar"
| | #define S_LEN (sizeof S - 1)
| | 
| |   /* At least one implementation is buggy: that of AIX 4.3 would
| |      give strnlen (S, 1) == 3.  */
| | 
| |   int i;
| |   for (i = 0; i < S_LEN + 1; ++i)
| |     {
| |       int expected = i <= S_LEN ? i : S_LEN;
| |       if (strnlen (S, i) != expected)
| |     return 1;
| |     }
| |   return 0;
| | 
| |   ;
| |   return 0;
| | }
| configure:28521: result: no
| configure:28547: checking whether <inttypes.h> defines strtoimax as a macro
| configure:28572: result: no
| configure:28580: checking for strtoimax
| configure:28636: gcc -o conftest -g -O2   conftest.c  >&5
| strtoimax
| collect2: ld returned 1 exit status
| configure:28642: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | /* end confdefs.h.  */
| | /* Define strtoimax to an innocuous variant, in case <limits.h> declares 
strtoimax.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strtoimax innocuous_strtoimax
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strtoimax (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strtoimax
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char strtoimax ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_strtoimax || defined __stub___strtoimax
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strtoimax ();
| |   ;
| |   return 0;
| | }
| configure:28676: result: no
| configure:28690: checking whether strtoll is declared
| configure:28720: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:267: error: `strtoll' undeclared (first use in this function)
| conftest.c:267: error: (Each undeclared identifier is reported only once
| conftest.c:267: error: for each function it appears in.)
| configure:28726: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | /* 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 strtoll
| |   char *p = (char *) strtoll;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:28758: result: no
| configure:28786: checking for strtol
| configure:28842: gcc -o conftest -g -O2   conftest.c  >&5
| configure:28848: $? = 0
| configure:28855: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28858: $? = 0
| configure:28865: test -s conftest
| configure:28868: $? = 0
| configure:28882: result: yes
| configure:28902: checking for strtoll
| configure:28958: gcc -o conftest -g -O2   conftest.c  >&5
| strtoll
| collect2: ld returned 1 exit status
| configure:28964: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | /* end confdefs.h.  */
| | /* Define strtoll to an innocuous variant, in case <limits.h> declares 
strtoll.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strtoll innocuous_strtoll
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strtoll (); 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 strtoll
| | 
| | /* 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 strtoll ();
| | /* 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_strtoll || defined __stub___strtoll
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strtoll ();
| |   ;
| |   return 0;
| | }
| configure:28998: result: no
| configure:29022: checking for strtoul
| configure:29078: gcc -o conftest -g -O2   conftest.c  >&5
| configure:29084: $? = 0
| configure:29091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29094: $? = 0
| configure:29101: test -s conftest
| configure:29104: $? = 0
| configure:29118: result: yes
| configure:29138: checking for strtoull
| configure:29194: gcc -o conftest -g -O2   conftest.c  >&5
| strtoull
| collect2: ld returned 1 exit status
| configure:29200: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | /* end confdefs.h.  */
| | /* Define strtoull to an innocuous variant, in case <limits.h> declares 
strtoull.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strtoull innocuous_strtoull
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strtoull (); 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 strtoull
| | 
| | /* 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 strtoull ();
| | /* 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_strtoull || defined __stub___strtoull
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strtoull ();
| |   ;
| |   return 0;
| | }
| configure:29234: result: no
| configure:29257: checking whether <inttypes.h> defines strtoumax as a macro
| configure:29282: result: no
| configure:29290: checking for strtoumax
| configure:29346: gcc -o conftest -g -O2   conftest.c  >&5
| strtoumax
| collect2: ld returned 1 exit status
| configure:29352: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | /* end confdefs.h.  */
| | /* Define strtoumax to an innocuous variant, in case <limits.h> declares 
strtoumax.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strtoumax innocuous_strtoumax
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strtoumax (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strtoumax
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char strtoumax ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_strtoumax || defined __stub___strtoumax
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return strtoumax ();
| |   ;
| |   return 0;
| | }
| configure:29386: result: no
| configure:29400: checking whether strtoull is declared
| configure:29430: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:270: error: `strtoull' undeclared (first use in this function)
| conftest.c:270: error: (Each undeclared identifier is reported only once
| conftest.c:270: error: for each function it appears in.)
| configure:29436: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 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 strtoull
| |   char *p = (char *) strtoull;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:29468: result: no
| configure:29499: checking whether mkdir is declared
| configure:29530: gcc -c -g -O2  conftest.c >&5
| configure:29536: $? = 0
| configure:29543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29546: $? = 0
| configure:29553: test -s conftest.o
| configure:29556: $? = 0
| configure:29568: result: yes
| configure:29758: checking absolute name of <sys/stat.h>
| configure:29782: result: 
///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h
| configure:29810: checking sysexits.h usability
| configure:29827: gcc -c -g -O2  conftest.c >&5
| configure:29833: $? = 0
| configure:29840: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29843: $? = 0
| configure:29850: test -s conftest.o
| configure:29853: $? = 0
| configure:29864: result: yes
| configure:29868: checking sysexits.h presence
| configure:29883: gcc -E  conftest.c
| configure:29889: $? = 0
| configure:29910: result: yes
| configure:29943: checking for sysexits.h
| configure:29951: result: yes
| configure:29991: checking whether localtime_r is compatible with its POSIX 
signature
| configure:30021: gcc -c -g -O2  conftest.c >&5
| configure:30027: $? = 0
| configure:30034: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30037: $? = 0
| configure:30044: test -s conftest.o
| configure:30047: $? = 0
| configure:30059: result: yes
| configure:30093: checking for struct timespec
| configure:30169: result: yes
| configure:30183: checking whether nanosleep is declared
| configure:30252: result: yes
| configure:30277: checking for unistd.h
| configure:30283: result: yes
| configure:30672: checking for vasnprintf
| configure:30728: gcc -o conftest -g -O2   conftest.c  >&5
| vasnprintf
| collect2: ld returned 1 exit status
| configure:30734: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_DECL_STRTOULL 0
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | /* end confdefs.h.  */
| | /* Define vasnprintf to an innocuous variant, in case <limits.h> declares 
vasnprintf.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define vasnprintf innocuous_vasnprintf
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char vasnprintf (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef vasnprintf
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char vasnprintf ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_vasnprintf || defined __stub___vasnprintf
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return vasnprintf ();
| |   ;
| |   return 0;
| | }
| configure:30768: result: no
| configure:30796: checking for ptrdiff_t
| configure:30826: gcc -c -g -O2  conftest.c >&5
| configure:30832: $? = 0
| configure:30839: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30842: $? = 0
| configure:30849: test -s conftest.o
| configure:30852: $? = 0
| configure:30864: result: yes
| configure:30888: checking for snprintf
| configure:30944: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:266: warning: conflicting types for built-in function `snprintf'
| configure:30950: $? = 0
| configure:30957: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30960: $? = 0
| configure:30967: test -s conftest
| configure:30970: $? = 0
| configure:30984: result: yes
| configure:30888: checking for wcslen
| configure:30944: gcc -o conftest -g -O2   conftest.c  >&5
| configure:30950: $? = 0
| configure:30957: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30960: $? = 0
| configure:30967: test -s conftest
| configure:30970: $? = 0
| configure:30984: result: yes
| configure:31004: checking for vsnprintf
| configure:31060: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:268: warning: conflicting types for built-in function `vsnprintf'
| configure:31066: $? = 0
| configure:31073: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31076: $? = 0
| configure:31083: test -s conftest
| configure:31086: $? = 0
| configure:31100: result: yes
| configure:31142: checking whether wcwidth is declared
| configure:31185: gcc -c -g -O2  conftest.c >&5
| configure:31191: $? = 0
| configure:31198: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31201: $? = 0
| configure:31208: test -s conftest.o
| configure:31211: $? = 0
| configure:31223: result: yes
| configure:31282: checking for struct stat.st_blksize
| configure:31310: gcc -c -g -O2  conftest.c >&5
| configure:31316: $? = 0
| configure:31323: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31326: $? = 0
| configure:31333: test -s conftest.o
| configure:31336: $? = 0
| configure:31407: result: yes
| configure:31432: checking for library containing setsockopt
| configure:31473: gcc -o conftest -g -O2   conftest.c  >&5
| configure:31479: $? = 0
| configure:31486: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31489: $? = 0
| configure:31496: test -s conftest
| configure:31499: $? = 0
| configure:31523: result: none required
| configure:31631: checking for library containing setsockopt
| configure:31722: result: none required
| configure:31807: checking for sys/mtio.h
| configure:31813: result: yes
| configure:31971: checking which ioctl field to test for reversed bytes
| configure:31994: result: mt_type
| configure:32010: checking whether to build rmt
| configure:32027: result: yes
| configure:2: checking for remote tape header files
| configure:24: gcc -E  conftest.c
| configure:30: $? = 0
| configure:52: result: yes
| configure:32096: checking for sys/buf.h
| configure:32158: result: yes
| configure:32172: checking for struct stat.st_blksize
| configure:32297: result: yes
| configure:32337: checking for fsync
| configure:32393: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32399: $? = 0
| configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32409: $? = 0
| configure:32416: test -s conftest
| configure:32419: $? = 0
| configure:32433: result: yes
| configure:32337: checking for getdtablesize
| configure:32393: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32399: $? = 0
| configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32409: $? = 0
| configure:32416: test -s conftest
| configure:32419: $? = 0
| configure:32433: result: yes
| configure:32337: checking for lstat
| configure:32433: result: yes
| configure:32337: checking for mkfifo
| configure:32433: result: yes
| configure:32337: checking for readlink
| configure:32393: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32399: $? = 0
| configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32409: $? = 0
| configure:32416: test -s conftest
| configure:32419: $? = 0
| configure:32433: result: yes
| configure:32337: checking for strerror
| configure:32433: result: yes
| configure:32337: checking for symlink
| configure:32393: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32399: $? = 0
| configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32409: $? = 0
| configure:32416: test -s conftest
| configure:32419: $? = 0
| configure:32433: result: yes
| configure:32337: checking for setlocale
| configure:32433: result: yes
| configure:32337: checking for utimes
| configure:32393: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32399: $? = 0
| configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32409: $? = 0
| configure:32416: test -s conftest
| configure:32419: $? = 0
| configure:32433: result: yes
| configure:32443: checking whether getgrgid is declared
| configure:32474: gcc -c -g -O2  conftest.c >&5
| configure:32480: $? = 0
| configure:32487: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32490: $? = 0
| configure:32497: test -s conftest.o
| configure:32500: $? = 0
| configure:32512: result: yes
| configure:32530: checking whether getpwuid is declared
| configure:32561: gcc -c -g -O2  conftest.c >&5
| configure:32567: $? = 0
| configure:32574: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32577: $? = 0
| configure:32584: test -s conftest.o
| configure:32587: $? = 0
| configure:32599: result: yes
| configure:32617: checking whether time is declared
| configure:32648: gcc -c -g -O2  conftest.c >&5
| configure:32654: $? = 0
| configure:32661: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32664: $? = 0
| configure:32671: test -s conftest.o
| configure:32674: $? = 0
| configure:32686: result: yes
| configure:32709: checking for waitpid
| configure:32765: gcc -o conftest -g -O2   conftest.c  >&5
| configure:32771: $? = 0
| configure:32778: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32781: $? = 0
| configure:32788: test -s conftest
| configure:32791: $? = 0
| configure:32805: result: yes
| configure:32824: checking for remote shell
| configure:32850: result: /usr/ucb/rsh
| configure:33030: checking for default archive format
| configure:33049: result: GNU
| configure:33052: checking for default archive
| configure:33097: result: -
| configure:33101: checking for default blocking
| configure:33109: result: 20
| configure:33112: checking for default quoting style
| configure:33125: result: escape
| configure:33175: checking for ld used by GCC
| configure:33239: result: /usr/bin/ld
| configure:33248: checking if the linker (/usr/bin/ld) is GNU ld
| configure:33261: result: no
| configure:33268: checking for shared library run path origin
| configure:33281: result: done
| configure:33748: checking for iconv
| configure:33780: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  >&5
| libiconv_open
| libiconv
| libiconv_close
| collect2: ld returned 1 exit status
| configure:33786: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_DECL_STRTOULL 0
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/ucb/rsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:33845: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  
/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5
| configure:33851: $? = 0
| configure:33858: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33861: $? = 0
| configure:33868: test -s conftest
| configure:33871: $? = 0
| configure:33888: result: yes
| configure:33898: checking how to link with libiconv
| configure:33900: result: /usr/local/lib/libiconv.so -Wl,-rpath 
-Wl,/usr/local/lib
| configure:33911: checking for iconv declaration
| configure:33950: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
| configure:33956: $? = 0
| configure:33963: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33966: $? = 0
| configure:33973: test -s conftest.o
| configure:33976: $? = 0
| configure:33991: result: 
|          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
| configure:34017: checking iconv.h usability
| configure:34034: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
| configure:34040: $? = 0
| configure:34047: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34050: $? = 0
| configure:34057: test -s conftest.o
| configure:34060: $? = 0
| configure:34071: result: yes
| configure:34075: checking iconv.h presence
| configure:34090: gcc -E -I/usr/local/include conftest.c
| configure:34096: $? = 0
| configure:34117: result: yes
| configure:34150: checking for iconv.h
| configure:34158: result: yes
| configure:34171: checking for iconv_t
| configure:34206: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
| configure:34212: $? = 0
| configure:34219: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34222: $? = 0
| configure:34229: test -s conftest.o
| configure:34232: $? = 0
| configure:34244: result: yes
| configure:34259: checking whether NLS is requested
| configure:34268: result: yes
| configure:34306: checking for msgfmt
| configure: trying /usr/local/bin/msgfmt...
| 0 translated messages.
| configure:34338: result: /usr/local/bin/msgfmt
| configure:34347: checking for gmsgfmt
| configure:34378: result: /usr/local/bin/msgfmt
| configure:34429: checking for xgettext
| configure: trying /usr/local/bin/xgettext...
| /usr/local/bin/xgettext: unrecognized option `--copyright-holder='
| Try `/usr/local/bin/xgettext --help' for more information.
| configure:34464: result: no
| configure:34507: checking for msgmerge
| configure: trying /usr/local/bin/msgmerge...
| /usr/local/bin/msgmerge: unrecognized option `--update'
| Try `/usr/local/bin/msgmerge --help' for more information.
| configure:34541: result: no
| configure:34575: checking for CFPreferencesCopyAppValue
| configure:34603: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  
-Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:274:42: CoreFoundation/CFPreferences.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:278: error: `NULL' undeclared (first use in this function)
| conftest.c:278: error: (Each undeclared identifier is reported only once
| conftest.c:278: error: for each function it appears in.)
| configure:34609: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_DECL_STRTOULL 0
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/ucb/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 
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFPreferences.h>
| | int
| | main ()
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| |   ;
| |   return 0;
| | }
| configure:34643: result: no
| configure:34652: checking for CFLocaleCopyCurrent
| configure:34680: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  
-Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:274:37: CoreFoundation/CFLocale.h: No such file or directory
| configure:34686: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_DECL_STRTOULL 0
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/ucb/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 
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFLocale.h>
| | int
| | main ()
| | {
| | CFLocaleCopyCurrent();
| |   ;
| |   return 0;
| | }
| configure:34720: result: no
| configure:34771: checking for GNU gettext in libc
| configure:34801: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  >&5
| conftest.c:279: error: size of array `array' is negative
| configure:34807: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_DECL_STRTOULL 0
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/ucb/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 
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | 
| | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
| | #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
| | #endif
| | typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
| | 
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:34841: result: no
| configure:34875: checking for iconv
| configure:35015: result: yes
| configure:35025: checking how to link with libiconv
| configure:35027: result: /usr/local/lib/libiconv.so -Wl,-rpath 
-Wl,/usr/local/lib
| configure:35434: checking for GNU gettext in libintl
| configure:35472: gcc -o conftest -g -O2 -I/usr/local/include   conftest.c  
/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so 
-Wl,-rpath -Wl,/usr/local/lib >&5
| conftest.c:280: error: size of array `array' is negative
| configure:35478: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_DECL_STRTOULL 0
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/ucb/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 
| | #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 ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_expand_alias ("")
| |   ;
| |   return 0;
| | }
| configure:35541: gcc -o conftest -g -O2 -I/usr/local/include   conftest.c  
/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so 
-Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath 
-Wl,/usr/local/lib >&5
| conftest.c:280: error: size of array `array' is negative
| configure:35547: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.16.1"
| | #define PACKAGE_STRING "GNU tar 1.16.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.16.1"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 0
| | #define HAVE_DECL_GETCHAR_UNLOCKED 0
| | #define HAVE_DECL_PUTC_UNLOCKED 0
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 0
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_DECL_LCHOWN 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 0
| | #define HAVE_DECL_STRNLEN 0
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define EOVERFLOW 103
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_LONG_LONG 1
| | #define intmax_t long long
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_CLOSE_STREAM 1
| | #define D_INO_IN_DIRENT 1
| | #define HAVE_WORKING_O_NOATIME 0
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define GNULIB_FCNTL_SAFER 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 0
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_INLINE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKDTEMP 1
| | #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 0
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_UNSETENV 1
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX ul
| | #define WCHAR_T_SUFFIX u
| | #define WINT_T_SUFFIX u
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strnlen rpl_strnlen
| | #define HAVE_DECL_STRTOLL 0
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_DECL_STRTOULL 0
| | #define HAVE_DECL_MKDIR 1
| | #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_SYS_MTIO_H 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/ucb/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 
| | #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 ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_expand_alias ("")
| |   ;
| |   return 0;
| | }
| configure:35587: result: no
| configure:35624: checking whether to use NLS
| configure:35626: result: no
| configure:35871: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU tar config.status 1.16.1, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on fresnel.3d-med.cse.dmu.ac.uk
| 
| config.status:730: creating tests/Makefile
| config.status:730: creating tests/atlocal
| config.status:730: creating Makefile
| config.status:730: creating doc/Makefile
| config.status:730: creating lib/Makefile
| config.status:730: creating po/Makefile.in
| config.status:730: creating scripts/Makefile
| config.status:730: creating rmt/Makefile
| config.status:730: creating src/Makefile
| config.status:730: creating config.h
| config.status:1291: executing depfiles commands
| config.status:1291: executing po-directories commands
| config.status:1291: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=alphaev68-dec-osf5.1b
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_inline=inline
| ac_cv_c_restrict=__restrict
| ac_cv_decl_EOVERFLOW=103
| 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=no
| ac_cv_func_futimesat=no
| ac_cv_func_getdelim=no
| ac_cv_func_getdtablesize=yes
| ac_cv_func_getline=no
| ac_cv_func_getpagesize=yes
| ac_cv_func_gettimeofday=yes
| ac_cv_func_iswcntrl=yes
| ac_cv_func_iswctype=yes
| ac_cv_func_iswprint=yes
| ac_cv_func_lchmod=no
| ac_cv_func_lchown=yes
| ac_cv_func_lstat=yes
| ac_cv_func_lstat_dereferences_slashed_symlink=yes
| ac_cv_func_malloc_0_nonnull=no
| ac_cv_func_mbrtowc=yes
| ac_cv_func_mbsinit=yes
| ac_cv_func_mbsrtowcs=yes
| ac_cv_func_memchr=yes
| ac_cv_func_mempcpy=no
| ac_cv_func_memrchr=no
| ac_cv_func_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=yes
| 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=no
| ac_cv_func_strtol=yes
| ac_cv_func_strtoll=no
| ac_cv_func_strtoul=yes
| ac_cv_func_strtoull=no
| ac_cv_func_strtoumax=no
| 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=yes
| 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=no
| ac_cv_have_decl_getchar_unlocked=no
| ac_cv_have_decl_getcwd=yes
| ac_cv_have_decl_getdelim=no
| ac_cv_have_decl_getenv=yes
| ac_cv_have_decl_getgrgid=yes
| ac_cv_have_decl_getline=no
| ac_cv_have_decl_getpwuid=yes
| ac_cv_have_decl_imaxabs=no
| ac_cv_have_decl_imaxdiv=no
| ac_cv_have_decl_isblank=no
| ac_cv_have_decl_lchown=yes
| ac_cv_have_decl_memrchr=no
| ac_cv_have_decl_mkdir=yes
| ac_cv_have_decl_nanosleep=yes
| ac_cv_have_decl_program_invocation_name=no
| ac_cv_have_decl_program_invocation_short_name=no
| ac_cv_have_decl_putc_unlocked=no
| ac_cv_have_decl_putchar_unlocked=no
| ac_cv_have_decl_strdup=yes
| ac_cv_have_decl_strerror_r=no
| ac_cv_have_decl_strncasecmp=yes
| ac_cv_have_decl_strndup=no
| ac_cv_have_decl_strnlen=no
| ac_cv_have_decl_strtoimax=no
| ac_cv_have_decl_strtoll=no
| ac_cv_have_decl_strtoull=no
| ac_cv_have_decl_strtoumax=no
| 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=no
| ac_cv_header_stdio_ext_h=no
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_stropts_h=yes
| ac_cv_header_sys_bitypes_h=yes
| ac_cv_header_sys_buf_h=yes
| ac_cv_header_sys_device_h=no
| ac_cv_header_sys_filio_h=no
| ac_cv_header_sys_gentape_h=no
| ac_cv_header_sys_inet_h=no
| ac_cv_header_sys_inttypes_h=no
| ac_cv_header_sys_io_trioctl_h=no
| ac_cv_header_sys_mtio_h=yes
| ac_cv_header_sys_param_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_tape_h=no
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_tprintf_h=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=alphaev68-dec-osf5.1b
| ac_cv_lib_error_at_line=no
| ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no
| ac_cv_member_struct_stat_st_atim_tv_nsec=no
| ac_cv_member_struct_stat_st_atimensec=no
| ac_cv_member_struct_stat_st_atimespec_tv_nsec=no
| ac_cv_member_struct_stat_st_blksize=yes
| ac_cv_member_struct_stat_st_blocks=yes
| ac_cv_member_struct_stat_st_spare1=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/local/bin/grep -E'
| ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
| ac_cv_path_GREP=/usr/local/bin/grep
| ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
| ac_cv_path_MSGMERGE=:
| ac_cv_path_XGETTEXT=:
| ac_cv_path_install='/usr/local/bin/install -c'
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_YACC='bison -y'
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_cc_c89=''
| ac_cv_prog_cc_g=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_search_clock_gettime=-lrt
| 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->_ptr - fp->_base'
| ac_cv_type__Bool=yes
| ac_cv_type_dev_t=yes
| ac_cv_type_iconv_t=yes
| ac_cv_type_ino_t=yes
| ac_cv_type_long_long=yes
| ac_cv_type_long_long_int=yes
| ac_cv_type_major_t=yes
| ac_cv_type_mbstate_t=yes
| ac_cv_type_minor_t=yes
| ac_cv_type_mode_t=yes
| ac_cv_type_off_t=yes
| ac_cv_type_pid_t=yes
| ac_cv_type_ptrdiff_t=yes
| ac_cv_type_signal=void
| ac_cv_type_size_t=yes
| ac_cv_type_uid_t=yes
| ac_cv_type_unsigned_long_long_int=yes
| ac_cv_win_or_dos=no
| ac_cv_working_alloca_h=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=:
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=/usr/bin/ld
| acl_cv_prog_gnu_ld=no
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_func_working_getline=no
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=yes
| am_cv_prog_tar_ustar=plaintar
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=''
| diff_cv_st_fstype_string=no
| fu_cv_sys_struct_timespec=yes
| fu_cv_sys_struct_utimbuf=yes
| gl_cv_absolute_fcntl_h=///usr/include/fcntl.h
| gl_cv_absolute_inttypes_h=///usr/include/inttypes.h
| 
gl_cv_absolute_sys_stat_h=///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h
| gl_cv_bitsizeof_ptrdiff_t=64
| gl_cv_bitsizeof_sig_atomic_t=32
| gl_cv_bitsizeof_size_t=64
| gl_cv_bitsizeof_wchar_t=32
| gl_cv_bitsizeof_wint_t=32
| gl_cv_c_inline_effective=yes
| gl_cv_compound_literals=yes
| gl_cv_func_chown_follows_symlink=yes
| gl_cv_func_getcwd_null=no
| gl_cv_func_malloc_0_nonnull=0
| gl_cv_func_mbrtowc=yes
| gl_cv_func_re_compile_pattern_working=no
| gl_cv_func_strndup=no
| gl_cv_func_va_copy=yes
| gl_cv_func_working_utimes=yes
| gl_cv_have_arbitrary_file_name_length_limit=yes
| gl_cv_header_inttypes_h=no
| gl_cv_header_stdint_h=no
| gl_cv_header_working_fcntl_h='no (bad O_NOATIME)'
| gl_cv_header_working_inttypes_h=no
| gl_cv_minmax_in_limits_h=no
| gl_cv_minmax_in_sys_param_h=yes
| gl_cv_rpl_alloca=yes
| gl_cv_time_r_posix=yes
| gl_cv_type_ptrdiff_t_signed=yes
| gl_cv_type_ptrdiff_t_suffix=l
| gl_cv_type_sig_atomic_t_signed=yes
| gl_cv_type_sig_atomic_t_suffix=''
| gl_cv_type_size_t_signed=no
| gl_cv_type_size_t_suffix=ul
| gl_cv_type_wchar_t_signed=no
| gl_cv_type_wchar_t_suffix=u
| gl_cv_type_wint_t_signed=no
| gl_cv_type_wint_t_suffix=u
| gt_cv_c_intmax_t=no
| 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/ucb/rsh
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"'
| ABSOLUTE_INTTYPES_H='"///usr/include/inttypes.h"'
| ABSOLUTE_STDINT_H='"no/such/file/stdint.h"'
| 
ABSOLUTE_SYS_STAT_H='"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"'
| ACLOCAL='${SHELL} /home2/scratch/hgs/tar-1.16.1/build-aux/missing --run 
aclocal-1.9'
| ALLOCA=''
| ALLOCA_H='alloca.h'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home2/scratch/hgs/tar-1.16.1/build-aux/missing --run tar'
| AUTOCONF='${SHELL} /home2/scratch/hgs/tar-1.16.1/build-aux/missing --run 
autoconf'
| AUTOHEADER='${SHELL} /home2/scratch/hgs/tar-1.16.1/build-aux/missing --run 
autoheader'
| AUTOM4TE='${SHELL} /home2/scratch/hgs/tar-1.16.1/build-aux/missing --run 
autom4te'
| AUTOMAKE='${SHELL} /home2/scratch/hgs/tar-1.16.1/build-aux/missing --run 
automake-1.9'
| AWK='gawk'
| BACKUP_LIBEXEC_SCRIPTS=''
| BACKUP_SBIN_SCRIPTS=''
| 
BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d'
| BITSIZEOF_PTRDIFF_T='64'
| BITSIZEOF_SIG_ATOMIC_T='32'
| BITSIZEOF_SIZE_T='64'
| BITSIZEOF_WCHAR_T='32'
| BITSIZEOF_WINT_T='32'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CPP='gcc -E'
| CPPFLAGS='-I/usr/local/include'
| CYGPATH_W='echo'
| DEFAULT_ARCHIVE='-'
| DEFAULT_ARCHIVE_FORMAT='GNU'
| DEFAULT_BLOCKING='20'
| DEFAULT_QUOTING_STYLE='escape_quoting_style'
| DEFAULT_RMT_COMMAND=''
| DEFAULT_RMT_DIR='$(libexecdir)'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| ECHO_C='ECHO_N=''
| ECHO_T=''
| EGREP='/usr/local/bin/grep -E'
| EOVERFLOW='103'
| EXEEXT=''
| FCNTL_H='fcntl.h'
| FNMATCH_H='fnmatch.h'
| GETOPT_H='getopt.h'
| GLIBC21='no'
| GL_COND_LIBTOOL_FALSE=''
| GL_COND_LIBTOOL_TRUE='#'
| GMSGFMT='/usr/local/bin/msgfmt'
| GMSGFMT_015=':'
| GREP='/usr/local/bin/grep'
| HAVE_DECL_IMAXABS='0'
| HAVE_DECL_IMAXDIV='0'
| HAVE_DECL_STRTOIMAX='0'
| HAVE_DECL_STRTOUMAX='0'
| HAVE_INTTYPES_H='1'
| HAVE_LONG_LONG_INT='1'
| HAVE_SIGNED_SIG_ATOMIC_T='1'
| HAVE_SIGNED_WCHAR_T='0'
| HAVE_SIGNED_WINT_T='0'
| HAVE_STDINT_H='0'
| HAVE_SYS_BITYPES_H='1'
| HAVE_SYS_INTTYPES_H='0'
| HAVE_SYS_TYPES_H='1'
| HAVE_UNSIGNED_LONG_LONG_INT='1'
| HAVE_WCHAR_H='1'
| HAVE__BOOL='1'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS=''
| INTL_MACOSX_LIBS=''
| INTTYPES_H='inttypes.h'
| LDFLAGS=''
| LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
| LIBINTL=''
| LIBOBJS=''
| LIBS=''
| LIBTAR_LIBDEPS=''
| LIBTAR_LTLIBDEPS=''
| LIB_CLOCK_GETTIME='-lrt'
| LIB_SETSOCKOPT=''
| LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib'
| LTLIBINTL=''
| LTLIBOBJS=''
| MAKEINFO='${SHELL} /home2/scratch/hgs/tar-1.16.1/build-aux/missing --run 
makeinfo'
| MSGFMT='/usr/local/bin/msgfmt'
| MSGFMT_015=':'
| MSGMERGE=':'
| OBJEXT='o'
| PACKAGE='tar'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU tar'
| PACKAGE_STRING='GNU tar 1.16.1'
| PACKAGE_TARNAME='tar'
| PACKAGE_VERSION='1.16.1'
| PATH_SEPARATOR=':'
| POSUB=''
| PRIPTR_PREFIX='"l"'
| PRI_MACROS_BROKEN='0'
| PTRDIFF_T_SUFFIX='l'
| PU_RMT_PROG='rmt$(EXEEXT)'
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/usr/bin/posix/sh'
| SIG_ATOMIC_T_SUFFIX=''
| SIZE_T_SUFFIX='ul'
| STDBOOL_H=''
| STDINT_H='stdint.h'
| STRIP=''
| SYSEXITS_H=''
| SYS_STAT_H='sys/stat.h'
| UNISTD_H=''
| USE_NLS='no'
| VERSION='1.16.1'
| WCHAR_T_SUFFIX='u'
| WINT_T_SUFFIX='u'
| XGETTEXT=':'
| XGETTEXT_015=':'
| YACC='bison -y'
| YFLAGS=''
| ac_ct_CC='gcc'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='tar chf - "$$tardir"'
| am__untar='tar xf -'
| bindir='${exec_prefix}/bin'
| build='alphaev68-dec-osf5.1b'
| build_alias=''
| build_cpu='alphaev68'
| build_os='osf5.1b'
| build_vendor='dec'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| gl_LIBOBJS=' __fpending.o argmatch.o asnprintf.o backupfile.o basename.o 
chdir-long.o close-stream.o closeout.o creat-safer.o dirname.o dup-safer.o 
error.o exclude.o exitfail.o fchmodat.o fd-safer.o fnmatch.o getcwd.o 
getdelim.o getline.o getopt.o getopt1.o gettime.o hash.o human.o imaxtostr.o 
malloc.o mbchar.o mempcpy.o memrchr.o mkdirat.o modechange.o obstack.o 
offtostr.o open-safer.o openat.o openat-die.o openat-proc.o pipe-safer.o 
printf-args.o printf-parse.o quote.o quotearg.o regex.o safe-read.o 
safe-write.o save-cwd.o savedir.o stpcpy.o strcasecmp.o strchrnul.o 
stripslash.o strndup.o strnlen.o strtoimax.o strtoll.o strtoull.o strtoumax.o 
tempname.o uinttostr.o umaxtostr.o unlinkdir.o utimens.o vasnprintf.o xgetcwd.o 
xmalloc.o xstrtol.o xstrtoul.o'
| gl_LTLIBOBJS=' __fpending.lo argmatch.lo asnprintf.lo backupfile.lo 
basename.lo chdir-long.lo close-stream.lo closeout.lo creat-safer.lo dirname.lo 
dup-safer.lo error.lo exclude.lo exitfail.lo fchmodat.lo fd-safer.lo fnmatch.lo 
getcwd.lo getdelim.lo getline.lo getopt.lo getopt1.lo gettime.lo hash.lo 
human.lo imaxtostr.lo malloc.lo mbchar.lo mempcpy.lo memrchr.lo mkdirat.lo 
modechange.lo obstack.lo offtostr.lo open-safer.lo openat.lo openat-die.lo 
openat-proc.lo pipe-safer.lo printf-args.lo printf-parse.lo quote.lo 
quotearg.lo regex.lo safe-read.lo safe-write.lo save-cwd.lo savedir.lo 
stpcpy.lo strcasecmp.lo strchrnul.lo stripslash.lo strndup.lo strnlen.lo 
strtoimax.lo strtoll.lo strtoull.lo strtoumax.lo tempname.lo uinttostr.lo 
umaxtostr.lo unlinkdir.lo utimens.lo vasnprintf.lo xgetcwd.lo xmalloc.lo 
xstrtol.lo xstrtoul.lo'
| host='alphaev68-dec-osf5.1b'
| host_alias=''
| host_cpu='alphaev68'
| host_os='osf5.1b'
| host_vendor='dec'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='/home2/scratch/hgs/tar-1.16.1/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE_NAME "GNU tar"
| #define PACKAGE_TARNAME "tar"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "GNU tar 1.16.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "tar"
| #define VERSION "1.16.1"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MTIO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_BUF_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define restrict __restrict
| #define HAVE_DECL_GETENV 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define HAVE_DECL_GETCHAR_UNLOCKED 0
| #define HAVE_DECL_PUTC_UNLOCKED 0
| #define HAVE_DECL_PUTCHAR_UNLOCKED 0
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_PATHCONF 1
| #define HAVE_FCHDIR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ALARM 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCOLL 1
| #define HAVE_LSTAT 1
| #define HAVE_PIPE 1
| #define HAVE_WCWIDTH 1
| #define HAVE_STRERROR 1
| #define HAVE_MKFIFO 1
| #define HAVE_SETLOCALE 1
| #define D_INO_IN_DIRENT 1
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_SYS_BITYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX u
| #define WINT_T_SUFFIX u
| #define HAVE_INTTYPES_H 1
| #define HAVE_DECL_IMAXABS 0
| #define HAVE_DECL_IMAXDIV 0
| #define HAVE_DECL_STRTOIMAX 0
| #define HAVE_DECL_STRTOUMAX 0
| #define HAVE_DECL_LCHOWN 1
| #define HAVE_LANGINFO_CODESET 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_UTIME_NULL 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_WORKING_UTIMES 1
| #define EOVERFLOW 103
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG 1
| #define intmax_t long long
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define GNULIB_PROGRAM_INVOCATION_NAME 1
| #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| #define __OPENAT_PREFIX rpl_
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_CLOSE_STREAM 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| #define GNULIB_FCNTL_SAFER 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_DECL_ISBLANK 0
| #define HAVE_BTOWC 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define fnmatch gnu_fnmatch
| #define HAVE_DECL___FPENDING 0
| #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| #define HAVE_FTRUNCATE 1
| #define __GETCWD_PREFIX rpl_
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_GETPAGESIZE 1
| #define HAVE_INLINE 1
| #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| #define HAVE_LCHOWN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_ISWCNTRL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDTEMP 1
| #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 0
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STRUCT_STAT_ST_SPARE1 1
| #define HAVE_SYS_BITYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX u
| #define WINT_T_SUFFIX u
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRDUP 1
| #define strnlen rpl_strnlen
| #define HAVE_DECL_STRTOLL 0
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_MKDIR 1
| #define ABSOLUTE_SYS_STAT_H 
"///usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.3.2/include/sys/stat.h"
| #define HAVE_SYSEXITS_H 1
| #define HAVE_TIME_R_POSIX 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_DECL_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SYS_MTIO_H 1
| #define MTIO_CHECK_FIELD mt_type
| #define HAVE_SYS_BUF_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_FSYNC 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_LSTAT 1
| #define HAVE_MKFIFO 1
| #define HAVE_READLINK 1
| #define HAVE_STRERROR 1
| #define HAVE_SYMLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_DECL_GETGRGID 1
| #define HAVE_DECL_GETPWUID 1
| #define HAVE_DECL_TIME 1
| #define HAVE_WAITPID 1
| #define REMOTE_SHELL "/usr/ucb/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 
| #define HAVE_ICONV_H 1
| #define HAVE_ICONV 1
| 
| configure: exit 0


reply via email to

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