bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] [GNU tar 1.28] testsuite: 25 87 95 161 163 failed


From: JONES, BILL
Subject: [Bug-tar] [GNU tar 1.28] testsuite: 25 87 95 161 163 failed
Date: Sun, 4 Jan 2015 01:18:12 +0000

## ------------------------ ##

## GNU tar 1.28 test suite. ##

## ------------------------ ##

 

testsuite: command line was:

  $ /appl/gfpip/local_build/src/gnu/tar-1.28/tests/testsuite

 

## ---------- ##

## ChangeLog. ##

## ---------- ##

 

| 2014-07-27  Sergey Poznyakoff  <address@hidden>

|

|     Version 1.28

|

| 2014-07-27  Nathan Stratton Treadway  <address@hidden>

|

|     Minor change in docstrings. nor ch#

|

|     Restructure the remfiles testsuite.

|

 

## --------- ##

## Platform. ##

## --------- ##

 

hostname = gfpmt5pcs10

uname -m = sun4v

uname -r = 5.10

uname -s = SunOS

uname -v = Generic_150400-03

 

/usr/bin/uname -p = sparc

/bin/uname -X     = System = SunOS

Node = gfpmt5pcs10

Release = 5.10

KernelID = Generic_150400-03

Machine = sun4v

BusType = <unknown>

Serial = <unknown>

Users = <unknown>

OEM# = 0

Origin# = 1

NumCPU = 64

 

/bin/arch              = sun4

/usr/bin/arch -k       = sun4v

/usr/convex/getsysinfo = unknown

/usr/bin/hostinfo      = unknown

/bin/machine           = unknown

/usr/bin/oslevel       = unknown

/bin/universe          = unknown

 

PATH: /appl/gfpip/local_build/build/tar-1.28/tests

PATH: /appl/gfpip/local_build/src/gnu/tar-1.28/tests

PATH: /appl/gfpip/local_build/build/tar-1.28/src

PATH: /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux

PATH: /appl/gfpip/local_build/build/tar-1.28

PATH: /appl/gfpip/local_build/src/gnu/tar-1.28/.

PATH: /appl/gfpip/current/rootbin

PATH: /bin

PATH: /usr/bin

PATH: /usr/sbin

PATH: /usr/local/bin

PATH: /usr/local/sbin

PATH: /opt/OV/bin

PATH: /opt/SUNWspro/bin

PATH: /usr/sfw/bin

PATH: /usr/sfw/sbin

PATH: /usr/ccs/bin

PATH: /usr/ucb

PATH: /usr/openwin/bin

PATH: /opt/VRTSvlic/bin

PATH: /opt/VRTS/bin

PATH: /opt/SUNWexplo/bin

PATH: /opt/perf/bin

PATH: /opt/perl5

 

testsuite: atconfig:

| # Configurable variable values for building test suites.

| # Generated by ./config.status.

| # Copyright (C) 2012 Free Software Foundation, Inc.

|

| # The test suite will define top_srcdir=/../.. etc.

| at_testdir='tests'

| abs_builddir='/appl/gfpip/local_build/build/tar-1.28/tests'

| at_srcdir='/appl/gfpip/local_build/src/gnu/tar-1.28/tests'

| abs_srcdir='/appl/gfpip/local_build/src/gnu/tar-1.28/tests'

| at_top_srcdir='/appl/gfpip/local_build/src/gnu/tar-1.28'

| abs_top_srcdir='/appl/gfpip/local_build/src/gnu/tar-1.28'

| at_top_build_prefix='../'

| abs_top_builddir='/appl/gfpip/local_build/build/tar-1.28'

|

| # Backward compatibility with Autotest <= 2.59b:

| at_top_builddir=$at_top_build_prefix

|

| AUTOTEST_PATH='tests'

|

| SHELL=${CONFIG_SHELL-'/bin/bash'}

 

testsuite: atlocal:

| # tests/atlocal.  Generated from atlocal.in by configure.                                     -*- shell-script -*-

| # Configurable variable values for tar test suite.

| # Copyright 2004, 2006, 2013-2014 Free Software Foundation, Inc.

|

| # This file is part of GNU tar.

|

| # GNU tar is free software; you can redistribute it and/or modify

| # it under the terms of the GNU General Public License as published by

| # the Free Software Foundation; either version 3 of the License, or

| # (at your option) any later version.

|

| # GNU tar is distributed in the hope that it will be useful,

| # but WITHOUT ANY WARRANTY; without even the implied warranty of

| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

| # GNU General Public License for more details.

|

| # You should have received a copy of the GNU General Public License

| # along with this program.  If not, see <http://www.gnu.org/licenses/>.

|

| PATH=/appl/gfpip/local_build/build/tar-1.28/tests:/appl/gfpip/local_build/build/tar-1.28/src:/appl/gfpip/local_build/src/gnu/tar-1.28/build-aux:$top_srcdir:$srcdir:$PATH

|

| XFAILFILE=$abs_builddir/.badversion

|

| trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15

|

| TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar

| if test -z "$TEST_DATA_DIR"; then

|   TEST_DATA_DIR=$abs_builddir

| fi

|

| STAR_DATA_URL=ftp://ftp.berlios.de/pub/star/testscripts

| if test -z "$STAR_TESTSCRIPTS"; then

|   STAR_TESTSCRIPTS=$TEST_DATA_DIR

| fi

|

| # tarball_prereq file sum dir url

| tarball_prereq() {

|   if test -d "$3"; then

|     if test -r $3/$1; then

|       :

|     elif test -n "$FULL_TEST"; then

|       wget -q --directory-prefix=$3 $4/$1

|     fi

|   fi

|   echo "$2  $3/$1" | md5sum --status --check - >/dev/null 2>&1

| }

|

| decho() {

|   echo $*

|   echo >&2 $*

| }

|

| mkexcltest() {

|   mkdir $1 $1/subdir

|   genfile --file=$1/top-level-file

|   genfile --file=$1/subdir/excludeme

|   genfile --file=$1/subdir/subdir-file

| }

|  

 

## ---------------- ##

## Tested programs. ##

## ---------------- ##

 

/appl/gfpip/local_build/src/gnu/tar-1.28/tests/testsuite.at:180: /appl/gfpip/local_build/build/tar-1.28/src/tar --version

tar (GNU tar) 1.28

Copyright (C) 2014 Free Software Foundation, Inc.

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.

This is free software: you are free to change and redistribute it.

There is NO WARRANTY, to the extent permitted by law.

 

Written by John Gilmore and Jay Fenlason.

 

## ------------------ ##

## Running the tests. ##

## ------------------ ##

testsuite: starting at: Sun Jan  4 00:22:51 GMT 2015

1. tar version (version.at:19): ok     (0m0.016s 0m0.040s)

2. decompressing from stdin (pipe.at:29): ok     (0m0.369s 0m0.864s)

3. mixing options (options.at:24): ok     (0m0.033s 0m0.041s)

4. interspersed options (options02.at:26): ok     (0m0.021s 0m0.040s)

5. occurrence compatibility (opcomp01.at:21): ok     (0m0.012s 0m0.025s)

6. occurrence compatibility (opcomp02.at:21): ok     (0m0.012s 0m0.025s)

7. --verify compatibility (opcomp03.at:21): ok     (0m0.012s 0m0.026s)

8. compress option compatibility (opcomp04.at:21): ok     (0m0.042s 0m0.097s)

9. --pax-option compatibility (opcomp05.at:21): ok     (0m0.012s 0m0.026s)

10. --pax-option compatibility (opcomp06.at:21): skipped (opcomp06.at:24)

11. multiple file lists (T-mult.at:21): ok     (0m0.040s 0m0.081s)

12. nested file lists (T-nest.at:21): ok     (0m0.043s 0m0.088s)

13. recursive file lists (T-rec.at:21): ok     (0m0.047s 0m0.094s)

14. -C in file lists (T-cd.at:21): ok     (0m0.050s 0m0.117s)

15. empty entries (T-empty.at:26): ok     (0m0.048s 0m0.097s)

16. 0-separated file without -0 (T-null.at:21): ok     (0m0.061s 0m0.139s)

17. empty file (T-zfile.at:26): ok     (0m0.076s 0m0.147s)

18. entries with missing newlines (T-nonl.at:27): ok     (0m0.065s 0m0.127s)

19. tar --index-file=FILE --file=- (indexfile.at:26): ok     (0m0.225s 0m0.434s)

20. tar cvf - (verbose.at:26): ok     (0m0.245s 0m0.441s)

21. gzip (gzip.at:24): ok     (0m0.026s 0m0.069s)

22. recurse (recurse.at:21): ok     (0m0.198s 0m0.401s)

23. recurse: toggle (recurs02.at:30): ok     (0m0.187s 0m0.385s)

24. short records (shortrec.at:25): ok     (0m0.347s 0m0.656s)

26. working -C with --same-order (same-order01.at:26): ok     (0m0.322s 0m0.753s)

27. multiple -C options (same-order02.at:25): ok     (0m0.306s 0m0.647s)

28. append (append.at:21): ok     (0m0.240s 0m0.470s)

29. appending files with long names (append01.at:29): ok     (0m0.198s 0m0.385s)

30. append vs. create (append02.at:54): ok     (0m0.355s 0m0.656s)

31. append with name transformation (append03.at:21): ok     (0m0.290s 0m0.535s)

32. append with verify (append04.at:29): ok     (0m0.282s 0m0.544s)

33. transforming hard links on create (xform-h.at:30): ok     (0m0.416s 0m0.807s)

34. transformations and GNU volume labels (xform01.at:26): ok     (0m0.039s 0m0.074s)

35. exclude (exclude.at:23): ok     (0m0.211s 0m0.575s)

36. exclude wildcards (exclude01.at:19): ok     (0m0.663s 0m1.651s)

37. exclude: anchoring (exclude02.at:19): ok     (0m0.773s 0m1.943s)

38. exclude: wildcards match slash (exclude03.at:19): ok     (0m0.619s 0m1.624s)

39. exclude: case insensitive (exclude04.at:19): ok     (0m0.601s 0m1.595s)

40. exclude: lots of excludes (exclude05.at:21): ok     (3m7.387s 0m10.223s)

41. exclude: long files in pax archives (exclude06.at:26): ok     (0m0.089s 0m0.176s)

42. exclude: --exclude-backups option (exclude07.at:19): ok     (0m0.256s 0m0.527s)

43. --exclude-tag option (exclude08.at:36): ok     (0m0.303s 0m0.735s)

44. --exclude-tag option and --listed-incremental (exclude09.at:37): ok     (0m0.063s 0m0.148s)

45. --exclude-tag option in incremental pass (exclude10.at:38): ok     (0m0.086s 0m0.216s)

46. --exclude-tag-under option (exclude11.at:36): ok     (0m0.313s 0m0.752s)

47. --exclude-tag-under and --listed-incremental (exclude12.at:37): ok     (0m0.062s 0m0.147s)

48. --exclude-tag-under option in incremental pass (exclude13.at:39): ok     (0m0.091s 0m0.228s)

49. --exclude-tag-all option (exclude14.at:36): ok     (0m0.318s 0m0.761s)

50. --exclude-tag-all and --listed-incremental (exclude15.at:36): ok     (0m0.064s 0m0.154s)

51. --exclude-tag-all option in incremental pass (exclude16.at:38): ok     (0m0.092s 0m0.233s)

52. deleting a member after a big one (delete01.at:23): ok     (0m0.392s 0m0.554s)

53. deleting a member from stdin archive (delete02.at:23): ok     (0m0.328s 0m0.654s)

54. deleting members with long names (delete03.at:21): ok     (0m0.202s 0m0.480s)

55. deleting a large last member (delete04.at:23): ok     (0m1.082s 0m1.145s)

56. deleting non-existing member (delete05.at:27): ok     (0m0.307s 0m0.581s)

57. extract over an existing directory (extrac01.at:23): ok     (0m0.182s 0m0.361s)

58. extracting symlinks over an existing file (extrac02.at:23): ok     (0m0.209s 0m0.460s)

59. extraction loops (extrac03.at:23): ok     (0m0.187s 0m0.364s)

60. extract + fnmatch (extrac04.at:23): ok     (0m0.313s 0m0.824s)

61. extracting selected members from pax (extrac05.at:30): ok     (0m0.075s 0m0.152s)

62. mode of extracted directories (extrac06.at:34): ok     (0m0.401s 0m0.769s)

63. extracting symlinks to a read-only dir (extrac07.at:27): ok     (0m0.059s 0m0.139s)

64. restoring mode on existing directory (extrac08.at:33): ok     (0m0.237s 0m0.502s)

65. extracting even when . and .. are unreadable (extrac09.at:34): ok     (0m0.061s 0m0.148s)

66. -C and delayed setting of metadata (extrac10.at:29): ok     (0m0.038s 0m0.077s)

67. scarce file descriptors (extrac11.at:25): ok     (0m0.128s 0m0.315s)

68. extract dot permissions (extrac12.at:25): ok     (0m0.040s 0m0.083s)

69. extract over symlinks (extrac13.at:26): ok     (0m0.070s 0m0.160s)

70. extract -C symlink (extrac14.at:25): ok     (0m0.036s 0m0.074s)

71. extract parent mkdir failure (extrac15.at:25): ok     (0m0.048s 0m0.114s)

72. extract empty directory with -C (extrac16.at:26): ok     (0m0.035s 0m0.069s)

73. name matching/transformation ordering (extrac17.at:21): ok     (0m0.256s 0m0.503s)

74. keep-old-files (extrac18.at:34): ok     (0m0.236s 0m0.510s)

75. skip-old-files (extrac19.at:21): ok     (0m0.213s 0m0.453s)

76. extracting existing dir with --backup (backup01.at:33): ok     (0m0.195s 0m0.374s)

77. single-volume label (label01.at:21): ok     (0m0.145s 0m0.274s)

78. multi-volume label (label02.at:21): ok     (0m0.196s 0m0.323s)

79. test-label option (label03.at:27): ok     (0m0.375s 0m0.643s)

80. label with non-create option (label04.at:27): ok     (0m0.165s 0m0.297s)

81. label with non-create option (label05.at:24): ok     (0m0.170s 0m0.312s)

82. incremental (incremental.at:23): ok     (0m0.168s 0m0.349s)

83. restore broken symlinks from incremental (incr01.at:27): ok     (0m0.187s 0m0.375s)

84. restoring timestamps from incremental (incr02.at:32): ok     (0m0.205s 0m0.454s)

85. --listed for individual files (listed01.at:26): ok     (0m0.169s 0m0.316s)

86. working --listed (listed02.at:28): ok     (0m0.300s 0m0.869s)

88. --listed-incremental and --one-file-system (listed04.at:26): ok     (0m0.042s 0m0.089s)

89. --listed-incremental and remounted directories (listed05.at:33): skipped (listed05.at:36)

90. renamed files in incrementals (incr03.at:28): ok     (0m0.379s 0m0.963s)

91. proper icontents initialization (incr04.at:29): ok     (0m0.356s 0m0.689s)

92. incremental dumps with -C (incr05.at:21): ok     (0m0.190s 0m0.391s)

93. incremental dumps of nested directories (incr06.at:21): ok     (0m0.305s 0m0.601s)

94. incremental restores with -C (incr07.at:18): ok     (0m0.316s 0m0.610s)

96. incremental with alternating -C (incr09.at:26): ok     (0m0.054s 0m0.122s)

97. file removed as we read it (ca. 22 seconds) (filerem01.at:36): ok     (0m0.108s 0m0.226s)

98. toplevel file removed (ca. 24 seconds) (filerem02.at:26): ok     (0m0.143s 0m0.299s)

99. renamed dirs in incrementals (rename01.at:24): ok     (0m0.339s 0m0.824s)

100. move between hierarchies (rename02.at:24): ok     (0m0.377s 0m0.925s)

101. cyclic renames (rename03.at:23): ok     (0m0.455s 0m1.157s)

102. renamed directory containing subdirectories (rename04.at:27): ok     (0m0.315s 0m0.743s)

103. renamed subdirectories (rename05.at:24): ok     (0m0.311s 0m0.744s)

104. changed file types in incrementals (chtype.at:27): ok     (0m0.432s 0m0.928s)

105. ignfail (ignfail.at:23): ok     (0m0.423s 0m1.027s)

106. link count gt 2 (link01.at:33): ok     (0m0.242s 0m0.571s)

107. preserve hard links with --remove-files (link02.at:32): ok     (0m0.252s 0m0.544s)

108. working -l with --remove-files (link03.at:24): ok     (0m0.379s 0m0.858s)

109. link count is 1 but multiple occurrences (link04.at:29): ok     (0m0.370s 0m0.880s)

110. long names in V7 archives (longv7.at:24): ok     (0m0.042s 0m0.093s)

111. long file names divisible by block size (long01.at:28): ok     (0m0.164s 0m0.308s)

112. ustar: unsplittable file name (lustar01.at:21): ok     (0m0.032s 0m0.066s)

113. ustar: unsplittable path name (lustar02.at:21): ok     (0m0.069s 0m0.130s)

114. ustar: splitting long names (lustar03.at:21): ok     (0m0.080s 0m0.147s)

115. old archives (old.at:23): ok     (0m0.024s 0m0.052s)

116. time: tricky time stamps (time01.at:20): ok     (0m0.277s 0m0.815s)

117. multivolume dumps from pipes (multiv01.at:24): ok     (0m0.207s 0m0.322s)

118. skipping a straddling member (multiv02.at:28): ok     (0m0.252s 0m0.356s)

119. MV archive & long filenames (multiv03.at:30): ok     (0m0.195s 0m0.373s)

120. split directory members in a MV archive (multiv04.at:36): ok     (0m0.410s 0m0.759s)

121. Restoring after an out of sync volume (multiv05.at:26): ok     (0m0.789s 0m0.294s)

122. Multivolumes with L=record_size (multiv06.at:27): ok     (0m0.114s 0m0.181s)

123. volumes split at an extended header (multiv07.at:28): skipped (multiv07.at:31)

124. multivolume header creation (multiv08.at:25): ok     (0m0.062s 0m0.101s)

125. --owner and --group (owner.at:21): ok     (0m0.056s 0m0.092s)

126. sparse files (sparse01.at:21): ok     (0m0.951s 0m0.974s)

127. extracting sparse file over a pipe (sparse02.at:21): ok     (0m0.868s 0m0.871s)

128. storing sparse files > 8G (sparse03.at:21): ok     (10m41.567s 6m46.367s)

129. storing long sparse file names (sparse04.at:21): ok     (0m0.276s 0m0.404s)

130. sparse files in MV archives (sparsemv.at:21): ok     (0m0.406s 0m0.633s)

131. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok     (0m0.206s 0m0.314s)

132. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok     (0m0.211s 0m0.325s)

133. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok     (0m0.212s 0m0.326s)

134. update unchanged directories (update.at:28): ok     (0m0.391s 0m0.786s)

135. update directories (update01.at:29): ok     (0m0.364s 0m0.834s)

136. update changed files (update02.at:26): ok     (0m0.348s 0m0.825s)

137. verify (verify.at:25): ok     (0m0.139s 0m0.288s)

138. volume (volume.at:23): ok     (0m0.159s 0m0.272s)

139. volume header size (volsize.at:29): skipped (volsize.at:32)

140. compressed format recognition (comprec.at:21): ok     (0m0.343s 0m0.719s)

141. short input files (shortfile.at:26): ok     (0m0.033s 0m0.065s)

142. updating short archives (shortupd.at:31): ok     (0m0.129s 0m0.252s)

143. truncate (truncate.at:29): ok     (0m0.768s 0m0.717s)

144. grow (grow.at:24): ok     (1m43.742s 0m5.917s)

145. sigpipe handling (sigpipe.at:21): ok     (0m0.050s 0m0.108s)

146. remove-files with compression (remfiles01.at:28): ok     (0m0.081s 0m0.250s)

147. remove-files with compression: grand-child (remfiles02.at:28): ok     (0m0.063s 0m0.187s)

148. remove-files with symbolic links (remfiles03.at:28): ok     (0m0.028s 0m0.069s)

149. remove-files with -C:rel in -c/non-incr. mode (remfiles04a.at:25): ok     (0m0.042s 0m0.118s)

150. remove-files with -C:rel in -c/incr. mode (remfiles04b.at:33): ok     (0m0.043s 0m0.114s)

151. remove-files with -C:rel in -r mode (remfiles04c.at:33): ok     (0m0.059s 0m0.156s)

152. remove-files with -C:rel,rel in -c/non-incr. mode (remfiles05a.at:34): ok     (0m0.049s 0m0.129s)

153. remove-files with -C:rel,rel in -c/incr. mode (remfiles05b.at:25): ok     (0m0.049s 0m0.125s)

154. remove-files with -C:rel,rel in -r mode (remfiles05c.at:25): ok     (0m0.066s 0m0.173s)

155. remove-files with -C:rel,abs in -c/non-incr. mode (remfiles06a.at:25): ok     (0m0.051s 0m0.135s)

156. remove-files with -C:rel,abs in -c/incr. mode (remfiles06b.at:25): ok     (0m0.050s 0m0.129s)

157. remove-files with -C:rel,abs in -r mode (remfiles06c.at:25): ok     (0m0.068s 0m0.179s)

158. remove-files with -C:abs,rel in -c/non-incr. mode (remfiles07a.at:25): ok     (0m0.050s 0m0.129s)

159. remove-files with -C:abs,rel in -c/incr. mode (remfiles07b.at:25): ok     (0m0.050s 0m0.129s)

160. remove-files with -C:abs,rel in -r mode (remfiles07c.at:25): ok     (0m0.068s 0m0.184s)

164. remove-files on full directory in -c/non-incr. mode (remfiles09a.at:25): ok     (0m0.036s 0m0.078s)

166. remove-files on full directory in -r mode (remfiles09c.at:25): ok     (0m0.064s 0m0.165s)

167. remove-files (remfiles10.at:20): ok     (0m0.037s 0m0.080s)

168. xattrs: basic functionality (xattr01.at:25): skipped (xattr01.at:28)

169. xattrs: change directory with -C option (xattr02.at:25): skipped (xattr02.at:28)

170. xattrs: trusted.* attributes (xattr03.at:25): skipped (xattr03.at:28)

171. xattrs: s/open/openat/ regression (xattr04.at:26): skipped (xattr04.at:29)

172. xattrs: keywords with '=' and '%' (xattr05.at:28): skipped (xattr05.at:31)

173. acls: basic functionality (acls01.at:25): skipped (acls01.at:28)

174. acls: work with -C (acls02.at:25): skipped (acls02.at:28)

175. acls: default ACLs (acls03.at:30): skipped (acls03.at:47)

176. selinux: basic store/restore (selnx01.at:25): skipped (selnx01.at:28)

177. acls/selinux: special files & fifos (selacl01.at:25): skipped (selacl01.at:28)

178. capabilities: binary store/restore (capabs_raw01.at:25): skipped (capabs_raw01.at:28)

179. tar --one-top-level (onetop01.at:21): ok     (0m0.339s 0m0.856s)

180. tar --one-top-level --show-transformed (onetop02.at:21): ok     (0m0.334s 0m0.834s)

181. tar --one-top-level --transform (onetop03.at:21): ok     (0m0.336s 0m0.841s)

182. tar --one-top-level --transform (onetop04.at:21): ok     (0m0.314s 0m0.758s)

183. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26)

184. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26)

185. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26)

186. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26)

187. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26)

188. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26)

testsuite: ending at: Sun Jan  4 00:50:14 GMT 2015

 

## ------------- ##

## Test results. ##

## ------------- ##

 

ERROR: 167 tests were run,

7 failed (2 expected failures).

21 tests were skipped.

 

## ------------------------ ##

## Summary of the failures. ##

## ------------------------ ##

Failed tests:

GNU tar 1.28 test suite test groups:

 

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

      KEYWORDS

 

  25: iotty.at:26        terminal input

      options iotty

  87: listed03.at:24     incremental dump when the parent directory is unreadable

      listed incremental listed03

  95: incr08.at:38       filename normalization

      incremental create incr08

161: remfiles08a.at:28  remove-files deleting two subdirs in -c/non-incr. mode

      create remove-files remfiles08 remfiles08a

163: remfiles08c.at:28  remove-files deleting two subdirs in -r mode

      create append remove-files remfiles08 remfiles08c

 

Skipped tests:

GNU tar 1.28 test suite test groups:

 

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

      KEYWORDS

 

  10: opcomp06.at:21     --pax-option compatibility

      opcomp opcomp06

  89: listed05.at:33     --listed-incremental and remounted directories

      listed incremental listed05

123: multiv07.at:28     volumes split at an extended header

      multivolume multiv multiv07 xsplit

139: volsize.at:29      volume header size

      volume volsize

168: xattr01.at:25      xattrs: basic functionality

      xattrs xattr01

169: xattr02.at:25      xattrs: change directory with -C option

      xattrs xattr02

170: xattr03.at:25      xattrs: trusted.* attributes

      xattrs xattr03

171: xattr04.at:26      xattrs: s/open/openat/ regression

      xattrs xattr04

172: xattr05.at:28      xattrs: keywords with '=' and '%'

      xattrs xattr05

173: acls01.at:25       acls: basic functionality

      xattrs acls acls01

174: acls02.at:25       acls: work with -C

      xattrs acls acls02

175: acls03.at:30       acls: default ACLs

      xattrs acls acls03

176: selnx01.at:25      selinux: basic store/restore

      xattrs selinux selnx01

177: selacl01.at:25     acls/selinux: special files & fifos

      xattrs selinux acls selacls01

178: capabs_raw01.at:25 capabilities: binary store/restore

      xattrs capabilities capabs_raw01

183: gtarfail.at:21     gtarfail

      star gtarfail

184: gtarfail2.at:21    gtarfail2

      star gtarfail2

185: multi-fail.at:21   multi-fail

      star multivolume multiv multi-fail

186: ustar-big-2g.at:21 ustar-big-2g

      star ustar-big-2g

187: ustar-big-8g.at:21 ustar-big-8g

      star ustar-big-8g

188: pax-big-10g.at:21  pax-big-10g

      star pax-big-10g

 

## ---------------------- ##

## Detailed failed tests. ##

## ---------------------- ##

 

#                             -*- compilation -*-

25. iotty.at:26: testing terminal input ...

/appl/gfpip/local_build/src/gnu/tar-1.28/tests/iotty.at:29:

mkdir posix

(cd posix

TEST_TAR_FORMAT=posix

export TEST_TAR_FORMAT

TAR_OPTIONS="-H posix"

export TAR_OPTIONS

rm -rf *

 

test -x $abs_builddir/ttyemu || exit 77

TAPE=-

export TAPE

ttyemu -t5 -i/dev/null tar -x

echo $?

ttyemu -t5 -i/dev/null tar -xz

echo $?

ttyemu -t5 -i/dev/null tar -c .

echo $?

)

0a1,3

> tcgetattr: Invalid argument

> tcgetattr: Invalid argument

> tcgetattr: Invalid argument

1,9c1,3

< tar: Refusing to read archive contents from terminal (missing -f option?)

< tar: Error is not recoverable: exiting now

< 2

< tar: Refusing to read archive contents from terminal (missing -f option?)

< tar: Error is not recoverable: exiting now

< 2

< tar: Refusing to write archive contents to terminal (missing -f option?)

< tar: Error is not recoverable: exiting now

< 2

---

> 126

> 126

> 126

25. iotty.at:26: 25. terminal input (iotty.at:26): FAILED (iotty.at:29)

 

#                             -*- compilation -*-

87. listed03.at:24: testing incremental dump when the parent directory is unreadable ...

/appl/gfpip/local_build/src/gnu/tar-1.28/tests/listed03.at:27:

mkdir gnu

(cd gnu

TEST_TAR_FORMAT=gnu

export TEST_TAR_FORMAT

TAR_OPTIONS="-H gnu"

export TAR_OPTIONS

rm -rf *

 

 

echo "test" > $$

chmod 0 $$

cat $$ > /dev/null 2>&1

result=$?

rm -f $$

test $result -eq 0 && exit 77

 

 

mkdir dir

mkdir dir/sub

mkdir dir/sub/a

genfile --file dir/sub/a/file

cd dir/sub

 

chmod a-r ..

tar -c -f archive.tar --listed-incremental=db.1 -v a

status=$?

chmod a+r ..

exit $status

)

1c1,2

< tar: a: Directory is new

---

> tar: .: Cannot getcwd: Permission denied

> tar: Error is not recoverable: exiting now

1,2d0

< a/

< a/file

/appl/gfpip/local_build/src/gnu/tar-1.28/tests/listed03.at:27: exit code was 2, expected 0

87. listed03.at:24: 87. incremental dump when the parent directory is unreadable (listed03.at:24): FAILED (listed03.at:27)

 

#                             -*- compilation -*-

95. incr08.at:38: testing filename normalization ...

/appl/gfpip/local_build/src/gnu/tar-1.28/tests/incr08.at:41:

mkdir gnu

(cd gnu

TEST_TAR_FORMAT=gnu

export TEST_TAR_FORMAT

TAR_OPTIONS="-H gnu"

export TAR_OPTIONS

rm -rf *

 

 

test -z "`sort < /dev/null 2>&1`" || exit 77

 

mkdir tartest

cd tartest

mkdir foo

mkdir foo/subdir

mkdir foo/subdir/dir1

mkdir subdir

mkdir subdir/dir2

decho A

find .|sort

 

decho B

DIR=`pwd`

tar -cvf ../foo.tar --listed-incremental=../foo.snar -C foo . $DIR 2>../err |\

  sed "s|$DIR|ABSPATH|"

sed "s|$DIR|ABSPATH|" ../err >&2

)

6a7

> tar: ABSPATH/foo: Directory has been renamed from '.'

12a13,15

> ABSPATH/foo/

> ABSPATH/foo/subdir/

> ABSPATH/foo/subdir/dir1/

95. incr08.at:38: 95. filename normalization (incr08.at:38): FAILED (incr08.at:41)

 

#                             -*- compilation -*-

161. remfiles08a.at:28: testing remove-files deleting two subdirs in -c/non-incr. mode ...

/appl/gfpip/local_build/src/gnu/tar-1.28/tests/remfiles08a.at:31:

mkdir gnu

(cd gnu

TEST_TAR_FORMAT=gnu

export TEST_TAR_FORMAT

TAR_OPTIONS="-H gnu"

export TAR_OPTIONS

rm -rf *

 

mkdir foo

mkdir bar

echo foo/foo_file > foo/foo_file

echo bar/bar_file > bar/bar_file

decho A

tar -cvf foo.tar --remove-files -C foo . -C ../bar .

decho B

find .

)

7a8

> ./bar

161. remfiles08a.at:28: 161. remove-files deleting two subdirs in -c/non-incr. mode (remfiles08a.at:28): FAILED (remfiles08a.at:31)

 

#                             -*- compilation -*-

163. remfiles08c.at:28: testing remove-files deleting two subdirs in -r mode ...

/appl/gfpip/local_build/src/gnu/tar-1.28/tests/remfiles08c.at:31:

mkdir gnu

(cd gnu

TEST_TAR_FORMAT=gnu

export TEST_TAR_FORMAT

TAR_OPTIONS="-H gnu"

export TAR_OPTIONS

rm -rf *

 

 

test -z "`sort < /dev/null 2>&1`" || exit 77

 

mkdir foo

mkdir bar

echo foo/foo_file > foo/foo_file

echo bar/bar_file > bar/bar_file

tar -cf foo.tar -C foo . -C ../bar .

decho A

find . | sort

decho B

tar -rvf foo.tar --remove-files -C foo . -C ../bar .

decho C

find .

)

14a15

> ./bar

163. remfiles08c.at:28: 163. remove-files deleting two subdirs in -r mode (remfiles08c.at:28): FAILED (remfiles08c.at:31)

 

 

## ------------- ##

## ../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.28, which was

| generated by GNU Autoconf 2.69.  Invocation command line was

|

|   $ /appl/gfpip/local_build/src/gnu/tar-1.28/configure --prefix=/appl/gfpip/local-201501 --libdir=/appl/gfpip/local-201501/lib/sparcv9 --srcdir=/appl/gfpip/local_build/src/gnu/tar-1.28

|

| ## --------- ##

| ## Platform. ##

| ## --------- ##

|

| hostname = gfpmt5pcs10

| uname -m = sun4v

| uname -r = 5.10

| uname -s = SunOS

| uname -v = Generic_150400-03

|

| /usr/bin/uname -p = sparc

| /bin/uname -X     = System = SunOS

| Node = gfpmt5pcs10

| Release = 5.10

| KernelID = Generic_150400-03

| Machine = sun4v

| BusType = <unknown>

| Serial = <unknown>

| Users = <unknown>

| OEM# = 0

| Origin# = 1

| NumCPU = 64

|

| /bin/arch              = sun4

| /usr/bin/arch -k       = sun4v

| /usr/convex/getsysinfo = unknown

| /usr/bin/hostinfo      = unknown

| /bin/machine           = unknown

| /usr/bin/oslevel       = unknown

| /bin/universe          = unknown

|

| PATH: /appl/gfpip/local-201501/bin

| PATH: /appl/gfpip/local-201501/sbin

| PATH: /appl/gfpip/perl5/bin

| PATH: /usr/sbin

| PATH: /usr/bin

| PATH: /opt/solarisstudio12.3/bin

| PATH: /usr/sfw/bin

| PATH: /usr/sfw/sbin

| PATH: /usr/ccs/bin

| PATH: /usr/xpg4/bin

| PATH: /usr/xpg6/bin

| PATH: /usr/ucb

| PATH: /usr/localcw/bin

| PATH: /usr/localcw/sbin

| PATH: /appl/gfpip/local/bin

|

|

| ## ----------- ##

| ## Core tests. ##

| ## ----------- ##

|

| configure:3583: checking for a BSD-compatible install

| configure:3651: result: /appl/gfpip/local-201501/bin/install -c

| configure:3662: checking whether build environment is sane

| configure:3717: result: yes

| configure:3868: checking for a thread-safe mkdir -p

| configure:3907: result: /appl/gfpip/local-201501/bin/mkdir -p

| configure:3914: checking for gawk

| configure:3930: found /appl/gfpip/local-201501/bin/gawk

| configure:3941: result: gawk

| configure:3952: checking whether make sets $(MAKE)

| configure:3974: result: yes

| configure:4003: checking whether make supports nested variables

| configure:4020: result: yes

| configure:4109: checking whether UID '409' is supported by ustar format

| configure:4112: result: yes

| configure:4119: checking whether GID '409' is supported by ustar format

| configure:4122: result: yes

| configure:4130: checking how to create a ustar tar archive

| configure:4141: tar --version

| tar: s: unknown function modifier

| Usage: tar {c|r|t|u|address@hidden [blocksize] [tarfile] [size] [exclude-file...] {file | -I include-file | -C directory file}...

| configure:4144: $? = 1

| configure:4141: gnutar --version

| /appl/gfpip/local_build/src/gnu/tar-1.28/configure: line 4142: gnutar: command not found

| configure:4144: $? = 127

| configure:4141: gtar --version

| tar (GNU tar) 1.26

| Copyright (C) 2011 Free Software Foundation, Inc.

| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.

| This is free software: you are free to change and redistribute it.

| There is NO WARRANTY, to the extent permitted by law.

|

| Written by John Gilmore and Jay Fenlason.

| configure:4144: $? = 0

| configure:4184: tardir=conftest.dir && eval gtar --format=ustar -chf - "$tardir" >conftest.tar

| configure:4187: $? = 0

| configure:4191: gtar -xf - <conftest.tar

| configure:4194: $? = 0

| configure:4196: cat conftest.dir/file

| GrepMe

| configure:4199: $? = 0

| configure:4212: result: gnutar

| configure:4274: checking whether make supports nested variables

| configure:4291: result: yes

| configure:4315: checking for style of include used by make

| configure:4343: result: GNU

| configure:4414: checking for gcc

| configure:4441: result: gcc

| configure:4670: checking for C compiler version

| configure:4679: gcc --version >&5

| gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

| Copyright (C) 2004 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:4690: $? = 0

| configure:4679: gcc -v >&5

| Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs

| Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared

| Thread model: posix

| gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

| configure:4690: $? = 0

| configure:4679: gcc -V >&5

| gcc: `-V' option must have argument

| configure:4690: $? = 1

| configure:4679: gcc -qversion >&5

| gcc: unrecognized option `-qversion'

| gcc: no input files

| configure:4690: $? = 1

| configure:4710: checking whether the C compiler works

| configure:4732: gcc -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:4736: $? = 0

| configure:4784: result: yes

| configure:4787: checking for C compiler default output file name

| configure:4789: result: a.out

| configure:4795: checking for suffix of executables

| configure:4802: gcc -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:4806: $? = 0

| configure:4828: result:

| configure:4850: checking whether we are cross compiling

| configure:4858: gcc -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:4862: $? = 0

| configure:4869: ./conftest

| configure:4873: $? = 0

| configure:4888: result: no

| configure:4893: checking for suffix of object files

| configure:4915: gcc -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:4919: $? = 0

| configure:4940: result: o

| configure:4944: checking whether we are using the GNU C compiler

| configure:4963: gcc -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:4963: $? = 0

| configure:4972: result: yes

| configure:4981: checking whether gcc accepts -g

| configure:5001: gcc -c -g -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:5001: $? = 0

| configure:5042: result: yes

| configure:5059: checking for gcc option to accept ISO C89

| configure:5122: gcc  -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:5122: $? = 0

| configure:5135: result: none needed

| configure:5160: checking whether gcc understands -c and -o together

| configure:5182: gcc -c conftest.c -o conftest2.o

| configure:5185: $? = 0

| configure:5182: gcc -c conftest.c -o conftest2.o

| configure:5185: $? = 0

| configure:5197: result: yes

| configure:5216: checking dependency style of gcc

| configure:5327: result: gcc3

| configure:5346: checking for gcc option to accept ISO C99

| configure:5495: gcc  -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| In file included from conftest.c:12:

| /usr/include/stdbool.h:42:2: #error "Use of <stdbool.h> is valid only in a c99 compilation environment."

| conftest.c:61: error: syntax error before "text"

| conftest.c: In function `test_restrict':

| conftest.c:66: error: 'for' loop initial declaration used outside C99 mode

| conftest.c:66: error: `text' undeclared (first use in this function)

| conftest.c:66: error: (Each undeclared identifier is reported only once

| conftest.c:66: error: for each function it appears in.)

| conftest.c: In function `main':

| conftest.c:110: error: `false' undeclared (first use in this function)

| conftest.c:114: error: `true' undeclared (first use in this function)

| conftest.c:115: error: syntax error before "newvar"

| conftest.c:125: error: 'for' loop initial declaration used outside C99 mode

| conftest.c:141: error: `newvar' undeclared (first use in this function)

| configure:5495: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | /* end confdefs.h.  */

| | #include <stdarg.h>

| | #include <stdbool.h>

| | #include <stdlib.h>

| | #include <wchar.h>

| | #include <stdio.h>

| |

| | // Check varargs macros.  These examples are taken from C99 6.10.3.5.

| | #define debug(...) fprintf (stderr, __VA_ARGS__)

| | #define showlist(...) puts (#__VA_ARGS__)

| | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))

| | static void

| | test_varargs_macros (void)

| | {

| |   int x = 1234;

| |   int y = 5678;

| |   debug ("Flag");

| |   debug ("X = %d\n", x);

| |   showlist (The first, second, and third items.);

| |   report (x>y, "x is %d but y is %d", x, y);

| | }

| |

| | // Check long long types.

| | #define BIG64 18446744073709551615ull

| | #define BIG32 4294967295ul

| | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)

| | #if !BIG_OK

| |   your preprocessor is broken;

| | #endif

| | #if BIG_OK

| | #else

| |   your preprocessor is broken;

| | #endif

| | static long long int bignum = -9223372036854775807LL;

| | static unsigned long long int ubignum = BIG64;

| |

| | struct incomplete_array

| | {

| |   int datasize;

| |   double data[];

| | };

| |

| | struct named_init {

| |   int number;

| |   const wchar_t *name;

| |   double average;

| | };

| |

| | typedef const char *ccp;

| |

| | static inline int

| | test_restrict (ccp restrict text)

| | {

| |   // See if C++-style comments work.

| |   // Iterate through items via the restricted pointer.

| |   // Also check for declarations in for loops.

| |   for (unsigned int i = 0; *(text+i) != '\0'; ++i)

| |     continue;

| |   return 0;

| | }

| |

| | // Check varargs and va_copy.

| | static void

| | test_varargs (const char *format, ...)

| | {

| |   va_list args;

| |   va_start (args, format);

| |   va_list args_copy;

| |   va_copy (args_copy, args);

| |

| |   const char *str;

| |   int number;

| |   float fnumber;

| |

| |   while (*format)

| |     {

| |       switch (*format++)

| |   {

| |   case 's': // string

| |     str = va_arg (args_copy, const char *);

| |     break;

| |   case 'd': // int

| |     number = va_arg (args_copy, int);

| |     break;

| |   case 'f': // float

| |     fnumber = va_arg (args_copy, double);

| |     break;

| |   default:

| |     break;

| |   }

| |     }

| |   va_end (args_copy);

| |   va_end (args);

| | }

| |

| | int

| | main ()

| | {

| |

| |   // Check bool.

| |   _Bool success = false;

| |

| |   // Check restrict.

| |   if (test_restrict ("String literal") == 0)

| |     success = true;

| |   char *restrict newvar = "Another string";

| |

| |   // Check varargs.

| |   test_varargs ("s, d' f .", "string", 65, 34.234);

| |   test_varargs_macros ();

| |

| |   // Check flexible array members.

| |   struct incomplete_array *ia =

| |     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));

| |   ia->datasize = 10;

| |   for (int i = 0; i < ia->datasize; ++i)

| |     ia->data[i] = i * 1.234;

| |

| |   // Check named initializers.

| |   struct named_init ni = {

| |     .number = 34,

| |     .name = L"Test wide string",

| |     .average = 543.34343,

| |   };

| |

| |   ni.number = 58;

| |

| |   int dynamic_array[ni.number];

| |   dynamic_array[ni.number - 1] = 543;

| |

| |   // work around unused variable warnings

| |   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'

| |     || dynamic_array[ni.number - 1] != 543);

| |

| |   ;

| |   return 0;

| | }

| configure:5495: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:5495: $? = 0

| configure:5515: result: -std=gnu99

| configure:5616: checking for gcc -std=gnu99 option to accept ISO Standard C

| configure:5630: result: -std=gnu99

| configure:5678: checking for ranlib

| configure:5694: found /usr/ccs/bin/ranlib

| configure:5705: result: ranlib

| configure:5731: checking for bison

| configure:5747: found /appl/gfpip/local-201501/bin/bison

| configure:5758: result: bison -y

| configure:5776: checking how to run the C preprocessor

| configure:5807: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:5807: $? = 0

| configure:5821: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| conftest.c:11:28: ac_nonexistent.h: No such file or directory

| configure:5821: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | /* end confdefs.h.  */

| | #include <ac_nonexistent.h>

| configure:5846: result: gcc -std=gnu99 -E

| configure:5866: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:5866: $? = 0

| configure:5880: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| conftest.c:11:28: ac_nonexistent.h: No such file or directory

| configure:5880: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | /* end confdefs.h.  */

| | #include <ac_nonexistent.h>

| configure:5909: checking for grep that handles long lines and -e

| configure:5967: result: /appl/gfpip/local-201501/bin/grep

| configure:5972: checking for egrep

| configure:6034: result: /appl/gfpip/local-201501/bin/grep -E

| configure:6041: checking for Minix Amsterdam compiler

| configure:6065: result: no

| configure:6117: checking for ar

| configure:6133: found /usr/ccs/bin/ar

| configure:6144: result: ar

| configure:6278: checking for ANSI C header files

| configure:6298: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6298: $? = 0

| configure:6371: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:6371: $? = 0

| configure:6371: ./conftest

| configure:6371: $? = 0

| configure:6382: result: yes

| configure:6395: checking for sys/types.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for sys/stat.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for stdlib.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for string.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for memory.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for strings.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for inttypes.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for stdint.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6395: checking for unistd.h

| configure:6395: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6395: $? = 0

| configure:6395: result: yes

| configure:6408: checking minix/config.h usability

| configure:6408: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:54:26: minix/config.h: No such file or directory

| configure:6408: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | #include <minix/config.h>

| configure:6408: result: no

| configure:6408: checking minix/config.h presence

| configure:6408: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| conftest.c:21:26: minix/config.h: No such file or directory

| configure:6408: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | /* end confdefs.h.  */

| | #include <minix/config.h>

| configure:6408: result: no

| configure:6408: checking for minix/config.h

| configure:6408: result: no

| configure:6432: checking whether it is safe to define __EXTENSIONS__

| configure:6450: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6450: $? = 0

| configure:6457: result: yes

| configure:6472: checking whether _XOPEN_SOURCE should be defined

| configure:6491: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6491: $? = 0

| configure:6515: result: no

| configure:6527: checking for _LARGEFILE_SOURCE value needed for large files

| configure:6546: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:6546: $? = 0

| configure:6574: result: no

| configure:6602: checking for special C compiler options needed for large files

| configure:6647: result: no

| configure:6653: checking for _FILE_OFFSET_BITS value needed for large files

| configure:6678: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:6678: $? = 0

| configure:6710: result: no

| configure:7173: checking for special C compiler options needed for large files

| configure:7218: result: no

| configure:7224: checking for _FILE_OFFSET_BITS value needed for large files

| configure:7281: result: no

| configure:7368: checking for inline

| configure:7384: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7384: $? = 0

| configure:7392: result: inline

| configure:7417: checking for fcntl.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for linux/fd.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:65:22: linux/fd.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <linux/fd.h>

| configure:7417: result: no

| configure:7417: checking for memory.h

| configure:7417: result: yes

| configure:7417: checking for net/errno.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:66:23: net/errno.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <net/errno.h>

| configure:7417: result: no

| configure:7417: checking for sgtty.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for string.h

| configure:7417: result: yes

| configure:7417: checking for sys/param.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for sys/device.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:69:24: sys/device.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_SYS_PARAM_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <sys/device.h>

| configure:7417: result: no

| configure:7417: checking for sys/gentape.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:69:25: sys/gentape.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_SYS_PARAM_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <sys/gentape.h>

| configure:7417: result: no

| configure:7417: checking for sys/inet.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:69:22: sys/inet.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_SYS_PARAM_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <sys/inet.h>

| configure:7417: result: no

| configure:7417: checking for sys/io/trioctl.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:69:28: sys/io/trioctl.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_SYS_PARAM_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <sys/io/trioctl.h>

| configure:7417: result: no

| configure:7417: checking for sys/mtio.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for sys/time.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for sys/tprintf.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:71:25: sys/tprintf.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <sys/tprintf.h>

| configure:7417: result: no

| configure:7417: checking for sys/tape.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:71:22: sys/tape.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <sys/tape.h>

| configure:7417: result: no

| configure:7417: checking for unistd.h

| configure:7417: result: yes

| configure:7417: checking for locale.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for features.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:73:22: features.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <features.h>

| configure:7417: result: no

| configure:7417: checking for linewrap.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:73:22: linewrap.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <linewrap.h>

| configure:7417: result: no

| configure:7417: checking for sys/socket.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for dirent.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for wctype.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for stdio_ext.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for sys/stat.h

| configure:7417: result: yes

| configure:7417: checking for getopt.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for wchar.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for stdint.h

| configure:7417: result: yes

| configure:7417: checking for inttypes.h

| configure:7417: result: yes

| configure:7417: checking for langinfo.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for xlocale.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:83:21: xlocale.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <xlocale.h>

| configure:7417: result: no

| configure:7417: checking for sys/mman.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for priv.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for malloc.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for selinux/selinux.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:86:29: selinux/selinux.h: No such file or directory

| configure:7417: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #include <selinux/selinux.h>

| configure:7417: result: no

| configure:7417: checking for strings.h

| configure:7417: result: yes

| configure:7417: checking for sysexits.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for utime.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for netdb.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for sys/wait.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for pwd.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7417: checking for grp.h

| configure:7417: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7417: $? = 0

| configure:7417: result: yes

| configure:7466: checking for sys/buf.h

| configure:7466: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7466: $? = 0

| configure:7466: result: yes

| configure:7480: checking whether sys/types.h defines makedev

| configure:7496: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c: In function `main':

| conftest.c:64: warning: implicit declaration of function `makedev'

| Undefined             first referenced

|  symbol                   in file

| makedev                             /var/tmp//ccCPXQQO.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:7496: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| | int

| | main ()

| | {

| | return makedev(0, 0);

| |   ;

| |   return 0;

| | }

| configure:7505: result: no

| configure:7509: checking sys/mkdev.h usability

| configure:7509: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7509: $? = 0

| configure:7509: result: yes

| configure:7509: checking sys/mkdev.h presence

| configure:7509: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:7509: $? = 0

| configure:7509: result: yes

| configure:7509: checking for sys/mkdev.h

| configure:7509: result: yes

| configure:7531: checking for st_fstype string in struct stat

| configure:7548: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7548: $? = 0

| configure:7556: result: yes

| configure:7578: checking sys/acl.h usability

| configure:7578: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7578: $? = 0

| configure:7578: result: yes

| configure:7578: checking sys/acl.h presence

| configure:7578: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:7578: $? = 0

| configure:7578: result: yes

| configure:7578: checking for sys/acl.h

| configure:7578: result: yes

| configure:7595: checking for library containing acl_get_file

| configure:7626: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| acl_get_file                        /var/tmp//ccSk0VAt.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:7626: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char acl_get_file ();

| | int

| | main ()

| | {

| | return acl_get_file ();

| |   ;

| |   return 0;

| | }

| configure:7626: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lacl   >&5

| ld: fatal: library -lacl: not found

| ld: fatal: file processing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:7626: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char acl_get_file ();

| | int

| | main ()

| | {

| | return acl_get_file ();

| |   ;

| |   return 0;

| | }

| configure:7626: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lpacl   >&5

| ld: fatal: library -lpacl: not found

| ld: fatal: file processing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:7626: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char acl_get_file ();

| | int

| | main ()

| | {

| | return acl_get_file ();

| |   ;

| |   return 0;

| | }

| configure:7644: result: no

| configure:7665: checking for mode_t

| configure:7665: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7665: $? = 0

| configure:7665: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7665: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((mode_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7665: result: yes

| configure:7676: checking for pid_t

| configure:7676: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7676: $? = 0

| configure:7676: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7676: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((pid_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7676: result: yes

| configure:7687: checking for off_t

| configure:7687: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7687: $? = 0

| configure:7687: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7687: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((off_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7687: result: yes

| configure:7698: checking for uid_t in sys/types.h

| configure:7717: result: yes

| configure:7728: checking for major_t

| configure:7728: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7728: $? = 0

| configure:7728: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7728: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((major_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7728: result: yes

| configure:7737: checking for minor_t

| configure:7737: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7737: $? = 0

| configure:7737: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7737: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((minor_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7737: result: yes

| configure:7746: checking for dev_t

| configure:7746: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7746: $? = 0

| configure:7746: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7746: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((dev_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7746: result: yes

| configure:7757: checking for ino_t

| configure:7757: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7757: $? = 0

| configure:7757: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7757: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((ino_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7757: result: yes

| configure:7770: checking for ssize_t

| configure:7787: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7787: $? = 0

| configure:7794: result: yes

| configure:7812: checking for size_t

| configure:7812: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:7812: $? = 0

| configure:7812: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:99: error: syntax error before ')' token

| configure:7812: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((size_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:7812: result: yes

| configure:7825: checking for working alloca.h

| configure:7842: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:7842: $? = 0

| configure:7850: result: yes

| configure:7858: checking for alloca

| configure:7895: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:7895: $? = 0

| configure:7903: result: yes

| configure:8013: checking for C/C++ restrict keyword

| configure:8038: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:8038: $? = 0

| configure:8046: result: __restrict

| configure:8059: checking whether clearerr_unlocked is declared

| configure:8059: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:106: error: `clearerr_unlocked' undeclared (first use in this function)

| conftest.c:106: error: (Each undeclared identifier is reported only once

| conftest.c:106: error: for each function it appears in.)

| configure:8059: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef clearerr_unlocked

| | #ifdef __cplusplus

| |   (void) clearerr_unlocked;

| | #else

| |   (void) clearerr_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8059: result: no

| configure:8070: checking whether feof_unlocked is declared

| configure:8070: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:107: error: `feof_unlocked' undeclared (first use in this function)

| conftest.c:107: error: (Each undeclared identifier is reported only once

| conftest.c:107: error: for each function it appears in.)

| configure:8070: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef feof_unlocked

| | #ifdef __cplusplus

| |   (void) feof_unlocked;

| | #else

| |   (void) feof_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8070: result: no

| configure:8081: checking whether ferror_unlocked is declared

| configure:8081: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:108: error: `ferror_unlocked' undeclared (first use in this function)

| conftest.c:108: error: (Each undeclared identifier is reported only once

| conftest.c:108: error: for each function it appears in.)

| configure:8081: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef ferror_unlocked

| | #ifdef __cplusplus

| |   (void) ferror_unlocked;

| | #else

| |   (void) ferror_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8081: result: no

| configure:8092: checking whether fflush_unlocked is declared

| configure:8092: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:109: error: `fflush_unlocked' undeclared (first use in this function)

| conftest.c:109: error: (Each undeclared identifier is reported only once

| conftest.c:109: error: for each function it appears in.)

| configure:8092: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef fflush_unlocked

| | #ifdef __cplusplus

| |   (void) fflush_unlocked;

| | #else

| |   (void) fflush_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8092: result: no

| configure:8103: checking whether fgets_unlocked is declared

| configure:8103: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:110: error: `fgets_unlocked' undeclared (first use in this function)

| conftest.c:110: error: (Each undeclared identifier is reported only once

| conftest.c:110: error: for each function it appears in.)

| configure:8103: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef fgets_unlocked

| | #ifdef __cplusplus

| |   (void) fgets_unlocked;

| | #else

| |   (void) fgets_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8103: result: no

| configure:8114: checking whether fputc_unlocked is declared

| configure:8114: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:111: error: `fputc_unlocked' undeclared (first use in this function)

| conftest.c:111: error: (Each undeclared identifier is reported only once

| conftest.c:111: error: for each function it appears in.)

| configure:8114: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef fputc_unlocked

| | #ifdef __cplusplus

| |   (void) fputc_unlocked;

| | #else

| |   (void) fputc_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8114: result: no

| configure:8125: checking whether fputs_unlocked is declared

| configure:8125: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:112: error: `fputs_unlocked' undeclared (first use in this function)

| conftest.c:112: error: (Each undeclared identifier is reported only once

| conftest.c:112: error: for each function it appears in.)

| configure:8125: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef fputs_unlocked

| | #ifdef __cplusplus

| |   (void) fputs_unlocked;

| | #else

| |   (void) fputs_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8125: result: no

| configure:8136: checking whether fread_unlocked is declared

| configure:8136: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:113: error: `fread_unlocked' undeclared (first use in this function)

| conftest.c:113: error: (Each undeclared identifier is reported only once

| conftest.c:113: error: for each function it appears in.)

| configure:8136: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef fread_unlocked

| | #ifdef __cplusplus

| |   (void) fread_unlocked;

| | #else

| |   (void) fread_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8136: result: no

| configure:8147: checking whether fwrite_unlocked is declared

| configure:8147: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:114: error: `fwrite_unlocked' undeclared (first use in this function)

| conftest.c:114: error: (Each undeclared identifier is reported only once

| conftest.c:114: error: for each function it appears in.)

| configure:8147: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #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>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef fwrite_unlocked

| | #ifdef __cplusplus

| |   (void) fwrite_unlocked;

| | #else

| |   (void) fwrite_unlocked;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:8147: result: no

| configure:8158: checking whether getc_unlocked is declared

| configure:8158: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:8158: $? = 0

| configure:8158: result: yes

| configure:8169: checking whether getchar_unlocked is declared

| configure:8169: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:8169: $? = 0

| configure:8169: result: yes

| configure:8180: checking whether putc_unlocked is declared

| configure:8180: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:8180: $? = 0

| configure:8180: result: yes

| configure:8191: checking whether putchar_unlocked is declared

| configure:8191: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:8191: $? = 0

| configure:8191: result: yes

| configure:8208: checking for flockfile

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for funlockfile

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for pathconf

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for btowc

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for canonicalize_file_name

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| canonicalize_file_name              /var/tmp//ccqnWT1s.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | /* end confdefs.h.  */

| | /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define canonicalize_file_name innocuous_canonicalize_file_name

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char canonicalize_file_name (); below.

| |     Prefer <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 canonicalize_file_name

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char canonicalize_file_name ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return canonicalize_file_name ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for getcwd

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for readlink

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for realpath

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for readlinkat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| readlinkat                          /var/tmp//ccevPs0i.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | /* end confdefs.h.  */

| | /* Define readlinkat to an innocuous variant, in case <limits.h> declares readlinkat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define readlinkat innocuous_readlinkat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char readlinkat (); 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 readlinkat

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char readlinkat ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_readlinkat || defined __stub___readlinkat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return readlinkat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for chown

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for fchown

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for _set_invalid_parameter_handler

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| _set_invalid_parameter_handler      /var/tmp//cchFuUDi.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | /* end confdefs.h.  */

| | /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char _set_invalid_parameter_handler (); 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 _set_invalid_parameter_handler

| |

| | /* 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 _set_invalid_parameter_handler ();

| | /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return _set_invalid_parameter_handler ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for fchdir

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for fdopendir

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for faccessat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| faccessat                           /var/tmp//ccuUjmQi.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | /* end confdefs.h.  */

| | /* Define faccessat to an innocuous variant, in case <limits.h> declares faccessat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define faccessat innocuous_faccessat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char faccessat (); 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 faccessat

| |

| | /* 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 faccessat ();

| | /* 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_faccessat || defined __stub___faccessat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return faccessat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for fchmodat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| fchmodat                            /var/tmp//cc2Nczp5.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | /* end confdefs.h.  */

| | /* Define fchmodat to an innocuous variant, in case <limits.h> declares fchmodat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define fchmodat innocuous_fchmodat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char fchmodat (); 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 fchmodat

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char fchmodat ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_fchmodat || defined __stub___fchmodat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return fchmodat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for lchmod

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| lchmod                              /var/tmp//ccmYZi1W.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 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:8208: result: no

| configure:8208: checking for fcntl

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for symlink

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for mempcpy

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:115: warning: conflicting types for built-in function 'mempcpy'

| Undefined             first referenced

|  symbol                   in file

| mempcpy                             /var/tmp//ccyV5V5V.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 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:8208: result: no

| configure:8208: checking for isblank

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for iswctype

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for mbsrtowcs

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for wmemchr

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for wmemcpy

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for wmempcpy

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| wmempcpy                            /var/tmp//ccMn8IeV.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | /* end confdefs.h.  */

| | /* Define wmempcpy to an innocuous variant, in case <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:8208: result: no

| configure:8208: checking for fstatat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for futimens

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for getdelim

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| getdelim                            /var/tmp//cc49OzN2.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 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:8208: result: no

| configure:8208: checking for getdtablesize

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for gettimeofday

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for nanotime

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| nanotime                            /var/tmp//ccuXlNm8.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 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:8208: result: no

| configure:8208: checking for iswcntrl

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for iswblank

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for link

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for openat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for linkat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| linkat                              /var/tmp//ccMvCmlr.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | /* end confdefs.h.  */

| | /* Define linkat to an innocuous variant, in case <limits.h> declares linkat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define linkat innocuous_linkat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char linkat (); 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 linkat

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char linkat ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_linkat || defined __stub___linkat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return linkat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for lstat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for mbsinit

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for mbrtowc

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for mprotect

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for mkdirat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| mkdirat                             /var/tmp//cc4I7CoJ.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | /* end confdefs.h.  */

| | /* Define mkdirat to an innocuous variant, in case <limits.h> declares mkdirat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define mkdirat innocuous_mkdirat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char mkdirat (); 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 mkdirat

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char mkdirat ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_mkdirat || defined __stub___mkdirat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return mkdirat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for mkfifo

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for mkfifoat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| mkfifoat                            /var/tmp//cc6WFUDd.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | /* end confdefs.h.  */

| | /* Define mkfifoat to an innocuous variant, in case <limits.h> declares mkfifoat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define mkfifoat innocuous_mkfifoat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char mkfifoat (); 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 mkfifoat

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char mkfifoat ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_mkfifoat || defined __stub___mkfifoat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return mkfifoat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for mknodat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| mknodat                             /var/tmp//ccQtgMnM.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | /* end confdefs.h.  */

| | /* Define mknodat to an innocuous variant, in case <limits.h> declares mknodat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define mknodat innocuous_mknodat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char mknodat (); 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 mknodat

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char mknodat ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_mknodat || defined __stub___mknodat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return mknodat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for mknod

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for nl_langinfo

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for posix_openpt

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for ptsname_r

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| ptsname_r                           /var/tmp//ccYtbSZx.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | /* end confdefs.h.  */

| | /* Define ptsname_r to an innocuous variant, in case <limits.h> declares ptsname_r.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define ptsname_r innocuous_ptsname_r

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char ptsname_r (); below.

| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since

| |     <limits.h> exists even on freestanding compilers.  */

| |

| | #ifdef __STDC__

| | # include <limits.h>

| | #else

| | # include <assert.h>

| | #endif

| |

| | #undef ptsname_r

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char ptsname_r ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_ptsname_r || defined __stub___ptsname_r

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return ptsname_r ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for fchmod

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for renameat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for secure_getenv

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| secure_getenv                       /var/tmp//ccAEQIkz.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | /* end confdefs.h.  */

| | /* Define secure_getenv to an innocuous variant, in case <limits.h> declares secure_getenv.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define secure_getenv innocuous_secure_getenv

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char secure_getenv (); 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 secure_getenv

| |

| | /* 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 secure_getenv ();

| | /* 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_secure_getenv || defined __stub___secure_getenv

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return secure_getenv ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for setenv

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for sleep

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for snprintf

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:140: warning: conflicting types for built-in function 'snprintf'

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for strdup

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:141: warning: conflicting types for built-in function 'strdup'

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for tzset

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for strndup

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| strndup                             /var/tmp//ccoXZkJM.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | /* end confdefs.h.  */

| | /* Define strndup to an innocuous variant, in case <limits.h> declares strndup.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define strndup innocuous_strndup

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char strndup (); 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 strndup

| |

| | /* 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 strndup ();

| | /* 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_strndup || defined __stub___strndup

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return strndup ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for strtoimax

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for strtoumax

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for symlinkat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| symlinkat                           /var/tmp//cc4AzOdS.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | /* end confdefs.h.  */

| | /* Define symlinkat to an innocuous variant, in case <limits.h> declares symlinkat.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define symlinkat innocuous_symlinkat

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char symlinkat (); 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 symlinkat

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char symlinkat ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_symlinkat || defined __stub___symlinkat

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return symlinkat ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for localtime_r

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for pipe

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for unlinkat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for futimes

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| futimes                             /var/tmp//ccaVjNvr.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 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:8208: result: no

| configure:8208: checking for futimesat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for utimensat

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for lutimes

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| lutimes                             /var/tmp//ccA2KNpu.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | /* end confdefs.h.  */

| | /* Define lutimes to an innocuous variant, in case <limits.h> declares lutimes.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define lutimes innocuous_lutimes

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char lutimes (); 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 lutimes

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char lutimes ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_lutimes || defined __stub___lutimes

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return lutimes ();

| |   ;

| |   return 0;

| | }

| configure:8208: result: no

| configure:8208: checking for vasnprintf

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| vasnprintf                          /var/tmp//cc2VYOar.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:8208: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 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:8208: result: no

| configure:8208: checking for wcrtomb

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for wcwidth

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for setlocale

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for fsync

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8208: checking for grantpt

| configure:8208: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8208: $? = 0

| configure:8208: result: yes

| configure:8232: checking build system type

| configure:8246: result: sparc-sun-solaris2.10

| configure:8266: checking host system type

| configure:8279: result: sparc-sun-solaris2.10

| configure:8299: checking for d_ino member in directory struct

| configure:8340: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8340: $? = 0

| configure:8340: ./conftest

| configure:8340: $? = 0

| configure:8350: result: yes

| configure:8361: checking for long file names

| configure:8393: result: yes

| configure:8497: checking whether <wchar.h> uses 'inline' correctly

| configure:8519: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:8522: $? = 0

| configure:8540: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:8543: $? = 0

| configure:8556: result: yes

| configure:8573: checking for nl_langinfo and CODESET

| configure:8589: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8589: $? = 0

| configure:8598: result: yes

| configure:8609: checking for a traditional french locale

| configure:8677: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:8680: $? = 0

| configure:8736: result: fr_FR

| configure:8827: checking whether // is distinct from /

| configure:8856: result: no

| configure:8868: checking whether realpath works

| configure:9038: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:9038: $? = 0

| configure:9038: ./conftest

| configure:9038: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | /* end confdefs.h.  */

| |

| |

| |

| | #include <stdlib.h>

| | #if defined __MACH__ && defined __APPLE__

| | /* Avoid a crash on Mac OS X.  */

| | #include <mach/mach.h>

| | #include <mach/mach_error.h>

| | #include <mach/thread_status.h>

| | #include <mach/exception.h>

| | #include <mach/task.h>

| | #include <pthread.h>

| | /* The exception port on which our thread listens.  */

| | static mach_port_t our_exception_port;

| | /* The main function of the thread listening for exceptions of type

| |    EXC_BAD_ACCESS.  */

| | static void *

| | mach_exception_thread (void *arg)

| | {

| |   /* Buffer for a message to be received.  */

| |   struct {

| |     mach_msg_header_t head;

| |     mach_msg_body_t msgh_body;

| |     char data[1024];

| |   } msg;

| |   mach_msg_return_t retval;

| |   /* Wait for a message on the exception port.  */

| |   retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),

| |                      our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);

| |   if (retval != MACH_MSG_SUCCESS)

| |     abort ();

| |   exit (1);

| | }

| | static void

| | nocrash_init (void)

| | {

| |   mach_port_t self = mach_task_self ();

| |   /* Allocate a port on which the thread shall listen for exceptions.  */

| |   if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)

| |       == KERN_SUCCESS) {

| |     /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html.  */

| |     if (mach_port_insert_right (self, our_exception_port, our_exception_port,

| |                                 MACH_MSG_TYPE_MAKE_SEND)

| |         == KERN_SUCCESS) {

| |       /* The exceptions we want to catch.  Only EXC_BAD_ACCESS is interesting

| |          for us.  */

| |       exception_mask_t mask = EXC_MASK_BAD_ACCESS;

| |       /* Create the thread listening on the exception port.  */

| |       pthread_attr_t attr;

| |       pthread_t thread;

| |       if (pthread_attr_init (&attr) == 0

| |           && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0

| |           && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {

| |         pthread_attr_destroy (&attr);

| |         /* Replace the exception port info for these exceptions with our own.

| |            Note that we replace the exception port for the entire task, not only

| |            for a particular thread.  This has the effect that when our exception

| |            port gets the message, the thread specific exception port has already

| |            been asked, and we don't need to bother about it.

| |            See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html.  */

| |         task_set_exception_ports (self, mask, our_exception_port,

| |                                   EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);

| |       }

| |     }

| |   }

| | }

| | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | /* Avoid a crash on native Windows.  */

| | #define WIN32_LEAN_AND_MEAN

| | #include <windows.h>

| | #include <winerror.h>

| | static LONG WINAPI

| | exception_filter (EXCEPTION_POINTERS *ExceptionInfo)

| | {

| |   switch (ExceptionInfo->ExceptionRecord->ExceptionCode)

| |     {

| |     case EXCEPTION_ACCESS_VIOLATION:

| |     case EXCEPTION_IN_PAGE_ERROR:

| |     case EXCEPTION_STACK_OVERFLOW:

| |     case EXCEPTION_GUARD_PAGE:

| |     case EXCEPTION_PRIV_INSTRUCTION:

| |     case EXCEPTION_ILLEGAL_INSTRUCTION:

| |     case EXCEPTION_DATATYPE_MISALIGNMENT:

| |     case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:

| |     case EXCEPTION_NONCONTINUABLE_EXCEPTION:

| |       exit (1);

| |     }

| |   return EXCEPTION_CONTINUE_SEARCH;

| | }

| | static void

| | nocrash_init (void)

| | {

| |   SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);

| | }

| | #else

| | /* Avoid a crash on POSIX systems.  */

| | #include <signal.h>

| | /* A POSIX signal handler.  */

| | static void

| | exception_handler (int sig)

| | {

| |   exit (1);

| | }

| | static void

| | nocrash_init (void)

| | {

| | #ifdef SIGSEGV

| |   signal (SIGSEGV, exception_handler);

| | #endif

| | #ifdef SIGBUS

| |   signal (SIGBUS, exception_handler);

| | #endif

| | }

| | #endif

| |

| |         #include <stdlib.h>

| |         #include <string.h>

| |

| | int

| | main ()

| | {

| |

| |         int result = 0;

| |         {

| |           char *name = realpath ("conftest.a", NULL);

| |           if (!(name && *name == '/'))

| |             result |= 1;

| |         }

| |         {

| |           char *name = realpath ("conftest.b/../conftest.a", NULL);

| |           if (name != NULL)

| |             result |= 2;

| |         }

| |         {

| |           char *name = realpath ("conftest.a/", NULL);

| |           if (name != NULL)

| |             result |= 4;

| |         }

| |         {

| |           char *name1 = realpath (".", NULL);

| |           char *name2 = realpath ("conftest.d//./..", NULL);

| |           if (strcmp (name1, name2) != 0)

| |             result |= 8;

| |         }

| |         return result;

| |

| |   ;

| |   return 0;

| | }

| |

| configure:9050: result: no

| configure:9199: checking for unistd.h

| configure:9199: result: yes

| configure:9209: checking for working chown

| configure:9250: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:9250: $? = 0

| configure:9250: ./conftest

| configure:9250: $? = 0

| configure:9262: result: yes

| configure:9271: checking whether chown dereferences symlinks

| configure:9308: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:9308: $? = 0

| configure:9308: ./conftest

| configure:9308: $? = 0

| configure:9320: result: yes

| configure:9354: checking whether chown honors trailing slash

| configure:9386: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:9386: $? = 0

| configure:9386: ./conftest

| configure:9386: $? = 0

| configure:9397: result: yes

| configure:9409: checking whether chown always updates ctime

| configure:9447: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:9447: $? = 0

| configure:9447: ./conftest

| configure:9447: $? = 0

| configure:9458: result: yes

| configure:9514: checking whether the preprocessor supports include_next

| configure:9552: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -Iconftestd1b -Iconftestd2 conftest.c >&5

| configure:9552: $? = 0

| configure:9573: result: yes

| configure:9594: checking whether system header files limit the line length

| configure:9617: result: no

| configure:9641: checking if environ is properly declared

| configure:9664: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:9664: $? = 0

| configure:9672: result: no

| configure:9687: checking for complete errno.h

| configure:9760: result: yes

| configure:10061: checking whether strerror_r is declared

| configure:10061: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:10061: $? = 0

| configure:10061: result: yes

| configure:10074: checking for strerror_r

| configure:10074: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:10074: $? = 0

| configure:10074: result: yes

| configure:10083: checking whether strerror_r returns char *

| configure:10107: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:177: error: invalid type argument of `unary *'

| conftest.c:178: warning: initialization makes pointer from integer without a cast

| configure:10107: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| |

| |     char buf[100];

| |     char x = *strerror_r (0, buf, sizeof buf);

| |     char *p = strerror_r (0, buf, sizeof buf);

| |     return !p || x;

| |

| |   ;

| |   return 0;

| | }

| configure:10145: result: no

| configure:10155: checking type of array argument to getgroups

| configure:10189: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:10189: $? = 0

| configure:10189: ./conftest

| configure:10189: $? = 0

| configure:10214: result: gid_t

| configure:10225: checking whether fchdir is declared

| configure:10225: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:10225: $? = 0

| configure:10225: result: yes

| configure:10295: checking for working fcntl.h

| configure:10398: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:10398: $? = 0

| configure:10398: ./conftest

| configure:10398: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |            #include <sys/stat.h>

| |            #if HAVE_UNISTD_H

| |            # include <unistd.h>

| |            #else /* on Windows with MSVC */

| |            # include <io.h>

| |            # include <stdlib.h>

| |            # defined sleep(n) _sleep ((n) * 1000)

| |            #endif

| |            #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 result = !constants;

| |             #if HAVE_SYMLINK

| |             {

| |               static char const sym[] = "conftest.sym";

| |               if (symlink ("/dev/null", sym) != 0)

| |                 result |= 2;

| |               else

| |                 {

| |                   int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);

| |                   if (fd >= 0)

| |                     {

| |                       close (fd);

| |                       result |= 4;

| |                     }

| |                 }

| |               if (unlink (sym) != 0 || symlink (".", sym) != 0)

| |                 result |= 2;

| |               else

| |                 {

| |                   int fd = open (sym, O_RDONLY | O_NOFOLLOW);

| |                   if (fd >= 0)

| |                     {

| |                       close (fd);

| |                       result |= 4;

| |                     }

| |                 }

| |               unlink (sym);

| |             }

| |             #endif

| |             {

| |               static char const file[] = "confdefs.h";

| |               int fd = open (file, O_RDONLY | O_NOATIME);

| |               if (fd < 0)

| |                 result |= 8;

| |               else

| |                 {

| |                   struct stat st0;

| |                   if (fstat (fd, &st0) != 0)

| |                     result |= 16;

| |                   else

| |                     {

| |                       char c;

| |                       sleep (1);

| |                       if (read (fd, &c, 1) != 1)

| |                         result |= 24;

| |                       else

| |                         {

| |                           if (close (fd) != 0)

| |                             result |= 32;

| |                           else

| |                             {

| |                               struct stat st1;

| |                               if (stat (file, &st1) != 0)

| |                                 result |= 40;

| |                               else

| |                                 if (st0.st_atime != st1.st_atime)

| |                                   result |= 64;

| |                             }

| |                         }

| |                     }

| |                 }

| |             }

| |             return result;

| |   ;

| |   return 0;

| | }

| configure:10413: result: no (bad O_NOATIME)

| configure:10440: checking for mbstate_t

| configure:10464: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:10464: $? = 0

| configure:10471: result: yes

| configure:10603: checking whether stdin defaults to large file offsets

| configure:10627: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:10627: $? = 0

| configure:10635: result: yes

| configure:10771: checking whether fseeko is declared

| configure:10771: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:10771: $? = 0

| configure:10771: result: yes

| configure:10790: checking for fseeko

| configure:10808: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:10808: $? = 0

| configure:10817: result: yes

| configure:10837: checking whether stat file-mode macros are broken

| configure:10864: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:10864: $? = 0

| configure:10871: result: no

| configure:10977: checking for nlink_t

| configure:10977: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:10977: $? = 0

| configure:10977: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:151: error: syntax error before ')' token

| configure:10977: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |      #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | if (sizeof ((nlink_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:10977: result: yes

| configure:10992: checking whether fchmodat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:151: error: `fchmodat' undeclared (first use in this function)

| conftest.c:151: error: (Each undeclared identifier is reported only once

| conftest.c:151: error: for each function it appears in.)

| configure:11010: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | /* end confdefs.h.  */

| | #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | #undef fchmodat

| |   (void) fchmodat;

| |   ;

| |   return 0;

| | }

| configure:11018: result: no

| configure:10992: checking whether fstat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:10992: checking whether fstatat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:10992: checking whether futimens is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:10992: checking whether lchmod is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:154: error: `lchmod' undeclared (first use in this function)

| conftest.c:154: error: (Each undeclared identifier is reported only once

| conftest.c:154: error: for each function it appears in.)

| configure:11010: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | /* end confdefs.h.  */

| | #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | #undef lchmod

| |   (void) lchmod;

| |   ;

| |   return 0;

| | }

| configure:11018: result: no

| configure:10992: checking whether lstat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:10992: checking whether mkdirat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:155: error: `mkdirat' undeclared (first use in this function)

| conftest.c:155: error: (Each undeclared identifier is reported only once

| conftest.c:155: error: for each function it appears in.)

| configure:11010: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | /* end confdefs.h.  */

| | #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | #undef mkdirat

| |   (void) mkdirat;

| |   ;

| |   return 0;

| | }

| configure:11018: result: no

| configure:10992: checking whether mkfifo is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:10992: checking whether mkfifoat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:156: error: `mkfifoat' undeclared (first use in this function)

| conftest.c:156: error: (Each undeclared identifier is reported only once

| conftest.c:156: error: for each function it appears in.)

| configure:11010: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | /* end confdefs.h.  */

| | #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | #undef mkfifoat

| |   (void) mkfifoat;

| |   ;

| |   return 0;

| | }

| configure:11018: result: no

| configure:10992: checking whether mknod is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:10992: checking whether mknodat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:157: error: `mknodat' 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:11010: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | /* end confdefs.h.  */

| | #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | #undef mknodat

| |   (void) mknodat;

| |   ;

| |   return 0;

| | }

| configure:11018: result: no

| configure:10992: checking whether stat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:10992: checking whether utimensat is declared without a macro

| configure:11010: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11010: $? = 0

| configure:11018: result: yes

| configure:11031: checking whether lstat correctly handles trailing slash

| configure:11064: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:11064: $? = 0

| configure:11064: ./conftest

| configure:11064: $? = 0

| configure:11081: result: yes

| configure:11099: checking whether getcwd (NULL, 0) allocates memory for result

| configure:11154: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:11154: $? = 0

| configure:11154: ./conftest

| configure:11154: $? = 2

| configure: program exited with status 2

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | /* end confdefs.h.  */

| |

| | #        if HAVE_UNISTD_H

| | #         include <unistd.h>

| | #        else /* on Windows with MSVC */

| | #         include <direct.h>

| | #        endif

| | #        ifndef getcwd

| |          char *getcwd ();

| | #        endif

| |

| | int

| | main ()

| | {

| |

| | #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | /* mingw cwd does not start with '/', but getcwd does allocate.

| |    However, mingw fails to honor non-zero size.  */

| | #else

| |            if (chdir ("/") != 0)

| |              return 1;

| |            else

| |              {

| |                char *f = getcwd (NULL, 0);

| |                if (! f)

| |                  return 2;

| |                if (f[0] != '/')

| |                  return 3;

| |                if (f[1] != '\0')

| |                  return 4;

| |                return 0;

| |              }

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:11164: result: no

| configure:11168: checking for getcwd with POSIX signature

| configure:11190: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11190: $? = 0

| configure:11198: result: yes

| configure:11201: checking whether getcwd is declared

| configure:11201: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11201: $? = 0

| configure:11201: result: yes

| configure:11212: checking whether getdelim is declared

| configure:11212: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:195: error: `getdelim' undeclared (first use in this function)

| conftest.c:195: error: (Each undeclared identifier is reported only once

| conftest.c:195: error: for each function it appears in.)

| configure:11212: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef getdelim

| | #ifdef __cplusplus

| |   (void) getdelim;

| | #else

| |   (void) getdelim;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:11212: result: no

| configure:11227: checking whether getline is declared

| configure:11227: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:196: error: `getline' undeclared (first use in this function)

| conftest.c:196: error: (Each undeclared identifier is reported only once

| conftest.c:196: error: for each function it appears in.)

| configure:11227: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef getline

| | #ifdef __cplusplus

| |   (void) getline;

| | #else

| |   (void) getline;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:11227: result: no

| configure:11334: checking for getopt.h

| configure:11334: result: yes

| configure:11351: checking for getopt_long_only

| configure:11351: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:11351: $? = 0

| configure:11351: result: yes

| configure:11365: checking whether getopt is POSIX compatible

| configure:11407: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:11407: $? = 0

| configure:11407: ./conftest

| configure:11407: $? = 0

| configure:11466: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:11466: $? = 0

| configure:11466: ./conftest

| configure:11466: $? = 0

| configure:11508: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:11508: $? = 0

| configure:11508: ./conftest

| program: option requires an argument -- b

| configure:11508: $? = 0

| configure:11526: result: yes

| configure:11534: checking for working GNU getopt function

| configure:11755: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:11755: $? = 0

| configure:11755: ./conftest

| configure:11755: $? = 53

| configure: program exited with status 53

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | /* end confdefs.h.  */

| | #include <getopt.h>

| |                            #include <stddef.h>

| |                            #include <string.h>

| |

| | #include <stdlib.h>

| | #if defined __MACH__ && defined __APPLE__

| | /* Avoid a crash on Mac OS X.  */

| | #include <mach/mach.h>

| | #include <mach/mach_error.h>

| | #include <mach/thread_status.h>

| | #include <mach/exception.h>

| | #include <mach/task.h>

| | #include <pthread.h>

| | /* The exception port on which our thread listens.  */

| | static mach_port_t our_exception_port;

| | /* The main function of the thread listening for exceptions of type

| |    EXC_BAD_ACCESS.  */

| | static void *

| | mach_exception_thread (void *arg)

| | {

| |   /* Buffer for a message to be received.  */

| |   struct {

| |     mach_msg_header_t head;

| |     mach_msg_body_t msgh_body;

| |     char data[1024];

| |   } msg;

| |   mach_msg_return_t retval;

| |   /* Wait for a message on the exception port.  */

| |   retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),

| |                      our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);

| |   if (retval != MACH_MSG_SUCCESS)

| |     abort ();

| |   exit (1);

| | }

| | static void

| | nocrash_init (void)

| | {

| |   mach_port_t self = mach_task_self ();

| |   /* Allocate a port on which the thread shall listen for exceptions.  */

| |   if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)

| |       == KERN_SUCCESS) {

| |     /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html.  */

| |     if (mach_port_insert_right (self, our_exception_port, our_exception_port,

| |                                 MACH_MSG_TYPE_MAKE_SEND)

| |         == KERN_SUCCESS) {

| |       /* The exceptions we want to catch.  Only EXC_BAD_ACCESS is interesting

| |          for us.  */

| |       exception_mask_t mask = EXC_MASK_BAD_ACCESS;

| |       /* Create the thread listening on the exception port.  */

| |       pthread_attr_t attr;

| |       pthread_t thread;

| |       if (pthread_attr_init (&attr) == 0

| |           && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0

| |           && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {

| |         pthread_attr_destroy (&attr);

| |         /* Replace the exception port info for these exceptions with our own.

| |            Note that we replace the exception port for the entire task, not only

| |            for a particular thread.  This has the effect that when our exception

| |            port gets the message, the thread specific exception port has already

| |            been asked, and we don't need to bother about it.

| |            See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html.  */

| |         task_set_exception_ports (self, mask, our_exception_port,

| |                                   EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);

| |       }

| |     }

| |   }

| | }

| | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | /* Avoid a crash on native Windows.  */

| | #define WIN32_LEAN_AND_MEAN

| | #include <windows.h>

| | #include <winerror.h>

| | static LONG WINAPI

| | exception_filter (EXCEPTION_POINTERS *ExceptionInfo)

| | {

| |   switch (ExceptionInfo->ExceptionRecord->ExceptionCode)

| |     {

| |     case EXCEPTION_ACCESS_VIOLATION:

| |     case EXCEPTION_IN_PAGE_ERROR:

| |     case EXCEPTION_STACK_OVERFLOW:

| |     case EXCEPTION_GUARD_PAGE:

| |     case EXCEPTION_PRIV_INSTRUCTION:

| |     case EXCEPTION_ILLEGAL_INSTRUCTION:

| |     case EXCEPTION_DATATYPE_MISALIGNMENT:

| |     case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:

| |     case EXCEPTION_NONCONTINUABLE_EXCEPTION:

| |       exit (1);

| |     }

| |   return EXCEPTION_CONTINUE_SEARCH;

| | }

| | static void

| | nocrash_init (void)

| | {

| |   SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);

| | }

| | #else

| | /* Avoid a crash on POSIX systems.  */

| | #include <signal.h>

| | /* A POSIX signal handler.  */

| | static void

| | exception_handler (int sig)

| | {

| |   exit (1);

| | }

| | static void

| | nocrash_init (void)

| | {

| | #ifdef SIGSEGV

| |   signal (SIGSEGV, exception_handler);

| | #endif

| | #ifdef SIGBUS

| |   signal (SIGBUS, exception_handler);

| | #endif

| | }

| | #endif

| |

| |

| | int

| | main ()

| | {

| |

| |              int result = 0;

| |

| |              nocrash_init();

| |

| |              /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,

| |                 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,

| |                 OSF/1 5.1, Solaris 10.  */

| |              {

| |                static char conftest[] = "conftest";

| |                static char plus[] = "-+";

| |                char *argv[3] = { conftest, plus, NULL };

| |                opterr = 0;

| |                if (getopt (2, argv, "+a") != '?')

| |                  result |= 1;

| |              }

| |              /* This code succeeds on glibc 2.8, mingw,

| |                 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,

| |                 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x.  */

| |              {

| |                static char program[] = "program";

| |                static char p[] = "-p";

| |                static char foo[] = "foo";

| |                static char bar[] = "bar";

| |                char *argv[] = { program, p, foo, bar, NULL };

| |

| |                optind = 1;

| |                if (getopt (4, argv, "p::") != 'p')

| |                  result |= 2;

| |                else if (optarg != NULL)

| |                  result |= 4;

| |                else if (getopt (4, argv, "p::") != -1)

| |                  result |= 6;

| |                else if (optind != 2)

| |                  result |= 8;

| |              }

| |              /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0.  */

| |              {

| |                static char program[] = "program";

| |                static char foo[] = "foo";

| |                static char p[] = "-p";

| |                char *argv[] = { program, foo, p, NULL };

| |                optind = 0;

| |                if (getopt (3, argv, "-p") != 1)

| |                  result |= 16;

| |                else if (getopt (3, argv, "-p") != 'p')

| |                  result |= 16;

| |              }

| |              /* This code fails on glibc 2.11.  */

| |              {

| |                static char program[] = "program";

| |                static char b[] = "-b";

| |                static char a[] = "-a";

| |                char *argv[] = { program, b, a, NULL };

| |                optind = opterr = 0;

| |                if (getopt (3, argv, "+:a:b") != 'b')

| |                  result |= 32;

| |                else if (getopt (3, argv, "+:a:b") != ':')

| |                  result |= 32;

| |              }

| |              /* This code dumps core on glibc 2.14.  */

| |              {

| |                static char program[] = "program";

| |                static char w[] = "-W";

| |                static char dummy[] = "dummy";

| |                char *argv[] = { program, w, dummy, NULL };

| |                optind = opterr = 1;

| |                if (getopt (3, argv, "W;") != 'W')

| |                  result |= 64;

| |              }

| |              return result;

| |

| |   ;

| |   return 0;

| | }

| configure:11771: result: no

| configure:11858: checking whether getenv is declared

| configure:11858: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:11858: $? = 0

| configure:11858: result: yes

| configure:11996: checking for struct timeval

| configure:12019: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12019: $? = 0

| configure:12027: result: yes

| configure:12032: checking for wide-enough struct timeval.tv_sec member

| configure:12059: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12059: $? = 0

| configure:12067: result: yes

| configure:12077: checking whether gettimeofday is declared without a macro

| configure:12099: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12099: $? = 0

| configure:12107: result: yes

| configure:12123: checking for unsigned long long int

| configure:12171: result: yes

| configure:12181: checking for long long int

| configure:12231: result: yes

| configure:12253: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:165: error: syntax error before "a"

| conftest.c:167: error: syntax error before "typedef"

| configure:12253: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | /* end confdefs.h.  */

| | #ifndef __APPLE_CC__

| |          not a universal capable compiler

| |         #endif

| |         typedef int dummy;

| |

| configure:12410: checking whether stdint.h conforms to C99

| configure:12579: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:283: error: negative width in bit-field `check_UINT8_C'

| conftest.c:285: error: negative width in bit-field `check_UINT16_C'

| conftest.c:305: error: negative width in bit-field `check_uint_fast16'

| configure:12579: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | /* end confdefs.h.  */

| |

| |

| | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */

| | #include <stdint.h>

| | /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>.  */

| | #if !(defined WCHAR_MIN && defined WCHAR_MAX)

| | #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"

| | #endif

| |

| |

| |   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |      included before <wchar.h>.  */

| |   #include <stddef.h>

| |   #include <signal.h>

| |   #if HAVE_WCHAR_H

| |   # include <stdio.h>

| |   # include <time.h>

| |   # include <wchar.h>

| |   #endif

| |

| |

| | #ifdef INT8_MAX

| | int8_t a1 = INT8_MAX;

| | int8_t a1min = INT8_MIN;

| | #endif

| | #ifdef INT16_MAX

| | int16_t a2 = INT16_MAX;

| | int16_t a2min = INT16_MIN;

| | #endif

| | #ifdef INT32_MAX

| | int32_t a3 = INT32_MAX;

| | int32_t a3min = INT32_MIN;

| | #endif

| | #ifdef INT64_MAX

| | int64_t a4 = INT64_MAX;

| | int64_t a4min = INT64_MIN;

| | #endif

| | #ifdef UINT8_MAX

| | uint8_t b1 = UINT8_MAX;

| | #else

| | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];

| | #endif

| | #ifdef UINT16_MAX

| | uint16_t b2 = UINT16_MAX;

| | #endif

| | #ifdef UINT32_MAX

| | uint32_t b3 = UINT32_MAX;

| | #endif

| | #ifdef UINT64_MAX

| | uint64_t b4 = UINT64_MAX;

| | #endif

| | int_least8_t c1 = INT8_C (0x7f);

| | int_least8_t c1max = INT_LEAST8_MAX;

| | int_least8_t c1min = INT_LEAST8_MIN;

| | int_least16_t c2 = INT16_C (0x7fff);

| | int_least16_t c2max = INT_LEAST16_MAX;

| | int_least16_t c2min = INT_LEAST16_MIN;

| | int_least32_t c3 = INT32_C (0x7fffffff);

| | int_least32_t c3max = INT_LEAST32_MAX;

| | int_least32_t c3min = INT_LEAST32_MIN;

| | int_least64_t c4 = INT64_C (0x7fffffffffffffff);

| | int_least64_t c4max = INT_LEAST64_MAX;

| | int_least64_t c4min = INT_LEAST64_MIN;

| | uint_least8_t d1 = UINT8_C (0xff);

| | uint_least8_t d1max = UINT_LEAST8_MAX;

| | uint_least16_t d2 = UINT16_C (0xffff);

| | uint_least16_t d2max = UINT_LEAST16_MAX;

| | uint_least32_t d3 = UINT32_C (0xffffffff);

| | uint_least32_t d3max = UINT_LEAST32_MAX;

| | uint_least64_t d4 = UINT64_C (0xffffffffffffffff);

| | uint_least64_t d4max = UINT_LEAST64_MAX;

| | int_fast8_t e1 = INT_FAST8_MAX;

| | int_fast8_t e1min = INT_FAST8_MIN;

| | int_fast16_t e2 = INT_FAST16_MAX;

| | int_fast16_t e2min = INT_FAST16_MIN;

| | int_fast32_t e3 = INT_FAST32_MAX;

| | int_fast32_t e3min = INT_FAST32_MIN;

| | int_fast64_t e4 = INT_FAST64_MAX;

| | int_fast64_t e4min = INT_FAST64_MIN;

| | uint_fast8_t f1 = UINT_FAST8_MAX;

| | uint_fast16_t f2 = UINT_FAST16_MAX;

| | uint_fast32_t f3 = UINT_FAST32_MAX;

| | uint_fast64_t f4 = UINT_FAST64_MAX;

| | #ifdef INTPTR_MAX

| | intptr_t g = INTPTR_MAX;

| | intptr_t gmin = INTPTR_MIN;

| | #endif

| | #ifdef UINTPTR_MAX

| | uintptr_t h = UINTPTR_MAX;

| | #endif

| | intmax_t i = INTMAX_MAX;

| | uintmax_t j = UINTMAX_MAX;

| |

| | #include <limits.h> /* for CHAR_BIT */

| | #define TYPE_MINIMUM(t)   ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))

| | #define TYPE_MAXIMUM(t)   ((t) ((t) 0 < (t) -1         ? (t) -1         : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))

| | struct s {

| |   int check_PTRDIFF:

| |       PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)

| |       && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)

| |       ? 1 : -1;

| |   /* Detect bug in FreeBSD 6.0 / ia64.  */

| |   int check_SIG_ATOMIC:

| |       SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)

| |       && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)

| |       ? 1 : -1;

| |   int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;

| |   int check_WCHAR:

| |       WCHAR_MIN == TYPE_MINIMUM (wchar_t)

| |       && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)

| |       ? 1 : -1;

| |   /* Detect bug in mingw.  */

| |   int check_WINT:

| |       WINT_MIN == TYPE_MINIMUM (wint_t)

| |       && WINT_MAX == TYPE_MAXIMUM (wint_t)

| |       ? 1 : -1;

| |

| |   /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others.  */

| |   int check_UINT8_C:

| |         (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;

| |   int check_UINT16_C:

| |         (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;

| |

| |   /* Detect bugs in OpenBSD 3.9 stdint.h.  */

| | #ifdef UINT8_MAX

| |   int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;

| | #endif

| | #ifdef UINT16_MAX

| |   int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;

| | #endif

| | #ifdef UINT32_MAX

| |   int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;

| | #endif

| | #ifdef UINT64_MAX

| |   int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;

| | #endif

| |   int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;

| |   int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;

| |   int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;

| |   int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;

| |   int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;

| |   int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;

| |   int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;

| |   int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;

| |   int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;

| |   int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;

| |   int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;

| | };

| |

| | int

| | main ()

| | {

| |

| |   ;

| |   return 0;

| | }

| configure:12671: result: no

| configure:12680: checking sys/inttypes.h usability

| configure:12680: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12680: $? = 0

| configure:12680: result: yes

| configure:12680: checking sys/inttypes.h presence

| configure:12680: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:12680: $? = 0

| configure:12680: result: yes

| configure:12680: checking for sys/inttypes.h

| configure:12680: result: yes

| configure:12680: checking sys/bitypes.h usability

| configure:12680: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:198:25: sys/bitypes.h: No such file or directory

| configure:12680: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | #include <sys/bitypes.h>

| configure:12680: result: no

| configure:12680: checking sys/bitypes.h presence

| configure:12680: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| conftest.c:165:25: sys/bitypes.h: No such file or directory

| configure:12680: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | /* end confdefs.h.  */

| | #include <sys/bitypes.h>

| configure:12680: result: no

| configure:12680: checking for sys/bitypes.h

| configure:12680: result: no

| configure:12709: checking for bit size of ptrdiff_t

| configure:12714: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:12714: $? = 0

| configure:12714: ./conftest

| configure:12714: $? = 0

| configure:12735: result: 64

| configure:12709: checking for bit size of size_t

| configure:12714: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:12714: $? = 0

| configure:12714: ./conftest

| configure:12714: $? = 0

| configure:12735: result: 64

| configure:12754: checking for bit size of sig_atomic_t

| configure:12759: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:12759: $? = 0

| configure:12759: ./conftest

| configure:12759: $? = 0

| configure:12780: result: 32

| configure:12754: checking for bit size of wchar_t

| configure:12759: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:12759: $? = 0

| configure:12759: ./conftest

| configure:12759: $? = 0

| configure:12780: result: 32

| configure:12754: checking for bit size of wint_t

| configure:12759: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:12759: $? = 0

| configure:12759: ./conftest

| configure:12759: $? = 0

| configure:12780: result: 32

| configure:12798: checking whether sig_atomic_t is signed

| configure:12825: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12825: $? = 0

| configure:12835: result: yes

| configure:12798: checking whether wchar_t is signed

| configure:12825: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12825: $? = 0

| configure:12835: result: yes

| configure:12798: checking whether wint_t is signed

| configure:12825: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12825: $? = 0

| configure:12835: result: yes

| configure:12857: checking for ptrdiff_t integer literal suffix

| configure:12903: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:185: error: conflicting types for 'foo'

| conftest.c:184: error: previous declaration of 'foo' was here

| conftest.c:185: error: conflicting types for 'foo'

| conftest.c:184: error: previous declaration of 'foo' was here

| configure:12903: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | /* end confdefs.h.  */

| |

| |   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |      included before <wchar.h>.  */

| |   #include <stddef.h>

| |   #include <signal.h>

| |   #if HAVE_WCHAR_H

| |   # include <stdio.h>

| |   # include <time.h>

| |   # include <wchar.h>

| |   #endif

| |

| |               extern ptrdiff_t foo;

| |               extern int foo;

| | int

| | main ()

| | {

| |

| |   ;

| |   return 0;

| | }

| configure:12903: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12903: $? = 0

| configure:12912: result: l

| configure:12857: checking for size_t integer literal suffix

| configure:12903: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:186: error: conflicting types for 'foo'

| conftest.c:185: error: previous declaration of 'foo' was here

| conftest.c:186: error: conflicting types for 'foo'

| conftest.c:185: error: previous declaration of 'foo' was here

| configure:12903: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | /* end confdefs.h.  */

| |

| |   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |      included before <wchar.h>.  */

| |   #include <stddef.h>

| |   #include <signal.h>

| |   #if HAVE_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:12903: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12903: $? = 0

| configure:12912: result: ul

| configure:12929: checking for sig_atomic_t integer literal suffix

| configure:12975: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12975: $? = 0

| configure:12984: result:

| configure:12929: checking for wchar_t integer literal suffix

| configure:12975: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12975: $? = 0

| configure:12984: result:

| configure:12929: checking for wint_t integer literal suffix

| configure:12975: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:12975: $? = 0

| configure:12984: result:

| configure:13123: checking whether imaxabs is declared without a macro

| configure:13141: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13141: $? = 0

| configure:13149: result: yes

| configure:13123: checking whether imaxdiv is declared without a macro

| configure:13141: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13141: $? = 0

| configure:13149: result: yes

| configure:13123: checking whether strtoimax is declared without a macro

| configure:13141: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13141: $? = 0

| configure:13149: result: yes

| configure:13123: checking whether strtoumax is declared without a macro

| configure:13141: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13141: $? = 0

| configure:13149: result: yes

| configure:13164: checking for inttypes.h

| configure:13164: result: yes

| configure:13175: checking whether the inttypes.h PRIxNN macros are broken

| configure:13197: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13197: $? = 0

| configure:13205: result: no

| configure:13234: checking for wint_t

| configure:13259: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13259: $? = 0

| configure:13266: result: yes

| configure:13374: checking whether iswcntrl works

| configure:13418: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:13418: $? = 0

| configure:13418: ./conftest

| configure:13418: $? = 0

| configure:13429: result: yes

| configure:13453: checking for towlower

| configure:13453: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:13453: $? = 0

| configure:13453: result: yes

| configure:13501: checking for wctype_t

| configure:13529: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13529: $? = 0

| configure:13537: result: yes

| configure:13543: checking for wctrans_t

| configure:13569: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13569: $? = 0

| configure:13577: result: yes

| configure:13586: checking whether wctype is declared without a macro

| configure:13615: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13615: $? = 0

| configure:13623: result: yes

| configure:13586: checking whether iswctype is declared without a macro

| configure:13615: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13615: $? = 0

| configure:13623: result: yes

| configure:13586: checking whether wctrans is declared without a macro

| configure:13615: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13615: $? = 0

| configure:13623: result: yes

| configure:13586: checking whether towctrans is declared without a macro

| configure:13615: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13615: $? = 0

| configure:13623: result: yes

| configure:13669: checking whether we are using the GNU C Library >= 2.1 or uClibc

| conftest.c:190:22: features.h: No such file or directory

| configure:13699: result: no

| configure:13720: checking for wchar_t

| configure:13737: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13737: $? = 0

| configure:13744: result: yes

| configure:13760: checking whether NULL can be used in arbitrary expressions

| configure:13778: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13778: $? = 0

| configure:13785: result: yes

| configure:13879: checking whether malloc, realloc, calloc are POSIX compliant

| configure:13899: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:13899: $? = 0

| configure:13907: result: yes

| configure:13914: checking for stdlib.h

| configure:13914: result: yes

| configure:13924: checking for GNU libc compatible malloc

| configure:13957: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:13957: $? = 0

| configure:13957: ./conftest

| configure:13957: $? = 0

| configure:13968: result: yes

| configure:13989: checking for a traditional japanese locale

| configure:14059: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:14062: $? = 0

| configure:14120: result: none

| configure:14128: checking for a transitional chinese locale

| configure:14199: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:14202: $? = 0

| configure:14253: result: none

| configure:14260: checking for a french Unicode locale

| configure:14332: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:14335: $? = 0

| configure:14381: result: fr_FR.UTF-8

| configure:14472: checking for mmap

| configure:14472: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:14472: $? = 0

| configure:14472: result: yes

| configure:14483: checking for MAP_ANONYMOUS

| configure:14520: result: yes

| configure:14542: checking whether memchr works

| configure:14605: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:14605: $? = 0

| configure:14605: ./conftest

| configure:14605: $? = 0

| configure:14615: result: yes

| configure:14622: checking whether memrchr is declared

| configure:14622: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:233: error: `memrchr' undeclared (first use in this function)

| conftest.c:233: error: (Each undeclared identifier is reported only once

| conftest.c:233: error: for each function it appears in.)

| configure:14622: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef memrchr

| | #ifdef __cplusplus

| |   (void) memrchr;

| | #else

| |   (void) memrchr;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:14622: result: no

| configure:14662: checking whether alarm is declared

| configure:14662: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:14662: $? = 0

| configure:14662: result: yes

| configure:14677: checking for promoted mode_t type

| configure:14694: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:199: error: size of array `array' is negative

| configure:14694: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| | int

| | main ()

| | {

| | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];

| |   ;

| |   return 0;

| | }

| configure:14702: result: mode_t

| configure:14710: checking for stdbool.h that conforms to C99

| configure:14777: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:14777: $? = 0

| configure:14784: result: yes

| configure:14786: checking for _Bool

| configure:14786: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:14786: $? = 0

| configure:14786: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:232: error: syntax error before ')' token

| configure:14786: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((_Bool)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:14786: result: yes

| configure:14829: checking for compound literals

| configure:14846: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:14846: $? = 0

| configure:14853: result: yes

| configure:14861: checking whether struct tm is in sys/time.h or time.h

| configure:14881: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:14881: $? = 0

| configure:14888: result: time.h

| configure:14897: checking for struct tm.tm_gmtoff

| configure:14897: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:204: error: structure has no member named `tm_gmtoff'

| configure:14897: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | /* end confdefs.h.  */

| | #include <time.h>

| |

| | int

| | main ()

| | {

| | static struct tm ac_aggr;

| | if (ac_aggr.tm_gmtoff)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:14897: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:204: error: structure has no member named `tm_gmtoff'

| configure:14897: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | /* end confdefs.h.  */

| | #include <time.h>

| |

| | int

| | main ()

| | {

| | static struct tm ac_aggr;

| | if (sizeof ac_aggr.tm_gmtoff)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:14897: result: no

| configure:14956: checking for library containing setfilecon

| configure:14987: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| setfilecon                          /var/tmp//ccsGVXH4.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:14987: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char setfilecon ();

| | int

| | main ()

| | {

| | return setfilecon ();

| |   ;

| |   return 0;

| | }

| configure:14987: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lselinux   >&5

| ld: fatal: library -lselinux: not found

| ld: fatal: file processing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:14987: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char setfilecon ();

| | int

| | main ()

| | {

| | return setfilecon ();

| |   ;

| |   return 0;

| | }

| configure:15004: result: no

| configure:15030: checking whether setenv is declared

| configure:15030: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15030: $? = 0

| configure:15030: result: yes

| configure:15056: checking search.h usability

| configure:15056: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15056: $? = 0

| configure:15056: result: yes

| configure:15056: checking search.h presence

| configure:15056: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:15056: $? = 0

| configure:15056: result: yes

| configure:15056: checking for search.h

| configure:15056: result: yes

| configure:15068: checking for tsearch

| configure:15068: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:15068: $? = 0

| configure:15068: result: yes

| configure:15080: checking for sigset_t

| configure:15080: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15080: $? = 0

| configure:15080: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: syntax error before ')' token

| configure:15080: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | /* end confdefs.h.  */

| |

| |       #include <signal.h>

| |       /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */

| |       #include <sys/types.h>

| |

| |

| | int

| | main ()

| | {

| | if (sizeof ((sigset_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:15080: result: yes

| configure:15111: checking whether snprintf returns a byte count as in C99

| configure:15181: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:15181: $? = 0

| configure:15181: ./conftest

| configure:15181: $? = 0

| configure:15192: result: yes

| configure:15195: checking whether snprintf is declared

| configure:15195: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15195: $? = 0

| configure:15195: result: yes

| configure:15214: checking whether strdup is declared

| configure:15214: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15214: $? = 0

| configure:15214: result: yes

| configure:15227: checking whether strerror(0) succeeds

| configure:15262: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:15262: $? = 0

| configure:15262: ./conftest

| configure:15262: $? = 0

| configure:15273: result: yes

| configure:15365: checking whether ffsl is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `ffsl' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef ffsl

| |   (void) ffsl;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether ffsll is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `ffsll' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef ffsll

| |   (void) ffsll;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether memmem is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `memmem' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef memmem

| |   (void) memmem;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether mempcpy is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `mempcpy' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef mempcpy

| |   (void) mempcpy;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether memrchr is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `memrchr' undeclared (first use in this function)

| conftest.c:210: error: (Each undeclared identifier is reported only once

| conftest.c:210: error: for each function it appears in.)

| configure:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef memrchr

| |   (void) memrchr;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether rawmemchr is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `rawmemchr' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef rawmemchr

| |   (void) rawmemchr;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether stpcpy is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `stpcpy' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef stpcpy

| |   (void) stpcpy;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether stpncpy is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `stpncpy' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef stpncpy

| |   (void) stpncpy;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether strchrnul is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:210: error: `strchrnul' 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:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef strchrnul

| |   (void) strchrnul;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether strdup is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15383: $? = 0

| configure:15391: result: yes

| configure:15365: checking whether strncat is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15383: $? = 0

| configure:15391: result: yes

| configure:15365: checking whether strndup is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:212: error: `strndup' undeclared (first use in this function)

| conftest.c:212: error: (Each undeclared identifier is reported only once

| conftest.c:212: error: for each function it appears in.)

| configure:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef strndup

| |   (void) strndup;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether strnlen is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:212: error: `strnlen' undeclared (first use in this function)

| conftest.c:212: error: (Each undeclared identifier is reported only once

| conftest.c:212: error: for each function it appears in.)

| configure:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef strnlen

| |   (void) strnlen;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether strpbrk is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15383: $? = 0

| configure:15391: result: yes

| configure:15365: checking whether strsep is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:213: error: `strsep' undeclared (first use in this function)

| conftest.c:213: error: (Each undeclared identifier is reported only once

| conftest.c:213: error: for each function it appears in.)

| configure:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef strsep

| |   (void) strsep;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether strcasestr is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:213: error: `strcasestr' undeclared (first use in this function)

| conftest.c:213: error: (Each undeclared identifier is reported only once

| conftest.c:213: error: for each function it appears in.)

| configure:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef strcasestr

| |   (void) strcasestr;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15365: checking whether strtok_r is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15383: $? = 0

| configure:15391: result: yes

| configure:15365: checking whether strerror_r is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15383: $? = 0

| configure:15391: result: yes

| configure:15365: checking whether strsignal is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15383: $? = 0

| configure:15391: result: yes

| configure:15365: checking whether strverscmp is declared without a macro

| configure:15383: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:216: error: `strverscmp' undeclared (first use in this function)

| conftest.c:216: error: (Each undeclared identifier is reported only once

| conftest.c:216: error: for each function it appears in.)

| configure:15383: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | /* end confdefs.h.  */

| | #include <string.h>

| |

| | int

| | main ()

| | {

| | #undef strverscmp

| |   (void) strverscmp;

| |   ;

| |   return 0;

| | }

| configure:15391: result: no

| configure:15496: checking whether ffs is declared without a macro

| configure:15518: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15518: $? = 0

| configure:15526: result: yes

| configure:15496: checking whether strcasecmp is declared without a macro

| configure:15518: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15518: $? = 0

| configure:15526: result: yes

| configure:15496: checking whether strncasecmp is declared without a macro

| configure:15518: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15518: $? = 0

| configure:15526: result: yes

| configure:15538: checking whether strndup is declared

| configure:15538: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:253: error: `strndup' undeclared (first use in this function)

| conftest.c:253: error: (Each undeclared identifier is reported only once

| conftest.c:253: error: for each function it appears in.)

| configure:15538: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef strndup

| | #ifdef __cplusplus

| |   (void) strndup;

| | #else

| |   (void) strndup;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:15538: result: no

| configure:15551: checking whether strnlen is declared

| configure:15551: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:254: error: `strnlen' undeclared (first use in this function)

| conftest.c:254: error: (Each undeclared identifier is reported only once

| conftest.c:254: error: for each function it appears in.)

| configure:15551: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | #ifndef strnlen

| | #ifdef __cplusplus

| |   (void) strnlen;

| | #else

| |   (void) strnlen;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:15551: result: no

| configure:15564: checking whether strtoimax is declared

| configure:15564: result: yes

| configure:15577: checking whether strtoumax is declared

| configure:15577: result: yes

| configure:15594: checking for struct timespec in <time.h>

| configure:15611: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15611: $? = 0

| configure:15618: result: yes

| configure:15769: checking whether ttyname_r is declared

| configure:15769: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15769: $? = 0

| configure:15769: result: yes

| configure:15813: checking whether unsetenv is declared

| configure:15813: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15813: $? = 0

| configure:15813: result: yes

| configure:15825: checking whether the utimes function works

| configure:15940: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:15940: $? = 0

| configure:15940: ./conftest

| configure:15940: $? = 0

| configure:15950: result: yes

| configure:15963: checking for struct utimbuf

| configure:15986: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:15986: $? = 0

| configure:15993: result: yes

| configure:16022: checking for inttypes.h

| configure:16041: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:16041: $? = 0

| configure:16048: result: yes

| configure:16059: checking for stdint.h

| configure:16076: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:16076: $? = 0

| configure:16083: result: yes

| configure:16096: checking for intmax_t

| configure:16121: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:16121: $? = 0

| configure:16128: result: yes

| configure:16147: checking where to find the exponent in a 'double'

| configure:16461: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:16461: $? = 0

| configure:16461: ./conftest

| configure:16461: $? = 0

| configure:16473: result: word 0 bit 20

| configure:16500: checking for snprintf

| configure:16500: result: yes

| configure:16500: checking for strnlen

| configure:16500: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| strnlen                             /var/tmp//cc2DAbSd.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:16500: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | /* end confdefs.h.  */

| | /* Define strnlen to an innocuous variant, in case <limits.h> declares strnlen.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define strnlen innocuous_strnlen

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char strnlen (); 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 strnlen

| |

| | /* 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 strnlen ();

| | /* 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_strnlen || defined __stub___strnlen

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return strnlen ();

| |   ;

| |   return 0;

| | }

| configure:16500: result: no

| configure:16500: checking for wcslen

| configure:16500: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:16500: $? = 0

| configure:16500: result: yes

| configure:16500: checking for wcsnlen

| configure:16500: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| wcsnlen                             /var/tmp//ccCWcdmC.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:16500: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | /* end confdefs.h.  */

| | /* Define wcsnlen to an innocuous variant, in case <limits.h> declares wcsnlen.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define wcsnlen innocuous_wcsnlen

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char wcsnlen (); 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 wcsnlen

| |

| | /* 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 wcsnlen ();

| | /* 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_wcsnlen || defined __stub___wcsnlen

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return wcsnlen ();

| |   ;

| |   return 0;

| | }

| configure:16500: result: no

| configure:16500: checking for mbrtowc

| configure:16500: result: yes

| configure:16500: checking for wcrtomb

| configure:16500: result: yes

| configure:16509: checking whether _snprintf is declared

| configure:16509: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:239: error: `_snprintf' undeclared (first use in this function)

| conftest.c:239: error: (Each undeclared identifier is reported only once

| conftest.c:239: error: for each function it appears in.)

| configure:16509: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| |

| | int

| | main ()

| | {

| | #ifndef _snprintf

| | #ifdef __cplusplus

| |   (void) _snprintf;

| | #else

| |   (void) _snprintf;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:16509: result: no

| configure:16531: checking whether vsnprintf is declared

| configure:16531: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:16531: $? = 0

| configure:16531: result: yes

| configure:16577: checking for alloca as a compiler built-in

| configure:16601: result: yes

| configure:16636: checking whether program_invocation_name is declared

| configure:16636: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:244: error: `program_invocation_name' undeclared (first use in this function)

| conftest.c:244: error: (Each undeclared identifier is reported only once

| conftest.c:244: error: for each function it appears in.)

| configure:16636: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | /* end confdefs.h.  */

| | #include <errno.h>

| |

| | int

| | main ()

| | {

| | #ifndef program_invocation_name

| | #ifdef __cplusplus

| |   (void) program_invocation_name;

| | #else

| |   (void) program_invocation_name;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:16636: result: no

| configure:16655: checking whether program_invocation_short_name is declared

| configure:16655: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:246: error: `program_invocation_short_name' undeclared (first use in this function)

| conftest.c:246: error: (Each undeclared identifier is reported only once

| conftest.c:246: error: for each function it appears in.)

| configure:16655: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | /* end confdefs.h.  */

| | #include <errno.h>

| |

| | int

| | main ()

| | {

| | #ifndef program_invocation_short_name

| | #ifdef __cplusplus

| |   (void) program_invocation_short_name;

| | #else

| |   (void) program_invocation_short_name;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:16655: result: no

| configure:16679: checking whether program_invocation_name is defined

| configure:16692: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:239:18: argp.h: No such file or directory

| conftest.c: In function `main':

| conftest.c:243: error: `program_invocation_name' undeclared (first use in this function)

| conftest.c:243: error: (Each undeclared identifier is reported only once

| conftest.c:243: error: for each function it appears in.)

| configure:16692: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | /* end confdefs.h.  */

| | #include <argp.h>

| | int

| | main ()

| | {

| | program_invocation_name = "test";

| |   ;

| |   return 0;

| | }

| configure:16699: result: no

| configure:16705: checking whether program_invocation_short_name is defined

| configure:16718: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:239:18: argp.h: No such file or directory

| conftest.c: In function `main':

| conftest.c:243: error: `program_invocation_short_name' undeclared (first use in this function)

| conftest.c:243: error: (Each undeclared identifier is reported only once

| conftest.c:243: error: for each function it appears in.)

| configure:16718: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | /* end confdefs.h.  */

| | #include <argp.h>

| | int

| | main ()

| | {

| | program_invocation_short_name = "test";

| |   ;

| |   return 0;

| | }

| configure:16725: result: no

| configure:16783: checking whether btowc(0) is correct

| configure:16818: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:16818: $? = 0

| configure:16818: ./conftest

| configure:16818: $? = 0

| configure:16829: result: yes

| configure:16832: checking whether btowc(EOF) is correct

| configure:16871: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:16871: $? = 0

| configure:16871: ./conftest

| configure:16871: $? = 0

| configure:16883: result: yes

| configure:17017: checking whether this system has an arbitrary file name length limit

| configure:17058: result: yes

| configure:17126: checking for library containing clock_gettime

| configure:17157: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| clock_gettime                       /var/tmp//ccUb2aI9.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:17157: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char clock_gettime ();

| | int

| | main ()

| | {

| | return clock_gettime ();

| |   ;

| |   return 0;

| | }

| configure:17157: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lrt   >&5

| configure:17157: $? = 0

| configure:17174: result: -lrt

| configure:17186: checking for clock_gettime

| configure:17186: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lrt  >&5

| configure:17186: $? = 0

| configure:17186: result: yes

| configure:17186: checking for clock_settime

| configure:17186: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lrt  >&5

| configure:17186: $? = 0

| configure:17186: result: yes

| configure:17297: checking for closedir

| configure:17297: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:17297: $? = 0

| configure:17297: result: yes

| configure:17395: checking for d_ino member in directory struct

| configure:17446: result: yes

| configure:17548: checking whether alphasort is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17566: $? = 0

| configure:17574: result: yes

| configure:17548: checking whether closedir is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17566: $? = 0

| configure:17574: result: yes

| configure:17548: checking whether dirfd is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:261: error: `dirfd' undeclared (first use in this function)

| conftest.c:261: error: (Each undeclared identifier is reported only once

| conftest.c:261: error: for each function it appears in.)

| configure:17566: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | /* end confdefs.h.  */

| | #include <dirent.h>

| |

| | int

| | main ()

| | {

| | #undef dirfd

| |   (void) dirfd;

| |   ;

| |   return 0;

| | }

| configure:17574: result: no

| configure:17548: checking whether fdopendir is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17566: $? = 0

| configure:17574: result: yes

| configure:17548: checking whether opendir is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17566: $? = 0

| configure:17574: result: yes

| configure:17548: checking whether readdir is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17566: $? = 0

| configure:17574: result: yes

| configure:17548: checking whether rewinddir is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17566: $? = 0

| configure:17574: result: yes

| configure:17548: checking whether scandir is declared without a macro

| configure:17566: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17566: $? = 0

| configure:17574: result: yes

| configure:17603: checking for dirfd

| configure:17603: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                  in file

| dirfd                               /var/tmp//cceymL9M.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:17603: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | /* end confdefs.h.  */

| | /* Define dirfd to an innocuous variant, in case <limits.h> declares dirfd.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define dirfd innocuous_dirfd

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char dirfd (); 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 dirfd

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char dirfd ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_dirfd || defined __stub___dirfd

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return dirfd ();

| |   ;

| |   return 0;

| | }

| configure:17603: result: no

| configure:17612: checking whether dirfd is declared

| configure:17612: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:271: error: `dirfd' undeclared (first use in this function)

| conftest.c:271: error: (Each undeclared identifier is reported only once

| conftest.c:271: error: for each function it appears in.)

| configure:17612: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |       #include <dirent.h>

| |

| | int

| | main ()

| | {

| | #ifndef dirfd

| | #ifdef __cplusplus

| |   (void) dirfd;

| | #else

| |   (void) dirfd;

| | #endif

| | #endif

| |

| |   ;

| |   return 0;

| | }

| configure:17612: result: no

| configure:17629: checking whether dirfd is a macro

| configure:17652: result: no

| configure:17675: checking how to get the file descriptor associated with an open DIR*

| configure:17698: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -DDIR_FD_MEMBER_NAME=d_fd -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:268: error: structure has no member named `d_fd'

| configure:17698: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | /* end confdefs.h.  */

| |

| |            #include <sys/types.h>

| |            #include <dirent.h>

| | int

| | main ()

| | {

| | DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME;

| |   ;

| |   return 0;

| | }

| configure:17698: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -DDIR_FD_MEMBER_NAME=dd_fd -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:17698: $? = 0

| configure:17712: result: dd_fd

| configure:17755: checking whether // is distinct from /

| configure:17784: result: no

| configure:17848: checking whether dup2 works

| configure:17907: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:17907: $? = 0

| configure:17907: ./conftest

| configure:17907: $? = 0

| configure:17918: result: yes

| configure:17999: checking for error_at_line

| configure:18015: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:269:19: error.h: No such file or directory

| conftest.c: In function `main':

| conftest.c:273: warning: implicit declaration of function `error_at_line'

| configure:18015: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | /* end confdefs.h.  */

| | #include <error.h>

| | int

| | main ()

| | {

| | error_at_line (0, 0, "", 0, "an error occurred");

| |   ;

| |   return 0;

| | }

| configure:18023: result: no

| configure:18057: checking for euidaccess

| configure:18057: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| euidaccess                          /var/tmp//ccigWgRn.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:18057: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | /* end confdefs.h.  */

| | /* Define euidaccess to an innocuous variant, in case <limits.h> declares euidaccess.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define euidaccess innocuous_euidaccess

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char euidaccess (); 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 euidaccess

| |

| | /* 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 euidaccess ();

| | /* 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_euidaccess || defined __stub___euidaccess

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return euidaccess ();

| |   ;

| |   return 0;

| | }

| configure:18057: result: no

| configure:18085: checking libgen.h usability

| configure:18085: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:18085: $? = 0

| configure:18085: result: yes

| configure:18085: checking libgen.h presence

| configure:18085: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:18085: $? = 0

| configure:18085: result: yes

| configure:18085: checking for libgen.h

| configure:18085: result: yes

| configure:18096: checking for getgroups

| configure:18096: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:18096: $? = 0

| configure:18096: result: yes

| configure:18151: checking for working getgroups

| configure:18178: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:18178: $? = 0

| configure:18178: ./conftest

| configure:18178: $? = 0

| configure:18189: result: yes

| configure:18211: checking for library containing eaccess

| configure:18242: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| eaccess                             /var/tmp//cc2KBeE7.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:18242: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char eaccess ();

| | int

| | main ()

| | {

| | return eaccess ();

| |   ;

| |   return 0;

| | }

| configure:18242: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lgen   >&5

| configure:18242: $? = 0

| configure:18259: result: -lgen

| configure:18270: checking for eaccess

| configure:18270: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lgen  >&5

| configure:18270: $? = 0

| configure:18270: result: yes

| configure:18322: checking for access

| configure:18322: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:18322: $? = 0

| configure:18322: result: yes

| configure:18488: checking for fchownat

| configure:18488: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:18488: $? = 0

| configure:18488: result: yes

| configure:18493: checking whether fchownat works with AT_SYMLINK_NOFOLLOW

| configure:18525: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:18525: $? = 0

| configure:18525: ./conftest

| configure:18525: $? = 0

| configure:18536: result: yes

| configure:18549: checking whether fchownat works with an empty file name

| configure:18581: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:18581: $? = 0

| configure:18581: ./conftest

| configure:18581: $? = 0

| configure:18592: result: yes

| configure:18659: checking whether fcntl handles F_DUPFD correctly

| configure:18689: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:18689: $? = 0

| configure:18689: ./conftest

| configure:18689: $? = 0

| configure:18699: result: yes

| configure:18717: checking whether fcntl understands F_DUPFD_CLOEXEC

| configure:18738: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:284: error: syntax error before "me"

| conftest.c:287: error: syntax error before "int"

| configure:18738: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | /* end confdefs.h.  */

| |

| | #include <fcntl.h>

| | #ifndef F_DUPFD_CLOEXEC

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| |

| |   ;

| |   return 0;

| | }

| configure:18767: result: no

| configure:18911: checking whether fcntl is declared without a macro

| configure:18929: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:18929: $? = 0

| configure:18937: result: yes

| configure:18911: checking whether openat is declared without a macro

| configure:18929: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:18929: $? = 0

| configure:18937: result: yes

| configure:18954: checking whether fdopendir is declared

| configure:18954: result: yes

| configure:18977: checking whether fdopendir works

| configure:19018: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:19018: $? = 0

| configure:19018: ./conftest

| configure:19018: $? = 0

| configure:19028: result: yes

| configure:19081: checking for struct stat.st_blocks

| configure:19081: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:19081: $? = 0

| configure:19081: result: yes

| configure:19168: checking whether conversion from 'int' to 'long double' works

| configure:19209: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:19209: $? = 0

| configure:19209: ./conftest

| configure:19209: $? = 0

| configure:19220: result: yes

| configure:19347: checking for working GNU fnmatch

| configure:19448: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c: In function `main':

| conftest.c:355: error: `FNM_CASEFOLD' undeclared (first use in this function)

| conftest.c:355: error: (Each undeclared identifier is reported only once

| conftest.c:355: error: for each function it appears in.)

| conftest.c:357: error: `FNM_EXTMATCH' undeclared (first use in this function)

| conftest.c:359: error: `FNM_FILE_NAME' undeclared (first use in this function)

| conftest.c:361: error: `FNM_LEADING_DIR' undeclared (first use in this function)

| configure:19448: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | /* end confdefs.h.  */

| | #include <fnmatch.h>

| |             static int

| |             y (char const *pattern, char const *string, int flags)

| |             {

| |               return fnmatch (pattern, string, flags) == 0;

| |             }

| |             static int

| |             n (char const *pattern, char const *string, int flags)

| |             {

| |               return fnmatch (pattern, string, flags) == FNM_NOMATCH;

| |             }

| |

| | int

| | main ()

| | {

| | char const *Apat = 'A' < '\\' ? "[A-\\\\]" : "[\\\\-A]";

| |             char const *apat = 'a' < '\\' ? "[a-\\\\]" : "[\\\\-a]";

| |             static char const A_1[] = { 'A' - 1, 0 };

| |             static char const A01[] = { 'A' + 1, 0 };

| |             static char const a_1[] = { 'a' - 1, 0 };

| |             static char const a01[] = { 'a' + 1, 0 };

| |             static char const bs_1[] = { '\\' - 1, 0 };

| |             static char const bs01[] = { '\\' + 1, 0 };

| |             int result = 0;

| |             if (!n ("a*", "", 0))

| |               return 1;

| |             if (!y ("a*", "abc", 0))

| |               return 1;

| |             if (!y ("[/b", "[/b", 0)) /*"]]"*/ /* glibc Bugzilla bug 12378 */

| |               return 1;

| |             if (!n ("d*/*1", "d/s/1", FNM_PATHNAME))

| |               return 2;

| |             if (!y ("a\\bc", "abc", 0))

| |               return 3;

| |             if (!n ("a\\bc", "abc", FNM_NOESCAPE))

| |               return 3;

| |             if (!y ("*x", ".x", 0))

| |               return 4;

| |             if (!n ("*x", ".x", FNM_PERIOD))

| |               return 4;

| |             if (!y (Apat, "\\", 0))

| |               return 5;

| |             if (!y (Apat, "A", 0))

| |               return 5;

| |             if (!y (apat, "\\", 0))

| |               return 5;

| |             if (!y (apat, "a", 0))

| |               return 5;

| |             if (!(n (Apat, A_1, 0) == ('A' < '\\')))

| |               return 5;

| |             if (!(n (apat, a_1, 0) == ('a' < '\\')))

| |               return 5;

| |             if (!(y (Apat, A01, 0) == ('A' < '\\')))

| |               return 5;

| |             if (!(y (apat, a01, 0) == ('a' < '\\')))

| |               return 5;

| |             if (!(y (Apat, bs_1, 0) == ('A' < '\\')))

| |               return 5;

| |             if (!(y (apat, bs_1, 0) == ('a' < '\\')))

| |               return 5;

| |             if (!(n (Apat, bs01, 0) == ('A' < '\\')))

| |               return 5;

| |             if (!(n (apat, bs01, 0) == ('a' < '\\')))

| |               return 5;

| |            

| |             if (!y ("xxXX", "xXxX", FNM_CASEFOLD))

| |               result |= 8;

| |             if (!y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH))

| |               result |= 16;

| |             if (!n ("d*/*1", "d/s/1", FNM_FILE_NAME))

| |               result |= 32;

| |             if (!y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR))

| |               result |= 64;

| |             if (!y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR))

| |               result |= 64;

| |             if (!y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR))

| |               result |= 64;

| |            

| |             return result;

| |

| |   ;

| |   return 0;

| | }

| configure:19460: result: no

| configure:19496: checking whether isblank is declared

| configure:19496: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:19496: $? = 0

| configure:19496: result: yes

| configure:19535: checking whether isblank is declared

| configure:19535: result: yes

| configure:19559: checking for __fpending

| configure:19576: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:19576: $? = 0

| configure:19585: result: yes

| configure:19588: checking whether __fpending is declared

| configure:19588: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:19588: $? = 0

| configure:19588: result: yes

| configure:19736: checking for fseeko

| configure:19763: result: yes

| configure:19891: checking whether fstatat (..., 0) works

| configure:19916: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:19916: $? = 0

| configure:19916: ./conftest

| configure:19916: $? = 0

| configure:19927: result: yes

| configure:19978: checking whether futimens works

| configure:20016: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:20016: $? = 0

| configure:20016: ./conftest

| configure:20016: $? = 3

| configure: program exited with status 3

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | /* end confdefs.h.  */

| |

| | #include <fcntl.h>

| | #include <sys/stat.h>

| | #include <unistd.h>

| | #include <errno.h>

| |

| | int

| | main ()

| | {

| | struct timespec ts[2] = { { 1, UTIME_OMIT }, { 1, UTIME_NOW } };

| |       int fd = creat ("conftest.file", 0600);

| |       struct stat st;

| |       if (fd < 0) return 1;

| |       errno = 0;

| |       if (futimens (AT_FDCWD, NULL) == 0) return 2;

| |       if (errno != EBADF) return 3;

| |       if (futimens (fd, ts)) return 4;

| |       sleep (1);

| |       ts[0].tv_nsec = UTIME_NOW;

| |       ts[1].tv_nsec = UTIME_OMIT;

| |       if (futimens (fd, ts)) return 5;

| |       if (fstat (fd, &st)) return 6;

| |       if (st.st_ctime < st.st_atime) return 7;

| |

| |   ;

| |   return 0;

| | }

| configure:20050: result: no

| configure:20100: checking whether getcwd handles long file names properly

| configure:20299: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:20299: $? = 0

| configure:20299: ./conftest

| configure:20299: $? = 0

| configure:20314: result: yes

| configure:20701: checking for flockfile

| configure:20701: result: yes

| configure:20701: checking for funlockfile

| configure:20701: result: yes

| configure:20710: checking whether getc_unlocked is declared

| configure:20710: result: yes

| configure:20746: checking whether getdtablesize works

| configure:20775: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:20775: $? = 0

| configure:20775: ./conftest

| configure:20775: $? = 0

| configure:20786: result: yes

| configure:20829: checking for getgroups

| configure:20829: result: yes

| configure:20884: checking for working getgroups

| configure:20922: result: yes

| configure:20950: checking whether getgroups handles negative values

| configure:20977: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:20977: $? = 0

| configure:20977: ./conftest

| configure:20977: $? = 0

| configure:20987: result: yes

| configure:21032: checking for getline

| configure:21032: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| getline                             /var/tmp//ccKEW2aY.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:21032: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | /* 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:21032: result: no

| configure:21240: checking for getpagesize

| configure:21240: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:21240: $? = 0

| configure:21240: result: yes

| configure:21287: checking whether getpagesize is declared

| configure:21287: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:21287: $? = 0

| configure:21287: result: yes

| configure:21343: checking whether gettimeofday clobbers localtime buffer

| configure:21382: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:21382: $? = 0

| configure:21382: ./conftest

| configure:21382: $? = 0

| configure:21392: result: no

| configure:21408: checking for gettimeofday with POSIX signature

| configure:21436: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:21436: $? = 0

| configure:21461: result: yes

| configure:21536: checking for group_member

| configure:21536: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| group_member                        /var/tmp//ccaLF1PB.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:21536: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | /* end confdefs.h.  */

| | /* Define group_member to an innocuous variant, in case <limits.h> declares group_member.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define group_member innocuous_group_member

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char group_member (); 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 group_member

| |

| | /* 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 group_member ();

| | /* 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_group_member || defined __stub___group_member

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return group_member ();

| |   ;

| |   return 0;

| | }

| configure:21536: result: no

| configure:21628: checking whether INT32_MAX < INTMAX_MAX

| configure:21662: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:21662: $? = 0

| configure:21669: result: yes

| configure:21680: checking whether INT64_MAX == LONG_MAX

| configure:21714: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:21714: $? = 0

| configure:21721: result: yes

| configure:21734: checking whether UINT32_MAX < UINTMAX_MAX

| configure:21768: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:21768: $? = 0

| configure:21775: result: yes

| configure:21786: checking whether UINT64_MAX == ULONG_MAX

| configure:21820: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:21820: $? = 0

| configure:21827: result: yes

| configure:21881: checking whether iswblank is declared

| configure:21881: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:21881: $? = 0

| configure:21881: result: yes

| configure:22040: checking whether langinfo.h defines CODESET

| configure:22058: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22058: $? = 0

| configure:22066: result: yes

| configure:22071: checking whether langinfo.h defines T_FMT_AMPM

| configure:22089: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22089: $? = 0

| configure:22097: result: yes

| configure:22102: checking whether langinfo.h defines ERA

| configure:22120: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22120: $? = 0

| configure:22128: result: yes

| configure:22133: checking whether langinfo.h defines YESEXPR

| configure:22151: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22151: $? = 0

| configure:22159: result: yes

| configure:22176: checking whether nl_langinfo is declared without a macro

| configure:22194: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22194: $? = 0

| configure:22202: result: yes

| configure:22221: checking for lchown

| configure:22221: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:22221: $? = 0

| configure:22221: result: yes

| configure:22280: checking whether link obeys POSIX

| configure:22323: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:22323: $? = 0

| configure:22323: ./conftest

| configure:22323: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | /* end confdefs.h.  */

| | #include <unistd.h>

| |

| | int

| | main ()

| | {

| | int result = 0;

| |              if (!link ("conftest.a", "conftest.b/"))

| |                result |= 1;

| | #if HAVE_LSTAT

| |              if (!link ("conftest.lnk/", "conftest.b"))

| |                result |= 2;

| |              if (rename ("conftest.a", "conftest.b"))

| |                result |= 4;

| |              if (!link ("conftest.b", "conftest.lnk"))

| |                result |= 8;

| | #endif

| |              return result;

| |

| |   ;

| |   return 0;

| | }

| configure:22334: result: no

| configure:22374: checking for __xpg4

| configure:22390: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:22390: $? = 0

| configure:22399: result: yes

| configure:22680: checking whether locale.h conforms to POSIX:2001

| configure:22698: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22698: $? = 0

| configure:22705: result: yes

| configure:22749: checking whether struct lconv is properly defined

| configure:22768: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22768: $? = 0

| configure:22776: result: yes

| configure:22857: checking whether setlocale is declared without a macro

| configure:22879: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:22879: $? = 0

| configure:22887: result: yes

| configure:22857: checking whether duplocale is declared without a macro

| configure:22879: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:340: error: `duplocale' undeclared (first use in this function)

| conftest.c:340: error: (Each undeclared identifier is reported only once

| conftest.c:340: error: for each function it appears in.)

| configure:22879: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | /* end confdefs.h.  */

| | #include <locale.h>

| | /* Some systems provide declarations in a non-standard header.  */

| | #if HAVE_XLOCALE_H

| | # include <xlocale.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef duplocale

| |   (void) duplocale;

| |   ;

| |   return 0;

| | }

| configure:22887: result: no

| configure:22953: checking whether lseek detects pipes

| configure:22986: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:22986: $? = 0

| configure:23021: result: yes

| configure:23109: checking for stdlib.h

| configure:23109: result: yes

| configure:23119: checking for GNU libc compatible malloc

| configure:23163: result: yes

| configure:23255: checking whether mbrtowc handles incomplete characters

| configure:23312: result: guessing yes

| configure:23318: checking whether mbrtowc works as well as mbtowc

| configure:23379: result: guessing yes

| configure:23430: checking whether mbrtowc handles a NULL pwc argument

| configure:23489: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:23489: $? = 0

| configure:23489: ./conftest

| configure:23489: $? = 0

| configure:23501: result: yes

| configure:23507: checking whether mbrtowc handles a NULL string argument

| configure:23554: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:23554: $? = 0

| configure:23554: ./conftest

| configure:23554: $? = 0

| configure:23566: result: yes

| configure:23574: checking whether mbrtowc has a correct return value

| configure:23689: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:23689: $? = 0

| configure:23689: ./conftest

| configure:23689: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | /* end confdefs.h.  */

| |

| | #include <locale.h>

| | #include <string.h>

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #include <stddef.h>

| | #include <stdio.h>

| | #include <time.h>

| | #include <wchar.h>

| | int main ()

| | {

| |   int result = 0;

| |   int found_some_locale = 0;

| |   /* This fails on Solaris.  */

| |   if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL)

| |     {

| |       char input[] = "B\303\274\303\237er"; /* "Büßer" */

| |       mbstate_t state;

| |       wchar_t wc;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))

| |         {

| |           input[1] = '\0';

| |           if (mbrtowc (&wc, input + 2, 5, &state) != 1)

| |             result |= 1;

| |         }

| |       found_some_locale = 1;

| |     }

| |   /* This fails on HP-UX 11.11.  */

| |   if (setlocale (LC_ALL, "none") != NULL)

| |     {

| |       char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */

| |       mbstate_t state;

| |       wchar_t wc;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))

| |         {

| |           input[1] = '\0';

| |           if (mbrtowc (&wc, input + 2, 5, &state) != 2)

| |             result |= 2;

| |         }

| |       found_some_locale = 1;

| |     }

| |   /* This fails on native Windows.  */

| |   if (setlocale (LC_ALL, "Japanese_Japan.932") != NULL)

| |     {

| |       char input[] = "<\223\372\226\173\214\352>"; /* "<日本語>" */

| |       mbstate_t state;

| |       wchar_t wc;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2))

| |         {

| |           input[3] = '\0';

| |           if (mbrtowc (&wc, input + 4, 4, &state) != 1)

| |             result |= 4;

| |         }

| |       found_some_locale = 1;

| |     }

| |   if (setlocale (LC_ALL, "Chinese_Taiwan.950") != NULL)

| |     {

| |       char input[] = "<\244\351\245\273\273\171>"; /* "<日本語>" */

| |       mbstate_t state;

| |       wchar_t wc;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2))

| |         {

| |           input[3] = '\0';

| |           if (mbrtowc (&wc, input + 4, 4, &state) != 1)

| |             result |= 8;

| |         }

| |       found_some_locale = 1;

| |     }

| |   if (setlocale (LC_ALL, "Chinese_China.936") != NULL)

| |     {

| |       char input[] = "<\310\325\261\276\325\132>"; /* "<日本語>" */

| |       mbstate_t state;

| |       wchar_t wc;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2))

| |         {

| |           input[3] = '\0';

| |           if (mbrtowc (&wc, input + 4, 4, &state) != 1)

| |             result |= 16;

| |         }

| |       found_some_locale = 1;

| |     }

| |   return (found_some_locale ? result : 77);

| | }

| configure:23704: result: no

| configure:23710: checking whether mbrtowc returns 0 when parsing a NUL character

| configure:23766: result: guessing yes

| configure:23864: checking whether mbrtowc handles incomplete characters

| configure:23921: result: guessing yes

| configure:23927: checking whether mbrtowc works as well as mbtowc

| configure:23988: result: guessing yes

| configure:24086: checking whether mbrtowc handles incomplete characters

| configure:24143: result: guessing yes

| configure:24149: checking whether mbrtowc works as well as mbtowc

| configure:24210: result: guessing yes

| configure:24264: checking whether mbsrtowcs works

| configure:24356: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:24356: $? = 0

| configure:24356: ./conftest

| configure:24356: $? = 2

| configure: program exited with status 2

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | /* end confdefs.h.  */

| |

| | #include <locale.h>

| | #include <string.h>

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #include <stddef.h>

| | #include <stdio.h>

| | #include <time.h>

| | #include <wchar.h>

| | int main ()

| | {

| |   int result = 0;

| |   /* Test whether the function supports a NULL destination argument.

| |      This fails on native Windows.  */

| |   if (setlocale (LC_ALL, "fr_FR") != NULL)

| |     {

| |       const char input[] = "\337er";

| |       const char *src = "">

| |       mbstate_t state;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbsrtowcs (NULL, &src, 1, &state) != 3

| |           || src != input)

| |         result |= 1;

| |     }

| |   /* Test whether the function works when started with a conversion state

| |      in non-initial state.  This fails on HP-UX 11.11 and Solaris 10.  */

| |   if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL)

| |     {

| |       const char input[] = "B\303\274\303\237er";

| |       mbstate_t state;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (NULL, input + 1, 1, &state) == (size_t)(-2))

| |         if (!mbsinit (&state))

| |           {

| |             const char *src = "" + 2;

| |             if (mbsrtowcs (NULL, &src, 10, &state) != 4)

| |               result |= 2;

| |           }

| |     }

| |   if (setlocale (LC_ALL, "none") != NULL)

| |     {

| |       const char input[] = "<\306\374\313\334\270\354>";

| |       mbstate_t state;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (NULL, input + 3, 1, &state) == (size_t)(-2))

| |         if (!mbsinit (&state))

| |           {

| |             const char *src = "" + 4;

| |             if (mbsrtowcs (NULL, &src, 10, &state) != 3)

| |               result |= 4;

| |           }

| |     }

| |   if (setlocale (LC_ALL, "none") != NULL)

| |     {

| |       const char input[] = "B\250\271\201\060\211\070er";

| |       mbstate_t state;

| |

| |       memset (&state, '\0', sizeof (mbstate_t));

| |       if (mbrtowc (NULL, input + 1, 1, &state) == (size_t)(-2))

| |         if (!mbsinit (&state))

| |           {

| |             const char *src = "" + 2;

| |             if (mbsrtowcs (NULL, &src, 10, &state) != 4)

| |               result |= 8;

| |           }

| |     }

| |   return result;

| | }

| configure:24368: result: no

| configure:24509: checking for mempcpy

| configure:24509: result: no

| configure:24563: checking for memrchr

| configure:24563: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| memrchr                             /var/tmp//ccY4aues.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:24563: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | /* end confdefs.h.  */

| | /* Define memrchr to an innocuous variant, in case <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:24563: result: no

| configure:24603: checking whether mkdir handles trailing slash

| configure:24632: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:24632: $? = 0

| configure:24632: ./conftest

| configure:24632: $? = 0

| configure:24645: result: yes

| configure:24654: checking whether mkdir handles trailing dot

| configure:24683: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:24683: $? = 0

| configure:24683: ./conftest

| configure:24683: $? = 0

| configure:24696: result: yes

| configure:24762: checking for mkdtemp

| configure:24762: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:24762: $? = 0

| configure:24762: result: yes

| configure:24811: checking whether mkfifo rejects trailing slashes

| configure:24849: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:24849: $? = 0

| configure:24849: ./conftest

| configure:24849: $? = 0

| configure:24860: result: yes

| configure:24973: checking whether mknod can create fifo without root privileges

| configure:25010: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25010: $? = 0

| configure:25010: ./conftest

| configure:25010: $? = 0

| configure:25027: result: yes

| configure:25082: checking for working mktime

| configure:25290: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25290: $? = 0

| configure:25290: ./conftest

| configure:25290: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | /* end confdefs.h.  */

| | /* Test program from Paul Eggert and Tony Leneis.  */

| | #include <limits.h>

| | #include <stdlib.h>

| | #include <time.h>

| |

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |

| | #if HAVE_DECL_ALARM

| | # include <signal.h>

| | #endif

| |

| | /* Work around redefinition to rpl_putenv by other config tests.  */

| | #undef putenv

| |

| | static time_t time_t_max;

| | static time_t time_t_min;

| |

| | /* Values we'll use to set the TZ environment variable.  */

| | static char *tz_strings[] = {

| |   (char *) 0, "TZ=GMT0", "TZ=JST-9",

| |   "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"

| | };

| | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))

| |

| | /* Return 0 if mktime fails to convert a date in the spring-forward gap.

| |    Based on a problem report from Andreas Jaeger.  */

| | static int

| | spring_forward_gap ()

| | {

| |   /* glibc (up to about 1998-10-07) failed this test. */

| |   struct tm tm;

| |

| |   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"

| |      instead of "TZ=America/Vancouver" in order to detect the bug even

| |      on systems that don't support the Olson extension, or don't have the

| |      full zoneinfo tables installed.  */

| |   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");

| |

| |   tm.tm_year = 98;

| |   tm.tm_mon = 3;

| |   tm.tm_mday = 5;

| |   tm.tm_hour = 2;

| |   tm.tm_min = 0;

| |   tm.tm_sec = 0;

| |   tm.tm_isdst = -1;

| |   return mktime (&tm) != (time_t) -1;

| | }

| |

| | static int

| | mktime_test1 (time_t now)

| | {

| |   struct tm *lt;

| |   return ! (lt = localtime (&now)) || mktime (lt) == now;

| | }

| |

| | static int

| | mktime_test (time_t now)

| | {

| |   return (mktime_test1 (now)

| |           && mktime_test1 ((time_t) (time_t_max - now))

| |           && mktime_test1 ((time_t) (time_t_min + now)));

| | }

| |

| | static int

| | irix_6_4_bug ()

| | {

| |   /* Based on code from Ariel Faigon.  */

| |   struct tm tm;

| |   tm.tm_year = 96;

| |   tm.tm_mon = 3;

| |   tm.tm_mday = 0;

| |   tm.tm_hour = 0;

| |   tm.tm_min = 0;

| |   tm.tm_sec = 0;

| |   tm.tm_isdst = -1;

| |   mktime (&tm);

| |   return tm.tm_mon == 2 && tm.tm_mday == 31;

| | }

| |

| | static int

| | bigtime_test (int j)

| | {

| |   struct tm tm;

| |   time_t now;

| |   tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;

| |   now = mktime (&tm);

| |   if (now != (time_t) -1)

| |     {

| |       struct tm *lt = localtime (&now);

| |       if (! (lt

| |              && lt->tm_year == tm.tm_year

| |              && lt->tm_mon == tm.tm_mon

| |              && lt->tm_mday == tm.tm_mday

| |              && lt->tm_hour == tm.tm_hour

| |              && lt->tm_min == tm.tm_min

| |              && lt->tm_sec == tm.tm_sec

| |              && lt->tm_yday == tm.tm_yday

| |              && lt->tm_wday == tm.tm_wday

| |              && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)

| |                   == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))

| |         return 0;

| |     }

| |   return 1;

| | }

| |

| | static int

| | year_2050_test ()

| | {

| |   /* The correct answer for 2050-02-01 00:00:00 in Pacific time,

| |      ignoring leap seconds.  */

| |   unsigned long int answer = 2527315200UL;

| |

| |   struct tm tm;

| |   time_t t;

| |   tm.tm_year = 2050 - 1900;

| |   tm.tm_mon = 2 - 1;

| |   tm.tm_mday = 1;

| |   tm.tm_hour = tm.tm_min = tm.tm_sec = 0;

| |   tm.tm_isdst = -1;

| |

| |   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"

| |      instead of "TZ=America/Vancouver" in order to detect the bug even

| |      on systems that don't support the Olson extension, or don't have the

| |      full zoneinfo tables installed.  */

| |   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");

| |

| |   t = mktime (&tm);

| |

| |   /* Check that the result is either a failure, or close enough

| |      to the correct answer that we can assume the discrepancy is

| |      due to leap seconds.  */

| |   return (t == (time_t) -1

| |           || (0 < t && answer - 120 <= t && t <= answer + 120));

| | }

| |

| | int

| | main ()

| | {

| |   int result = 0;

| |   time_t t, delta;

| |   int i, j;

| |   int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1;

| |   int time_t_signed = ! ((time_t) 0 < (time_t) -1);

| |

| | #if HAVE_DECL_ALARM

| |   /* This test makes some buggy mktime implementations loop.

| |      Give up after 60 seconds; a mktime slower than that

| |      isn't worth using anyway.  */

| |   signal (SIGALRM, SIG_DFL);

| |   alarm (60);

| | #endif

| |

| |   time_t_max = (! time_t_signed

| |                 ? (time_t) -1

| |                 : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1)

| |                    * 2 + 1));

| |   time_t_min = (! time_t_signed

| |                 ? (time_t) 0

| |                 : time_t_signed_magnitude

| |                 ? ~ (time_t) 0

| |                 : ~ time_t_max);

| |

| |   delta = time_t_max / 997; /* a suitable prime number */

| |   for (i = 0; i < N_STRINGS; i++)

| |     {

| |       if (tz_strings[i])

| |         putenv (tz_strings[i]);

| |

| |       for (t = 0; t <= time_t_max - delta && (result & 1) == 0; t += delta)

| |         if (! mktime_test (t))

| |           result |= 1;

| |       if ((result & 2) == 0

| |           && ! (mktime_test ((time_t) 1)

| |                 && mktime_test ((time_t) (60 * 60))

| |                 && mktime_test ((time_t) (60 * 60 * 24))))

| |         result |= 2;

| |

| |       for (j = 1; (result & 4) == 0; j <<= 1)

| |         {

| |           if (! bigtime_test (j))

| |             result |= 4;

| |           if (INT_MAX / 2 < j)

| |             break;

| |         }

| |       if ((result & 8) == 0 && ! bigtime_test (INT_MAX))

| |         result |= 8;

| |     }

| |   if (! irix_6_4_bug ())

| |     result |= 16;

| |   if (! spring_forward_gap ())

| |     result |= 32;

| |   if (! year_2050_test ())

| |     result |= 64;

| |   return result;

| | }

| configure:25301: result: no

| configure:25387: checking whether YESEXPR works

| configure:25415: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25415: $? = 0

| configure:25415: ./conftest

| configure:25415: $? = 0

| configure:25426: result: yes

| configure:25489: checking for obstacks

| configure:25510: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:390:29: obstack.h: No such file or directory

| conftest.c: In function `main':

| conftest.c:394: error: storage size of 'mem' isn't known

| conftest.c:397: warning: implicit declaration of function `obstack_init'

| conftest.c:398: warning: implicit declaration of function `obstack_free'

| configure:25510: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| |               #include "obstack.h"

| | int

| | main ()

| | {

| | struct obstack mem;

| |                #define obstack_chunk_alloc malloc

| |                #define obstack_chunk_free free

| |                obstack_init (&mem);

| |                obstack_free (&mem, 0);

| |   ;

| |   return 0;

| | }

| configure:25518: result: no

| configure:25545: checking whether open recognizes a trailing slash

| configure:25584: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25584: $? = 0

| configure:25584: ./conftest

| configure:25584: $? = 0

| configure:25596: result: yes

| configure:25715: checking for opendir

| configure:25715: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25715: $? = 0

| configure:25715: result: yes

| configure:25775: checking for struct tm.tm_zone

| configure:25775: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:370: error: structure has no member named `tm_zone'

| configure:25775: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| | #include <time.h>

| |

| |

| | int

| | main ()

| | {

| | static struct tm ac_aggr;

| | if (ac_aggr.tm_zone)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:25775: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:370: error: structure has no member named `tm_zone'

| configure:25775: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| | #include <time.h>

| |

| |

| | int

| | main ()

| | {

| | static struct tm ac_aggr;

| | if (sizeof ac_aggr.tm_zone)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:25775: result: no

| configure:25793: checking whether tzname is declared

| configure:25793: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:25793: $? = 0

| configure:25793: result: yes

| configure:25805: checking for tzname

| configure:25825: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25825: $? = 0

| configure:25833: result: yes

| configure:25859: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:25859: $? = 0

| configure:25910: checking for getppriv

| configure:25910: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25910: $? = 0

| configure:25910: result: yes

| configure:25921: checking whether program_invocation_name is declared

| configure:25921: result: no

| configure:25933: checking whether program_invocation_short_name is declared

| configure:25933: result: no

| configure:25952: checking for ptsname

| configure:25952: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:25952: $? = 0

| configure:25952: result: yes

| configure:25964: checking whether ptsname sets errno on failure

| configure:25992: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c: In function `main':

| conftest.c:376: warning: implicit declaration of function `ptsname'

| configure:25992: $? = 0

| configure:25992: ./conftest

| configure:25992: $? = 0

| configure:26002: result: yes

| configure:26103: checking whether isatty sets errno when it fails

| configure:26138: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:26138: $? = 0

| configure:26138: ./conftest

| configure:26138: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | /* end confdefs.h.  */

| | #include <errno.h>

| |             #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| |             # include <io.h>

| |             #else

| |             # include <unistd.h>

| |             #endif

| |

| | int

| | main ()

| | {

| | errno = 0;

| |             isatty (-1);

| |             return errno == 0;

| |

| |   ;

| |   return 0;

| | }

| |

| configure:26149: result: no

| configure:26191: checking for sys/acl.h

| configure:26191: result: yes

| configure:26205: checking for library containing acl_get_file

| configure:26253: result: no

| configure:26431: checking for facl

| configure:26431: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:26431: $? = 0

| configure:26431: result: yes

| configure:26441: checking for library containing acl_trivial

| configure:26472: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| acl_trivial                         /var/tmp//cc8C3oUt.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:26472: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char acl_trivial ();

| | int

| | main ()

| | {

| | return acl_trivial ();

| |   ;

| |   return 0;

| | }

| configure:26472: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lsec   >&5

| configure:26472: $? = 0

| configure:26489: result: -lsec

| configure:26502: checking for acl_trivial

| configure:26502: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lsec  >&5

| configure:26502: $? = 0

| configure:26502: result: yes

| configure:26628: checking for raise

| configure:26628: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:26628: $? = 0

| configure:26628: result: yes

| configure:26680: checking for rawmemchr

| configure:26680: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| rawmemchr                           /var/tmp//ccAlkvz6.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:26680: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | /* end confdefs.h.  */

| | /* Define rawmemchr to an innocuous variant, in case <limits.h> declares rawmemchr.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define rawmemchr innocuous_rawmemchr

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char rawmemchr (); 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 rawmemchr

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char rawmemchr ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_rawmemchr || defined __stub___rawmemchr

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return rawmemchr ();

| |   ;

| |   return 0;

| | }

| configure:26680: result: no

| configure:26762: checking for readdir

| configure:26762: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:26762: $? = 0

| configure:26762: result: yes

| configure:26808: checking whether readlink signature is correct

| configure:26826: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:26826: $? = 0

| configure:26833: result: yes

| configure:26835: checking whether readlink handles trailing slash correctly

| configure:26865: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:26865: $? = 0

| configure:26865: ./conftest

| configure:26865: $? = 0

| configure:26876: result: yes

| configure:27014: checking for working re_compile_pattern

| configure:27222: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c: In function `main':

| conftest.c:411: error: storage size of 'regex' isn't known

| conftest.c:415: error: storage size of 'regs' isn't known

| conftest.c:440: warning: implicit declaration of function `re_set_syntax'

| conftest.c:440: error: `RE_SYNTAX_GREP' undeclared (first use in this function)

| conftest.c:440: error: (Each undeclared identifier is reported only once

| conftest.c:440: error: for each function it appears in.)

| conftest.c:441: error: `RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in this function)

| conftest.c:441: error: `RE_ICASE' undeclared (first use in this function)

| conftest.c:443: warning: implicit declaration of function `re_compile_pattern'

| conftest.c:443: warning: assignment makes pointer from integer without a cast

| conftest.c:446: warning: implicit declaration of function `re_search'

| conftest.c:471: warning: assignment makes pointer from integer without a cast

| conftest.c:488: error: `RE_SYNTAX_EGREP' undeclared (first use in this function)

| conftest.c:490: warning: assignment makes pointer from integer without a cast

| conftest.c:499: error: `RE_SYNTAX_POSIX_EGREP' undeclared (first use in this function)

| conftest.c:504: warning: assignment makes pointer from integer without a cast

| conftest.c:511: error: `RE_NO_EMPTY_RANGES' undeclared (first use in this function)

| conftest.c:513: warning: assignment makes pointer from integer without a cast

| conftest.c:519: warning: assignment makes pointer from integer without a cast

| conftest.c:526: warning: assignment makes pointer from integer without a cast

| conftest.c:530: warning: implicit declaration of function `re_match'

| conftest.c:534: warning: assignment makes pointer from integer without a cast

| conftest.c:543: error: `RE_SYNTAX_EMACS' undeclared (first use in this function)

| conftest.c:545: warning: assignment makes pointer from integer without a cast

| conftest.c:555: error: `RE_SYNTAX_POSIX_BASIC' undeclared (first use in this function)

| conftest.c:556: error: `RE_CONTEXT_INVALID_DUP' undeclared (first use in this function)

| conftest.c:558: warning: assignment makes pointer from integer without a cast

| conftest.c:564: error: `REG_STARTEND' undeclared (first use in this function)

| conftest.c:411: error: storage size of `regex' isn't known

| configure:27222: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | /* end confdefs.h.  */

| | #include <regex.h>

| |

| |             #include <locale.h>

| |             #include <limits.h>

| |             #include <string.h>

| |

| |             #if defined M_CHECK_ACTION || HAVE_DECL_ALARM

| |             # include <signal.h>

| |             # include <unistd.h>

| |             #endif

| |

| |             #if HAVE_MALLOC_H

| |             # include <malloc.h>

| |             #endif

| |

| |             #ifdef M_CHECK_ACTION

| |             /* Exit with distinguishable exit code.  */

| |             static void sigabrt_no_core (int sig) { raise (SIGTERM); }

| |             #endif

| |

| | int

| | main ()

| | {

| | int result = 0;

| |             static struct re_pattern_buffer regex;

| |             unsigned char folded_chars[UCHAR_MAX + 1];

| |             int i;

| |             const char *s;

| |             struct re_registers regs;

| |

| |             /* Some builds of glibc go into an infinite loop on this

| |                test.  Use alarm to force death, and mallopt to avoid

| |                malloc recursion in diagnosing the corrupted heap. */

| | #if HAVE_DECL_ALARM

| |             signal (SIGALRM, SIG_DFL);

| |             alarm (2);

| | #endif

| | #ifdef M_CHECK_ACTION

| |             signal (SIGABRT, sigabrt_no_core);

| |             mallopt (M_CHECK_ACTION, 2);

| | #endif

| |

| |             if (setlocale (LC_ALL, "en_US.UTF-8"))

| |               {

| |                 {

| |                   /* 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.  */

| |                   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)

| |                     result |= 1;

| |                   else if (re_search (&regex, data, sizeof data - 1,

| |                                       0, sizeof data - 1, &regs)

| |                            != -1)

| |                     result |= 1;

| |                 }

| |

| |                 {

| |                   /* This test is from glibc bug 15078.

| |                      The test case is from Andreas Schwab in

| |                      <http://www.sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.

| |                      */

| |                   static char const pat[] = "[^x]x";

| |                   static char const data[] =

| |                     /* <U1000><U103B><U103D><U1014><U103A><U102F><U1015><U103A> */

| |                     "\xe1\x80\x80"

| |                     "\xe1\x80\xbb"

| |                     "\xe1\x80\xbd"

| |                     "\xe1\x80\x94"

| |                     "\xe1\x80\xba"

| |                     "\xe1\x80\xaf"

| |                     "\xe1\x80\x95"

| |                     "\xe1\x80\xba"

| |                     "x";

| |                   re_set_syntax (0);

| |                   memset (&regex, 0, sizeof regex);

| |                   s = re_compile_pattern (pat, sizeof pat - 1, &regex);

| |                   if (s)

| |                     result |= 1;

| |                   else

| |                     {

| |                       i = re_search (&regex, data, sizeof data - 1,

| |                                      0, sizeof data - 1, 0);

| |                       if (i != 0 && i != 21)

| |                         result |= 1;

| |                     }

| |                 }

| |

| |                 if (! setlocale (LC_ALL, "C"))

| |                   return 1;

| |               }

| |

| |             /* This test is from glibc bug 3957, reported by Andrew Mackey.  */

| |             re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);

| |             memset (&regex, 0, sizeof regex);

| |             s = re_compile_pattern ("a[^x]b", 6, &regex);

| |             if (s)

| |               result |= 2;

| |             /* This should fail, but succeeds for glibc-2.5.  */

| |             else if (re_search (&regex, "a\nb", 3, 0, 3, &regs) != -1)

| |               result |= 2;

| |

| |             /* This regular _expression_ is from Spencer ere test number 75

| |                in grep-2.3.  */

| |             re_set_syntax (RE_SYNTAX_POSIX_EGREP);

| |             memset (&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)

| |               result |= 4;

| |

| |             /* Ensure that [b-a] is diagnosed as invalid, when

| |                using RE_NO_EMPTY_RANGES. */

| |             re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES);

| |             memset (&regex, 0, sizeof regex);

| |             s = re_compile_pattern ("a[b-a]", 6, &regex);

| |             if (s == 0)

| |               result |= 8;

| |

| |             /* This should succeed, but does not for glibc-2.1.3.  */

| |             memset (&regex, 0, sizeof regex);

| |             s = re_compile_pattern ("{1", 2, &regex);

| |             if (s)

| |               result |= 8;

| |

| |             /* 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)

| |               result |= 8;

| |             /* This should match, but does not for glibc-2.2.1.  */

| |             else if (re_match (&regex, "an", 2, 0, &regs) != 2)

| |               result |= 8;

| |

| |             memset (&regex, 0, sizeof regex);

| |             s = re_compile_pattern ("x", 1, &regex);

| |             if (s)

| |               result |= 8;

| |             /* glibc-2.2.93 does not work with a negative RANGE argument.  */

| |             else if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)

| |               result |= 8;

| |

| |             /* The version of regex.c in older versions of gnulib

| |                ignored RE_ICASE.  Detect that problem too.  */

| |             re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);

| |             memset (&regex, 0, sizeof regex);

| |             s = re_compile_pattern ("x", 1, &regex);

| |             if (s)

| |               result |= 16;

| |             else if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)

| |               result |= 16;

| |

| |             /* Catch a bug reported by Vin Shelton in

| |                http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html

| |                */

| |             re_set_syntax (RE_SYNTAX_POSIX_BASIC

| |                            & ~RE_CONTEXT_INVALID_DUP

| |                            & ~RE_NO_EMPTY_RANGES);

| |             memset (&regex, 0, sizeof regex);

| |             s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, &regex);

| |             if (s)

| |               result |= 32;

| |

| |             /* REG_STARTEND was added to glibc on 2004-01-15.

| |                Reject older versions.  */

| |             if (! REG_STARTEND)

| |               result |= 64;

| |

| | #if 0

| |             /* It would be nice to reject hosts whose regoff_t values are too

| |                narrow (including glibc on hosts with 64-bit ptrdiff_t and

| |                32-bit int), but we should wait until glibc implements this

| |                feature.  Otherwise, support for equivalence classes and

| |                multibyte collation symbols would always be broken except

| |                when compiling --without-included-regex.   */

| |             if (sizeof (regoff_t) < sizeof (ptrdiff_t)

| |                 || sizeof (regoff_t) < sizeof (ssize_t))

| |               result |= 64;

| | #endif

| |

| |             return result;

| |

| |   ;

| |   return 0;

| | }

| configure:27232: result: no

| configure:27317: checking libintl.h usability

| configure:27317: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:27317: $? = 0

| configure:27317: result: yes

| configure:27317: checking libintl.h presence

| configure:27317: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:27317: $? = 0

| configure:27317: result: yes

| configure:27317: checking for libintl.h

| configure:27317: result: yes

| configure:27328: checking whether isblank is declared

| configure:27328: result: yes

| configure:27347: checking whether rename honors trailing slash on destination

| configure:27392: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27392: $? = 0

| configure:27392: ./conftest

| configure:27392: $? = 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.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | /* end confdefs.h.  */

| |

| | #        include <stdio.h>

| | #        include <stdlib.h>

| |

| | int

| | main ()

| | {

| | int result = 0;

| |            if (rename ("conftest.f1", "conftest.f2/") == 0)

| |              result |= 1;

| |            if (rename ("conftest.d1", "conftest.d2/") != 0)

| |              result |= 2;

| | #if HAVE_LSTAT

| |            if (rename ("conftest.f", "conftest.lnk/") == 0)

| |              result |= 4;

| | #endif

| |            return result;

| |

| |   ;

| |   return 0;

| | }

| configure:27404: result: no

| configure:27416: checking whether rename honors trailing slash on source

| configure:27461: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27461: $? = 0

| configure:27461: ./conftest

| configure:27461: $? = 0

| configure:27473: result: yes

| configure:27486: checking whether rename manages hard links correctly

| configure:27529: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27529: $? = 0

| configure:27529: ./conftest

| configure:27529: $? = 0

| configure:27547: result: yes

| configure:27559: checking whether rename manages existing destinations correctly

| configure:27596: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27596: $? = 0

| configure:27596: ./conftest

| configure:27596: $? = 0

| configure:27608: result: yes

| configure:27703: checking for rewinddir

| configure:27703: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27703: $? = 0

| configure:27703: result: yes

| configure:27746: checking whether rmdir works

| configure:27788: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27788: $? = 0

| configure:27788: ./conftest

| configure:27788: $? = 0

| configure:27799: result: yes

| configure:27841: checking for rpmatch

| configure:27841: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| rpmatch                             /var/tmp//ccSqmDbg.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:27841: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | /* end confdefs.h.  */

| | /* Define rpmatch to an innocuous variant, in case <limits.h> declares rpmatch.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define rpmatch innocuous_rpmatch

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char rpmatch (); below.

| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since

| |     <limits.h> exists even on freestanding compilers.  */

| |

| | #ifdef __STDC__

| | # include <limits.h>

| | #else

| | # include <assert.h>

| | #endif

| |

| | #undef rpmatch

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char rpmatch ();

| | /* The GNU C library defines this for functions which it implements

| |     to always fail with ENOSYS.  Some functions are actually named

| |     something starting with __ and the normal name is an alias.  */

| | #if defined __stub_rpmatch || defined __stub___rpmatch

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return rpmatch ();

| |   ;

| |   return 0;

| | }

| configure:27841: result: no

| configure:27866: checking for nl_langinfo and YESEXPR

| configure:27882: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27882: $? = 0

| configure:27891: result: yes

| configure:27952: checking for __secure_getenv

| configure:27952: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| __secure_getenv                     /var/tmp//ccc7AIXB.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:27952: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | /* end confdefs.h.  */

| | /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv.

| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */

| | #define __secure_getenv innocuous___secure_getenv

| |

| | /* System header to define __stub macros and hopefully few prototypes,

| |     which can conflict with char __secure_getenv (); 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 __secure_getenv

| |

| | /* 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 __secure_getenv ();

| | /* 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___secure_getenv || defined __stub_____secure_getenv

| | choke me

| | #endif

| |

| | int

| | main ()

| | {

| | return __secure_getenv ();

| |   ;

| |   return 0;

| | }

| configure:27952: result: no

| configure:27964: checking for issetugid

| configure:27964: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:27964: $? = 0

| configure:27964: result: yes

| configure:27993: checking selinux/flask.h usability

| configure:27993: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:449:27: selinux/flask.h: No such file or directory

| configure:27993: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | #include <selinux/flask.h>

| configure:27993: result: no

| configure:27993: checking selinux/flask.h presence

| configure:27993: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| conftest.c:416:27: selinux/flask.h: No such file or directory

| configure:27993: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | /* end confdefs.h.  */

| | #include <selinux/flask.h>

| configure:27993: result: no

| configure:27993: checking for selinux/flask.h

| configure:27993: result: no

| configure:28184: checking whether setenv validates arguments

| configure:28228: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:28228: $? = 0

| configure:28228: ./conftest

| configure:28228: $? = 0

| configure:28238: result: yes

| configure:28352: checking for volatile sig_atomic_t

| configure:28352: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28352: $? = 0

| configure:28352: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:425: error: syntax error before ')' token

| configure:28352: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | /* end confdefs.h.  */

| |

| | #include <signal.h>

| |

| |

| | int

| | main ()

| | {

| | if (sizeof ((volatile sig_atomic_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:28352: result: yes

| configure:28368: checking for sighandler_t

| configure:28368: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:425: error: `sighandler_t' undeclared (first use in this function)

| conftest.c:425: error: (Each undeclared identifier is reported only once

| conftest.c:425: error: for each function it appears in.)

| configure:28368: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | /* end confdefs.h.  */

| |

| | #include <signal.h>

| |

| |

| | int

| | main ()

| | {

| | if (sizeof (sighandler_t))

| |    return 0;

| |   ;

| |   return 0;

| | }

| configure:28368: result: no

| configure:28382: checking whether pthread_sigmask is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigaction is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigaddset is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigdelset is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigemptyset is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigfillset is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigismember is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigpending is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28382: checking whether sigprocmask is declared without a macro

| configure:28400: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28400: $? = 0

| configure:28408: result: yes

| configure:28423: checking for stdint.h

| configure:28423: result: yes

| configure:28433: checking for SIZE_MAX

| configure:28504: result: yes

| configure:28517: checking whether sleep is declared

| configure:28517: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28517: $? = 0

| configure:28517: result: yes

| configure:28533: checking for working sleep

| configure:28581: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:28581: $? = 0

| configure:28581: ./conftest

| configure:28581: $? = 0

| configure:28591: result: yes

| configure:28633: checking for snprintf

| configure:28633: result: yes

| configure:28646: checking whether snprintf respects a size of 1

| configure:28680: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:28680: $? = 0

| configure:28680: ./conftest

| configure:28680: $? = 0

| configure:28691: result: yes

| configure:28701: checking whether printf supports POSIX/XSI format strings with positions

| configure:28733: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:28733: $? = 0

| configure:28733: ./conftest

| configure:28733: $? = 0

| configure:28744: result: yes

| configure:28804: checking for ssize_t

| configure:28828: result: yes

| configure:28839: checking whether stat handles trailing slashes on directories

| configure:28862: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:28862: $? = 0

| configure:28862: ./conftest

| configure:28862: $? = 0

| configure:28872: result: yes

| configure:28874: checking whether stat handles trailing slashes on files

| configure:28914: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:28914: $? = 0

| configure:28914: ./conftest

| configure:28914: $? = 0

| configure:28925: result: yes

| configure:28972: checking for struct stat.st_atim.tv_nsec

| configure:28972: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:28972: $? = 0

| configure:28972: result: yes

| configure:28981: checking whether struct stat.st_atim is of type struct timespec

| configure:29008: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29008: $? = 0

| configure:29015: result: yes

| configure:29067: checking for struct stat.st_birthtimespec.tv_nsec

| configure:29067: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:443: error: structure has no member named `st_birthtimespec'

| configure:29067: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |      #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | static struct stat ac_aggr;

| | if (ac_aggr.st_birthtimespec.tv_nsec)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:29067: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:443: error: structure has no member named `st_birthtimespec'

| configure:29067: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |      #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | static struct stat ac_aggr;

| | if (sizeof ac_aggr.st_birthtimespec.tv_nsec)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:29067: result: no

| configure:29078: checking for struct stat.st_birthtimensec

| configure:29078: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:443: error: structure has no member named `st_birthtimensec'

| configure:29078: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |         #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | static struct stat ac_aggr;

| | if (ac_aggr.st_birthtimensec)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:29078: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:443: error: structure has no member named `st_birthtimensec'

| configure:29078: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |         #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | static struct stat ac_aggr;

| | if (sizeof ac_aggr.st_birthtimensec)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:29078: result: no

| configure:29089: checking for struct stat.st_birthtim.tv_nsec

| configure:29089: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:443: error: structure has no member named `st_birthtim'

| configure:29089: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |           #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | static struct stat ac_aggr;

| | if (ac_aggr.st_birthtim.tv_nsec)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:29089: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:443: error: structure has no member named `st_birthtim'

| configure:29089: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | /* end confdefs.h.  */

| | #include <sys/types.h>

| |           #include <sys/stat.h>

| |

| | int

| | main ()

| | {

| | static struct stat ac_aggr;

| | if (sizeof ac_aggr.st_birthtim.tv_nsec)

| | return 0;

| |   ;

| |   return 0;

| | }

| configure:29089: result: no

| configure:29113: checking for working stdalign.h

| configure:29154: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:437:22: stdalign.h: No such file or directory

| conftest.c:449: warning: implicit declaration of function `_Alignof'

| conftest.c:449: error: syntax error before "double"

| conftest.c:450: error: syntax error before "long"

| conftest.c:451: warning: implicit declaration of function `alignof'

| conftest.c:451: error: syntax error before "double"

| conftest.c:455: error: syntax error before numeric constant

| conftest.c:455: error: field `alignas' declared as a function

| conftest.c:455: warning: no semicolon at end of struct or union

| conftest.c:456: error: dereferencing pointer to incomplete type

| conftest.c:457: error: storage size of `test_alignas' isn't known

| configure:29154: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | /* end confdefs.h.  */

| | #include <stdalign.h>

| |             #include <stddef.h>

| |

| |             /* Test that alignof yields a result consistent with offsetof.

| |                This catches GCC bug 52023

| |                <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>.  */

| |             #ifdef __cplusplus

| |                template <class t> struct alignof_helper { char a; t b; };

| |             # define ao(type) offsetof (alignof_helper<type>, b)

| |             #else

| |             # define ao(type) offsetof (struct { char a; type b; }, b)

| |             #endif

| |             char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];

| |             char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];

| |             char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];

| |

| |             /* Test _Alignas only on platforms where gnulib can help.  */

| |             #if                 ((defined __cplusplus && 201103 <= __cplusplus)                  || __GNUC__ || __IBMC__ || __IBMCPP__ || __ICC                  || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)

| |               struct alignas_test { char c; char alignas (8) alignas_8; };

| |               char test_alignas[offsetof (struct alignas_test, alignas_8) == 8

| |                                 ? 1 : -1];

| |             #endif

| |

| | int

| | main ()

| | {

| |

| |   ;

| |   return 0;

| | }

| configure:29161: result: no

| configure:29183: checking for va_copy

| configure:29204: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29204: $? = 0

| configure:29212: result: yes

| configure:29398: checking whether NULL can be used in arbitrary expressions

| configure:29423: result: yes

| configure:29626: checking whether dprintf is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:445: error: `dprintf' undeclared (first use in this function)

| conftest.c:445: error: (Each undeclared identifier is reported only once

| conftest.c:445: error: for each function it appears in.)

| configure:29644: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| |

| | int

| | main ()

| | {

| | #undef dprintf

| |   (void) dprintf;

| |   ;

| |   return 0;

| | }

| configure:29652: result: no

| configure:29626: checking whether fpurge is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:445: error: `fpurge' undeclared (first use in this function)

| conftest.c:445: error: (Each undeclared identifier is reported only once

| conftest.c:445: error: for each function it appears in.)

| configure:29644: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| |

| | int

| | main ()

| | {

| | #undef fpurge

| |   (void) fpurge;

| |   ;

| |   return 0;

| | }

| configure:29652: result: no

| configure:29626: checking whether fseeko is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29626: checking whether ftello is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29626: checking whether getdelim is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:447: error: `getdelim' undeclared (first use in this function)

| conftest.c:447: error: (Each undeclared identifier is reported only once

| conftest.c:447: error: for each function it appears in.)

| configure:29644: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| |

| | int

| | main ()

| | {

| | #undef getdelim

| |   (void) getdelim;

| |   ;

| |   return 0;

| | }

| configure:29652: result: no

| configure:29626: checking whether getline is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:447: error: `getline' undeclared (first use in this function)

| conftest.c:447: error: (Each undeclared identifier is reported only once

| conftest.c:447: error: for each function it appears in.)

| configure:29644: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| |

| | int

| | main ()

| | {

| | #undef getline

| |   (void) getline;

| |   ;

| |   return 0;

| | }

| configure:29652: result: no

| configure:29626: checking whether gets is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29626: checking whether pclose is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29626: checking whether popen is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29626: checking whether renameat is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:450: error: `renameat' undeclared (first use in this function)

| conftest.c:450: error: (Each undeclared identifier is reported only once

| conftest.c:450: error: for each function it appears in.)

| configure:29644: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| |

| | int

| | main ()

| | {

| | #undef renameat

| |   (void) renameat;

| |   ;

| |   return 0;

| | }

| configure:29652: result: no

| configure:29626: checking whether snprintf is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29626: checking whether tmpfile is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29626: checking whether vdprintf is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:452: error: `vdprintf' undeclared (first use in this function)

| conftest.c:452: error: (Each undeclared identifier is reported only once

| conftest.c:452: error: for each function it appears in.)

| configure:29644: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| |

| | int

| | main ()

| | {

| | #undef vdprintf

| |   (void) vdprintf;

| |   ;

| |   return 0;

| | }

| configure:29652: result: no

| configure:29626: checking whether vsnprintf is declared without a macro

| configure:29644: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29644: $? = 0

| configure:29652: result: yes

| configure:29741: checking whether _Exit is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether atoll is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether canonicalize_file_name is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:461: error: `canonicalize_file_name' undeclared (first use in this function)

| conftest.c:461: error: (Each undeclared identifier is reported only once

| conftest.c:461: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef canonicalize_file_name

| |   (void) canonicalize_file_name;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether getloadavg is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:461: error: `getloadavg' undeclared (first use in this function)

| conftest.c:461: error: (Each undeclared identifier is reported only once

| conftest.c:461: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef getloadavg

| |   (void) getloadavg;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether getsubopt is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether grantpt is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether initstate is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether initstate_r is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:464: error: `initstate_r' undeclared (first use in this function)

| conftest.c:464: error: (Each undeclared identifier is reported only once

| conftest.c:464: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef initstate_r

| |   (void) initstate_r;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether mkdtemp is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether mkostemp is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:465: error: `mkostemp' undeclared (first use in this function)

| conftest.c:465: error: (Each undeclared identifier is reported only once

| conftest.c:465: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef mkostemp

| |   (void) mkostemp;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether mkostemps is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:465: error: `mkostemps' undeclared (first use in this function)

| conftest.c:465: error: (Each undeclared identifier is reported only once

| conftest.c:465: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef mkostemps

| |   (void) mkostemps;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether mkstemp is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether mkstemps is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:466: error: `mkstemps' undeclared (first use in this function)

| conftest.c:466: error: (Each undeclared identifier is reported only once

| conftest.c:466: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef mkstemps

| |   (void) mkstemps;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether posix_openpt is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether ptsname is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether ptsname_r is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:468: error: `ptsname_r' undeclared (first use in this function)

| conftest.c:468: error: (Each undeclared identifier is reported only once

| conftest.c:468: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef ptsname_r

| |   (void) ptsname_r;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether random is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether random_r is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:469: error: `random_r' undeclared (first use in this function)

| conftest.c:469: error: (Each undeclared identifier is reported only once

| conftest.c:469: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef random_r

| |   (void) random_r;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether realpath is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether rpmatch is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:470: error: `rpmatch' undeclared (first use in this function)

| conftest.c:470: error: (Each undeclared identifier is reported only once

| conftest.c:470: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef rpmatch

| |   (void) rpmatch;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether secure_getenv is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:470: error: `secure_getenv' undeclared (first use in this function)

| conftest.c:470: error: (Each undeclared identifier is reported only once

| conftest.c:470: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef secure_getenv

| |   (void) secure_getenv;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether setenv is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether setstate is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether setstate_r is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:472: error: `setstate_r' undeclared (first use in this function)

| conftest.c:472: error: (Each undeclared identifier is reported only once

| conftest.c:472: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef setstate_r

| |   (void) setstate_r;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether srandom is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether srandom_r is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:473: error: `srandom_r' undeclared (first use in this function)

| conftest.c:473: error: (Each undeclared identifier is reported only once

| conftest.c:473: error: for each function it appears in.)

| configure:29765: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | /* end confdefs.h.  */

| | #include <stdlib.h>

| | #if HAVE_SYS_LOADAVG_H

| | # include <sys/loadavg.h>

| | #endif

| | #if HAVE_RANDOM_H

| | # include <random.h>

| | #endif

| |

| | int

| | main ()

| | {

| | #undef srandom_r

| |   (void) srandom_r;

| |   ;

| |   return 0;

| | }

| configure:29773: result: no

| configure:29741: checking whether strtod is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether strtoll is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether strtoull is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether unlockpt is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29741: checking whether unsetenv is declared without a macro

| configure:29765: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:29765: $? = 0

| configure:29773: result: yes

| configure:29793: checking for stpcpy

| configure:29793: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:489: warning: conflicting types for built-in function 'stpcpy'

| Undefined             first referenced

|  symbol                   in file

| stpcpy                              /var/tmp//cc6YjxGz.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:29793: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | /* 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:29793: result: no

| configure:29841: checking for strcasecmp

| configure:29841: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:29841: $? = 0

| configure:29841: result: yes

| configure:29858: checking for strncasecmp

| configure:29858: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:29858: $? = 0

| configure:29858: result: yes

| configure:29872: checking whether strncasecmp is declared

| configure:29872: result: yes

| configure:29924: checking for strchrnul

| configure:29924: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| strchrnul                           /var/tmp//cc2vmxOA.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:29924: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | /* end confdefs.h.  */

| | /* Define strchrnul to an innocuous variant, in case <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:29924: result: no

| configure:30075: checking for working strerror function

| configure:30101: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:30101: $? = 0

| configure:30101: ./conftest

| configure:30101: $? = 0

| configure:30112: result: yes

| configure:30424: checking whether strtoimax works

| configure:30478: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:30478: $? = 0

| configure:30478: ./conftest

| configure:30478: $? = 0

| configure:30489: result: yes

| configure:30541: checking for strtol

| configure:30541: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:30541: $? = 0

| configure:30541: result: yes

| configure:30569: checking for strtoll

| configure:30569: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:30569: $? = 0

| configure:30569: result: yes

| configure:30616: checking for strtoul

| configure:30616: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:30616: $? = 0

| configure:30616: result: yes

| configure:30644: checking for strtoull

| configure:30644: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:30644: $? = 0

| configure:30644: result: yes

| configure:30744: checking whether symlink handles trailing slash correctly

| configure:30778: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:30778: $? = 0

| configure:30778: ./conftest

| configure:30778: $? = 0

| configure:30789: result: yes

| configure:30958: checking for nlink_t

| configure:30958: result: yes

| configure:30973: checking whether fchmodat is declared without a macro

| configure:30999: result: no

| configure:30973: checking whether fstat is declared without a macro

| configure:30999: result: yes

| configure:30973: checking whether fstatat is declared without a macro

| configure:30999: result: yes

| configure:30973: checking whether futimens is declared without a macro

| configure:30999: result: yes

| configure:30973: checking whether lchmod is declared without a macro

| configure:30999: result: no

| configure:30973: checking whether lstat is declared without a macro

| configure:30999: result: yes

| configure:30973: checking whether mkdirat is declared without a macro

| configure:30999: result: no

| configure:30973: checking whether mkfifo is declared without a macro

| configure:30999: result: yes

| configure:30973: checking whether mkfifoat is declared without a macro

| configure:30999: result: no

| configure:30973: checking whether mknod is declared without a macro

| configure:30999: result: yes

| configure:30973: checking whether mknodat is declared without a macro

| configure:30999: result: no

| configure:30973: checking whether stat is declared without a macro

| configure:30999: result: yes

| configure:30973: checking whether utimensat is declared without a macro

| configure:30999: result: yes

| configure:31131: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31131: $? = 0

| configure:31166: checking whether localtime_r is declared

| configure:31166: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31166: $? = 0

| configure:31166: result: yes

| configure:31185: checking whether localtime_r is compatible with its POSIX signature

| configure:31209: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31209: $? = 0

| configure:31217: result: yes

| configure:31271: checking for ttyname_r

| configure:31271: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:31271: $? = 0

| configure:31271: result: yes

| configure:31284: checking whether ttyname_r is compatible with its POSIX signature

| configure:31302: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:501: error: invalid type argument of `unary *'

| configure:31302: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | /* end confdefs.h.  */

| | #include <stddef.h>

| |               #include <unistd.h>

| | int

| | main ()

| | {

| | *ttyname_r (0, NULL, 0);

| |   ;

| |   return 0;

| | }

| |

| configure:31310: result: yes

| configure:31319: checking whether ttyname_r works with small buffers

| configure:31358: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:31358: $? = 0

| configure:31358: ./conftest

| configure:31358: $? = 17

| configure: program exited with status 17

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | /* end confdefs.h.  */

| |

| | #include <fcntl.h>

| | #include <unistd.h>

| | int

| | main (void)

| | {

| |   int result = 0;

| |   int fd;

| |   char buf[31]; /* use any size < 128 here */

| |

| |   fd = open ("/dev/tty", O_RDONLY);

| |   if (fd < 0)

| |     result |= 16;

| |   else if (ttyname_r (fd, buf, sizeof (buf)) != 0)

| |     result |= 17;

| |   else if (ttyname_r (fd, buf, 1) == 0)

| |     result |= 18;

| |   return result;

| | }

| configure:31371: result: no

| configure:31394: checking for ttyname

| configure:31394: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:31394: $? = 0

| configure:31394: result: yes

| configure:31515: checking whether chdir is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether chown is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether dup is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether dup2 is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether dup3 is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:521: error: `dup3' undeclared (first use in this function)

| conftest.c:521: error: (Each undeclared identifier is reported only once

| conftest.c:521: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef dup3

| |   (void) dup3;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether environ is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:521: error: `environ' undeclared (first use in this function)

| conftest.c:521: error: (Each undeclared identifier is reported only once

| conftest.c:521: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef environ

| |   (void) environ;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether euidaccess is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:521: error: `euidaccess' undeclared (first use in this function)

| conftest.c:521: error: (Each undeclared identifier is reported only once

| conftest.c:521: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef euidaccess

| |   (void) euidaccess;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether faccessat is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:521: error: `faccessat' undeclared (first use in this function)

| conftest.c:521: error: (Each undeclared identifier is reported only once

| conftest.c:521: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef faccessat

| |   (void) faccessat;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether fchdir is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether fchownat is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether fdatasync is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether fsync is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether ftruncate is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether getcwd is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether getdomainname is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:527: error: `getdomainname' undeclared (first use in this function)

| conftest.c:527: error: (Each undeclared identifier is reported only once

| conftest.c:527: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef getdomainname

| |   (void) getdomainname;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether getdtablesize is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether getgroups is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether gethostname is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether getlogin is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether getlogin_r is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether getpagesize is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether getusershell is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether setusershell is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether endusershell is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether group_member is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:536: error: `group_member' undeclared (first use in this function)

| conftest.c:536: error: (Each undeclared identifier is reported only once

| conftest.c:536: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef group_member

| |   (void) group_member;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether isatty is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether lchown is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether link is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether linkat is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:539: error: `linkat' undeclared (first use in this function)

| conftest.c:539: error: (Each undeclared identifier is reported only once

| conftest.c:539: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef linkat

| |   (void) linkat;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether lseek is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether pipe is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether pipe2 is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:541: error: `pipe2' undeclared (first use in this function)

| conftest.c:541: error: (Each undeclared identifier is reported only once

| conftest.c:541: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef pipe2

| |   (void) pipe2;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether pread is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether pwrite is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether readlink is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether readlinkat is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:544: error: `readlinkat' undeclared (first use in this function)

| conftest.c:544: error: (Each undeclared identifier is reported only once

| conftest.c:544: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef readlinkat

| |   (void) readlinkat;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether rmdir is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether sethostname is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:545: error: `sethostname' undeclared (first use in this function)

| conftest.c:545: error: (Each undeclared identifier is reported only once

| conftest.c:545: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef sethostname

| |   (void) sethostname;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether sleep is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether symlink is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether symlinkat is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:547: error: `symlinkat' undeclared (first use in this function)

| conftest.c:547: error: (Each undeclared identifier is reported only once

| conftest.c:547: error: for each function it appears in.)

| configure:31545: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | /* end confdefs.h.  */

| |

| | #if HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | /* Some systems declare various items in the wrong headers.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <fcntl.h>

| | # include <stdio.h>

| | # include <stdlib.h>

| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__

| | #  include <io.h>

| | # endif

| | #endif

| |

| | int

| | main ()

| | {

| | #undef symlinkat

| |   (void) symlinkat;

| |   ;

| |   return 0;

| | }

| configure:31553: result: no

| configure:31515: checking whether ttyname_r is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether unlink is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether unlinkat is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31515: checking whether usleep is declared without a macro

| configure:31545: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:31545: $? = 0

| configure:31553: result: yes

| configure:31656: checking whether unlink honors trailing slashes

| configure:31704: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:31704: $? = 0

| configure:31704: ./conftest

| configure:31704: $? = 0

| configure:31715: result: yes

| configure:31723: checking whether unlink of a parent directory fails as it should

| configure:31795: result: guessing yes

| configure:31934: checking for unlockpt

| configure:31934: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:31934: $? = 0

| configure:31934: result: yes

| configure:31995: checking for unsetenv

| configure:31995: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:31995: $? = 0

| configure:31995: result: yes

| configure:32008: checking for unsetenv() return type

| configure:32033: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32033: $? = 0

| configure:32040: result: int

| configure:32049: checking whether unsetenv obeys POSIX

| configure:32094: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:32094: $? = 0

| configure:32094: ./conftest

| configure:32094: $? = 3

| configure: program exited with status 3

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | /* end confdefs.h.  */

| |

| |        #include <stdlib.h>

| |        #include <errno.h>

| |        extern char **environ;

| |

| | int

| | main ()

| | {

| |

| |        char entry1[] = "a=1";

| |        char entry2[] = "b=2";

| |        char *env[] = { entry1, entry2, NULL };

| |        if (putenv ((char *) "a=1")) return 1;

| |        if (putenv (entry2)) return 2;

| |        entry2[0] = 'a';

| |        unsetenv ("a");

| |        if (getenv ("a")) return 3;

| |        if (!unsetenv ("") || errno != EINVAL) return 4;

| |        entry2[0] = 'b';

| |        environ = env;

| |        if (!getenv ("a")) return 5;

| |        entry2[0] = 'a';

| |        unsetenv ("a");

| |        if (getenv ("a")) return 6;

| |

| |   ;

| |   return 0;

| | }

| configure:32104: result: no

| configure:32215: checking whether utimensat works

| configure:32265: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:32265: $? = 0

| configure:32265: ./conftest

| configure:32265: $? = 32

| configure: program exited with status 32

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | /* end confdefs.h.  */

| |

| | #include <fcntl.h>

| | #include <sys/stat.h>

| | #include <unistd.h>

| |

| | int

| | main ()

| | {

| | int result = 0;

| |               const char *f = "conftest.file";

| |               if (close (creat (f, 0600)))

| |                 return 1;

| |               /* Test whether the AT_SYMLINK_NOFOLLOW flag is supported.  */

| |               {

| |                 if (utimensat (AT_FDCWD, f, NULL, AT_SYMLINK_NOFOLLOW))

| |                   result |= 2;

| |               }

| |               /* Test whether UTIME_NOW and UTIME_OMIT work.  */

| |               {

| |                 struct timespec ts[2] = { { 1, UTIME_OMIT }, { 1, UTIME_NOW } };

| |                 if (utimensat (AT_FDCWD, f, ts, 0))

| |                   result |= 4;

| |               }

| |               sleep (1);

| |               {

| |                 struct timespec ts[2] = { { 1, UTIME_NOW }, { 1, UTIME_OMIT } };

| |                 struct stat st;

| |                 if (utimensat (AT_FDCWD, f, ts, 0))

| |                   result |= 8;

| |                 if (stat (f, &st))

| |                   result |= 16;

| |                 else if (st.st_ctime < st.st_atime)

| |                   result |= 32;

| |               }

| |               return result;

| |

| |   ;

| |   return 0;

| | }

| configure:32298: result: no

| configure:32393: checking for ptrdiff_t

| configure:32393: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32393: $? = 0

| configure:32393: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:577: error: syntax error before ')' token

| configure:32393: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | int

| | main ()

| | {

| | if (sizeof ((ptrdiff_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:32393: result: yes

| configure:32414: checking for vasprintf

| configure:32414: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:32414: $? = 0

| configure:32414: result: yes

| configure:32540: checking for vsnprintf

| configure:32540: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| conftest.c:566: warning: conflicting types for built-in function 'vsnprintf'

| configure:32540: $? = 0

| configure:32540: result: yes

| configure:32553: checking whether snprintf respects a size of 1

| configure:32598: result: yes

| configure:32608: checking whether printf supports POSIX/XSI format strings with positions

| configure:32651: result: yes

| configure:32804: checking whether btowc is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wctob is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether mbsinit is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether mbrtowc is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether mbrlen is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether mbsrtowcs is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether mbsnrtowcs is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:567: error: `mbsnrtowcs' undeclared (first use in this function)

| conftest.c:567: error: (Each undeclared identifier is reported only once

| conftest.c:567: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef mbsnrtowcs

| |   (void) mbsnrtowcs;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcrtomb is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsrtombs is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsnrtombs is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:569: error: `wcsnrtombs' undeclared (first use in this function)

| conftest.c:569: error: (Each undeclared identifier is reported only once

| conftest.c:569: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef wcsnrtombs

| |   (void) wcsnrtombs;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcwidth is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wmemchr is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wmemcmp is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wmemcpy is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wmemmove is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wmemset is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcslen is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsnlen is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:576: error: `wcsnlen' undeclared (first use in this function)

| conftest.c:576: error: (Each undeclared identifier is reported only once

| conftest.c:576: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef wcsnlen

| |   (void) wcsnlen;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcscpy is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcpcpy is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:577: error: `wcpcpy' undeclared (first use in this function)

| conftest.c:577: error: (Each undeclared identifier is reported only once

| conftest.c:577: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef wcpcpy

| |   (void) wcpcpy;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcsncpy is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcpncpy is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:578: error: `wcpncpy' undeclared (first use in this function)

| conftest.c:578: error: (Each undeclared identifier is reported only once

| conftest.c:578: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef wcpncpy

| |   (void) wcpncpy;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcscat is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsncat is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcscmp is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsncmp is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcscasecmp is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:582: error: `wcscasecmp' undeclared (first use in this function)

| conftest.c:582: error: (Each undeclared identifier is reported only once

| conftest.c:582: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef wcscasecmp

| |   (void) wcscasecmp;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcsncasecmp is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:582: error: `wcsncasecmp' undeclared (first use in this function)

| conftest.c:582: error: (Each undeclared identifier is reported only once

| conftest.c:582: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef wcsncasecmp

| |   (void) wcsncasecmp;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcscoll is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsxfrm is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsdup is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:584: error: `wcsdup' undeclared (first use in this function)

| conftest.c:584: error: (Each undeclared identifier is reported only once

| conftest.c:584: error: for each function it appears in.)

| configure:32832: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | /* end confdefs.h.  */

| |

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #if !(defined __GLIBC__ && !defined __UCLIBC__)

| | # include <stddef.h>

| | # include <stdio.h>

| | # include <time.h>

| | #endif

| | #include <wchar.h>

| |

| | int

| | main ()

| | {

| | #undef wcsdup

| |   (void) wcsdup;

| |   ;

| |   return 0;

| | }

| configure:32840: result: no

| configure:32804: checking whether wcschr is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsrchr is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcscspn is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsspn is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcspbrk is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcsstr is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcstok is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32804: checking whether wcswidth is declared without a macro

| configure:32832: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:32832: $? = 0

| configure:32840: result: yes

| configure:32866: checking whether mbrtowc handles incomplete characters

| configure:32923: result: guessing yes

| configure:32929: checking whether mbrtowc works as well as mbtowc

| configure:32990: result: guessing yes

| configure:33043: checking whether wcrtomb return value is correct

| configure:33098: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:33098: $? = 0

| configure:33098: ./conftest

| configure:33098: $? = 2

| configure: program exited with status 2

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | /* end confdefs.h.  */

| |

| | #include <locale.h>

| | #include <string.h>

| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before

| |    <wchar.h>.

| |    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be

| |    included before <wchar.h>.  */

| | #include <stddef.h>

| | #include <stdio.h>

| | #include <time.h>

| | #include <wchar.h>

| | int main ()

| | {

| |   int result = 0;

| |   if (setlocale (LC_ALL, "fr_FR") != NULL)

| |     {

| |       if (wcrtomb (NULL, 0, NULL) != 1)

| |         result |= 1;

| |     }

| |   if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL)

| |     {

| |       if (wcrtomb (NULL, 0, NULL) != 1)

| |         result |= 2;

| |     }

| |   if (setlocale (LC_ALL, "none") != NULL)

| |     {

| |       if (wcrtomb (NULL, 0, NULL) != 1)

| |         result |= 4;

| |     }

| |   if (setlocale (LC_ALL, "none") != NULL)

| |     {

| |       if (wcrtomb (NULL, 0, NULL) != 1)

| |         result |= 8;

| |     }

| |   return result;

| | }

| configure:33110: result: no

| configure:33249: checking whether iswcntrl works

| configure:33304: result: yes

| configure:33328: checking for towlower

| configure:33328: result: yes

| configure:33376: checking for wctype_t

| configure:33412: result: yes

| configure:33418: checking for wctrans_t

| configure:33452: result: yes

| configure:33461: checking whether wctype is declared without a macro

| configure:33498: result: yes

| configure:33461: checking whether iswctype is declared without a macro

| configure:33498: result: yes

| configure:33461: checking whether wctrans is declared without a macro

| configure:33498: result: yes

| configure:33461: checking whether towctrans is declared without a macro

| configure:33498: result: yes

| configure:33521: checking whether wcwidth is declared

| configure:33521: result: yes

| configure:33550: checking whether wcwidth works reasonably in UTF-8 locales

| configure:33601: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| configure:33601: $? = 0

| configure:33601: ./conftest

| configure:33601: $? = 0

| configure:33612: result: yes

| configure:33694: checking for stdint.h

| configure:33694: result: yes

| configure:33766: checking whether time.h and sys/time.h may both be included

| configure:33786: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:33786: $? = 0

| configure:33793: result: yes

| configure:33801: checking for struct stat.st_blksize

| configure:33801: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:33801: $? = 0

| configure:33801: result: yes

| configure:33821: checking for library containing setsockopt

| configure:33852: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| setsockopt                          /var/tmp//ccg8HpIY.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:33852: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char setsockopt ();

| | int

| | main ()

| | {

| | return setsockopt ();

| |   ;

| |   return 0;

| | }

| configure:33852: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lsocket   >&5

| configure:33852: $? = 0

| configure:33869: result: -lsocket

| configure:33934: checking for library containing setsockopt

| configure:33982: result: -lsocket

| configure:34028: checking for sys/mtio.h

| configure:34028: result: yes

| configure:34038: checking which ioctl field to test for reversed bytes

| configure:34057: result: mt_type

| configure:34073: checking whether to build rmt

| configure:34086: result: yes

| configure:33999: checking for remote tape header files

| configure:34012: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:34012: $? = 0

| configure:34019: result: yes

| configure:34123: checking for sys/buf.h

| configure:34123: result: yes

| configure:34139: checking for struct stat.st_blksize

| configure:34139: result: yes

| configure:34155: checking for library containing gethostbyname

| configure:34186: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c  >&5

| Undefined             first referenced

|  symbol                   in file

| gethostbyname                       /var/tmp//ccUqkPyS.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:34186: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define HAVE_SYS_MTIO_H 1

| | #define MTIO_CHECK_FIELD mt_type

| | #define HAVE_SYS_BUF_H 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char gethostbyname ();

| | int

| | main ()

| | {

| | return gethostbyname ();

| |   ;

| |   return 0;

| | }

| configure:34186: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl   >&5

| configure:34186: $? = 0

| configure:34203: result: -lnsl

| configure:34979: checking sys/xattr.h usability

| configure:34979: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:626:23: sys/xattr.h: No such file or directory

| configure:34979: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define HAVE_SYS_MTIO_H 1

| | #define MTIO_CHECK_FIELD mt_type

| | #define HAVE_SYS_BUF_H 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | #include <sys/xattr.h>

| configure:34979: result: no

| configure:34979: checking sys/xattr.h presence

| configure:34979: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| conftest.c:593:23: sys/xattr.h: No such file or directory

| configure:34979: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define HAVE_SYS_MTIO_H 1

| | #define MTIO_CHECK_FIELD mt_type

| | #define HAVE_SYS_BUF_H 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | /* end confdefs.h.  */

| | #include <sys/xattr.h>

| configure:34979: result: no

| configure:34979: checking for sys/xattr.h

| configure:34979: result: no

| configure:35035: checking attr/xattr.h usability

| configure:35035: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:626:24: attr/xattr.h: No such file or directory

| configure:35035: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define HAVE_SYS_MTIO_H 1

| | #define MTIO_CHECK_FIELD mt_type

| | #define HAVE_SYS_BUF_H 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | /* end confdefs.h.  */

| | #include <stdio.h>

| | #ifdef HAVE_SYS_TYPES_H

| | # include <sys/types.h>

| | #endif

| | #ifdef HAVE_SYS_STAT_H

| | # include <sys/stat.h>

| | #endif

| | #ifdef STDC_HEADERS

| | # include <stdlib.h>

| | # include <stddef.h>

| | #else

| | # ifdef HAVE_STDLIB_H

| | #  include <stdlib.h>

| | # endif

| | #endif

| | #ifdef HAVE_STRING_H

| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| | #  include <memory.h>

| | # endif

| | # include <string.h>

| | #endif

| | #ifdef HAVE_STRINGS_H

| | # include <strings.h>

| | #endif

| | #ifdef HAVE_INTTYPES_H

| | # include <inttypes.h>

| | #endif

| | #ifdef HAVE_STDINT_H

| | # include <stdint.h>

| | #endif

| | #ifdef HAVE_UNISTD_H

| | # include <unistd.h>

| | #endif

| | #include <attr/xattr.h>

| configure:35035: result: no

| configure:35035: checking attr/xattr.h presence

| configure:35035: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| conftest.c:593:24: attr/xattr.h: No such file or directory

| configure:35035: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define HAVE_SYS_MTIO_H 1

| | #define MTIO_CHECK_FIELD mt_type

| | #define HAVE_SYS_BUF_H 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | /* end confdefs.h.  */

| | #include <attr/xattr.h>

| configure:35035: result: no

| configure:35035: checking for attr/xattr.h

| configure:35035: result: no

| configure:35053: checking for fgetxattr in -lattr

| configure:35078: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lattr  -lnsl  >&5

| ld: fatal: library -lattr: not found

| ld: fatal: file processing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:35078: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define HAVE_SYS_MTIO_H 1

| | #define MTIO_CHECK_FIELD mt_type

| | #define HAVE_SYS_BUF_H 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | /* end confdefs.h.  */

| |

| | /* Override any GCC internal prototype to avoid an error.

| |    Use char because int might match the return type of a GCC

| |    builtin and then its argument prototype would still apply.  */

| | #ifdef __cplusplus

| | extern "C"

| | #endif

| | char fgetxattr ();

| | int

| | main ()

| | {

| | return fgetxattr ();

| |   ;

| |   return 0;

| | }

| configure:35087: result: no

| configure:35148: checking whether getgrgid is declared

| configure:35148: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:35148: $? = 0

| configure:35148: result: yes

| configure:35160: checking whether getpwuid is declared

| configure:35160: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:35160: $? = 0

| configure:35160: result: yes

| configure:35172: checking whether time is declared

| configure:35172: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:35172: $? = 0

| configure:35172: result: yes

| configure:35185: checking for waitpid

| configure:35185: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  >&5

| configure:35185: $? = 0

| configure:35185: result: yes

| configure:35201: checking for remote shell

| configure:35227: result: /usr/bin/rsh

| configure:35363: checking for default archive format

| configure:35380: result: GNU

| configure:35383: checking for default archive

| configure:35426: result: -

| configure:35430: checking for default blocking

| configure:35438: result: 20

| configure:35441: checking for default quoting style

| configure:35452: result: escape

| configure:35503: checking for ld used by gcc -std=gnu99

| configure:35570: result: /usr/ccs/bin/ld

| configure:35577: checking if the linker (/usr/ccs/bin/ld) is GNU ld

| configure:35592: result: no

| configure:35599: checking for shared library run path origin

| configure:35612: result: done

| configure:35637: checking for 64-bit host

| configure:35660: result: yes

| configure:36190: checking for iconv

| configure:36214: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  >&5

| Undefined             first referenced

|  symbol                   in file

| libiconv_close                      /var/tmp//ccQQFBom.o

| libiconv_open                       /var/tmp//ccQQFBom.o

| libiconv                            /var/tmp//ccQQFBom.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:36214: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define 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_DECL_GETGRGID 1

| | #define HAVE_DECL_GETPWUID 1

| | #define HAVE_DECL_TIME 1

| | #define HAVE_WAITPID 1

| | #define REMOTE_SHELL "/usr/bin/rsh"

| | #define COMPRESS_PROGRAM "compress"

| | #define GZIP_PROGRAM "gzip"

| | #define BZIP2_PROGRAM "bzip2"

| | #define LZIP_PROGRAM "lzip"

| | #define LZMA_PROGRAM "lzma"

| | #define LZOP_PROGRAM "lzop"

| | #define XZ_PROGRAM "xz"

| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT

| | #define DEFAULT_ARCHIVE "-"

| | #define DEFAULT_BLOCKING 20

| | #define DEFAULT_QUOTING_STYLE escape_quoting_style

| | /* end confdefs.h.  */

| |

| | #include <stdlib.h>

| | #include <iconv.h>

| |

| | int

| | main ()

| | {

| | iconv_t cd = iconv_open("","");

| |            iconv(cd,NULL,NULL,NULL,NULL);

| |            iconv_close(cd);

| |   ;

| |   return 0;

| | }

| configure:36238: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -R/appl/gfpip/local-201501/lib/sparcv9 >&5

| configure:36238: $? = 0

| configure:36248: result: yes

| configure:36251: checking for working iconv

| configure:36371: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -R/appl/gfpip/local-201501/lib/sparcv9 >&5

| conftest.c: In function `main':

| conftest.c:629: warning: passing arg 2 of `libiconv' from incompatible pointer type

| conftest.c:649: warning: passing arg 2 of `libiconv' from incompatible pointer type

| conftest.c:668: warning: passing arg 2 of `libiconv' from incompatible pointer type

| configure:36371: $? = 0

| configure:36371: ./conftest

| configure:36371: $? = 0

| configure:36383: result: yes

| configure:36398: checking how to link with libiconv

| configure:36400: result: /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -R/appl/gfpip/local-201501/lib/sparcv9

| configure:36411: checking for iconv declaration

| configure:36440: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c:618: error: conflicting types for 'libiconv'

| /usr/local/include/iconv.h:83: error: previous declaration of 'libiconv' was here

| conftest.c:618: error: conflicting types for 'libiconv'

| /usr/local/include/iconv.h:83: error: previous declaration of 'libiconv' was here

| configure:36440: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define 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_DECL_GETGRGID 1

| | #define HAVE_DECL_GETPWUID 1

| | #define HAVE_DECL_TIME 1

| | #define HAVE_WAITPID 1

| | #define REMOTE_SHELL "/usr/bin/rsh"

| | #define COMPRESS_PROGRAM "compress"

| | #define GZIP_PROGRAM "gzip"

| | #define BZIP2_PROGRAM "bzip2"

| | #define LZIP_PROGRAM "lzip"

| | #define LZMA_PROGRAM "lzma"

| | #define LZOP_PROGRAM "lzop"

| | #define XZ_PROGRAM "xz"

| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT

| | #define DEFAULT_ARCHIVE "-"

| | #define DEFAULT_BLOCKING 20

| | #define DEFAULT_QUOTING_STYLE escape_quoting_style

| | #define HAVE_ICONV 1

| | /* end confdefs.h.  */

| |

| | #include <stdlib.h>

| | #include <iconv.h>

| | extern

| | #ifdef __cplusplus

| | "C"

| | #endif

| | #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)

| | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);

| | #else

| | size_t iconv();

| | #endif

| |

| | int

| | main ()

| | {

| |

| |   ;

| |   return 0;

| | }

| configure:36451: result:

|          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);

| configure:36464: checking iconv.h usability

| configure:36464: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:36464: $? = 0

| configure:36464: result: yes

| configure:36464: checking iconv.h presence

| configure:36464: gcc -std=gnu99 -E -m64 -I/appl/gfpip/local-201501/include conftest.c

| configure:36464: $? = 0

| configure:36464: result: yes

| configure:36464: checking for iconv.h

| configure:36464: result: yes

| configure:36474: checking for iconv_t

| configure:36474: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| configure:36474: $? = 0

| configure:36474: gcc -std=gnu99 -c -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include conftest.c >&5

| conftest.c: In function `main':

| conftest.c:621: error: syntax error before ')' token

| configure:36474: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define 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_DECL_GETGRGID 1

| | #define HAVE_DECL_GETPWUID 1

| | #define HAVE_DECL_TIME 1

| | #define HAVE_WAITPID 1

| | #define REMOTE_SHELL "/usr/bin/rsh"

| | #define COMPRESS_PROGRAM "compress"

| | #define GZIP_PROGRAM "gzip"

| | #define BZIP2_PROGRAM "bzip2"

| | #define LZIP_PROGRAM "lzip"

| | #define LZMA_PROGRAM "lzma"

| | #define LZOP_PROGRAM "lzop"

| | #define XZ_PROGRAM "xz"

| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT

| | #define DEFAULT_ARCHIVE "-"

| | #define DEFAULT_BLOCKING 20

| | #define DEFAULT_QUOTING_STYLE escape_quoting_style

| | #define HAVE_ICONV 1

| | #define ICONV_CONST const

| | #define HAVE_ICONV_H 1

| | /* end confdefs.h.  */

| |

| | #ifdef HAVE_ICONV_H

| | # include <iconv.h>

| | #endif

| |

| |

| | int

| | main ()

| | {

| | if (sizeof ((iconv_t)))

| |       return 0;

| |   ;

| |   return 0;

| | }

| configure:36474: result: yes

| configure:36490: checking for a sed that does not truncate output

| configure:36554: result: /appl/gfpip/local-201501/bin/sed

| configure:36560: checking whether NLS is requested

| configure:36569: result: yes

| configure:36609: checking for msgfmt

| configure: trying /appl/gfpip/local-201501/bin/msgfmt...

| 0 translated messages.

| configure:36641: result: /appl/gfpip/local-201501/bin/msgfmt

| configure:36650: checking for gmsgfmt

| configure:36668: found /usr/bin/gmsgfmt

| configure:36681: result: /usr/bin/gmsgfmt

| configure:36731: checking for xgettext

| configure: trying /appl/gfpip/local-201501/bin/xgettext...

| /appl/gfpip/local-201501/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C

| configure:36763: result: /appl/gfpip/local-201501/bin/xgettext

| configure:36808: checking for msgmerge

| configure: trying /appl/gfpip/local-201501/bin/msgmerge...

| configure:36839: result: /appl/gfpip/local-201501/bin/msgmerge

| configure:36880: checking for CFPreferencesCopyAppValue

| configure:36898: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  -Wl,-framework -Wl,CoreFoundation >&5

| conftest.c:612:42: CoreFoundation/CFPreferences.h: No such file or directory

| conftest.c: In function `main':

| conftest.c:616: warning: implicit declaration of function `CFPreferencesCopyAppValue'

| conftest.c:616: error: `NULL' undeclared (first use in this function)

| conftest.c:616: error: (Each undeclared identifier is reported only once

| conftest.c:616: error: for each function it appears in.)

| configure:36898: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define 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_DECL_GETGRGID 1

| | #define HAVE_DECL_GETPWUID 1

| | #define HAVE_DECL_TIME 1

| | #define HAVE_WAITPID 1

| | #define REMOTE_SHELL "/usr/bin/rsh"

| | #define COMPRESS_PROGRAM "compress"

| | #define GZIP_PROGRAM "gzip"

| | #define BZIP2_PROGRAM "bzip2"

| | #define LZIP_PROGRAM "lzip"

| | #define LZMA_PROGRAM "lzma"

| | #define LZOP_PROGRAM "lzop"

| | #define XZ_PROGRAM "xz"

| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT

| | #define DEFAULT_ARCHIVE "-"

| | #define DEFAULT_BLOCKING 20

| | #define DEFAULT_QUOTING_STYLE escape_quoting_style

| | #define HAVE_ICONV 1

| | #define ICONV_CONST const

| | #define HAVE_ICONV_H 1

| | /* end confdefs.h.  */

| | #include <CoreFoundation/CFPreferences.h>

| | int

| | main ()

| | {

| | CFPreferencesCopyAppValue(NULL, NULL)

| |   ;

| |   return 0;

| | }

| configure:36907: result: no

| configure:36914: checking for CFLocaleCopyCurrent

| configure:36932: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  -Wl,-framework -Wl,CoreFoundation >&5

| conftest.c:612:37: CoreFoundation/CFLocale.h: No such file or directory

| conftest.c: In function `main':

| conftest.c:616: warning: implicit declaration of function `CFLocaleCopyCurrent'

| configure:36932: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define 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_DECL_GETGRGID 1

| | #define HAVE_DECL_GETPWUID 1

| | #define HAVE_DECL_TIME 1

| | #define HAVE_WAITPID 1

| | #define REMOTE_SHELL "/usr/bin/rsh"

| | #define COMPRESS_PROGRAM "compress"

| | #define GZIP_PROGRAM "gzip"

| | #define BZIP2_PROGRAM "bzip2"

| | #define LZIP_PROGRAM "lzip"

| | #define LZMA_PROGRAM "lzma"

| | #define LZOP_PROGRAM "lzop"

| | #define XZ_PROGRAM "xz"

| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT

| | #define DEFAULT_ARCHIVE "-"

| | #define DEFAULT_BLOCKING 20

| | #define DEFAULT_QUOTING_STYLE escape_quoting_style

| | #define HAVE_ICONV 1

| | #define ICONV_CONST const

| | #define HAVE_ICONV_H 1

| | /* end confdefs.h.  */

| | #include <CoreFoundation/CFLocale.h>

| | int

| | main ()

| | {

| | CFLocaleCopyCurrent();

| |   ;

| |   return 0;

| | }

| configure:36941: result: no

| configure:36990: checking for GNU gettext in libc

| configure:37014: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  >&5

| Undefined             first referenced

|  symbol                   in file

| libintl_gettext                     /var/tmp//cc2tY3rs.o

| libintl_bindtextdomain              /var/tmp//cc2tY3rs.o

| _nl_domain_bindings                 /var/tmp//cc2tY3rs.o

| libintl_ngettext                    /var/tmp//cc2tY3rs.o

| _nl_msg_cat_cntr                    /var/tmp//cc2tY3rs.o

| ld: fatal: symbol referencing errors. No output written to conftest

| collect2: ld returned 1 exit status

| configure:37014: $? = 1

| configure: failed program was:

| | /* confdefs.h */

| | #define PACKAGE_NAME "GNU tar"

| | #define PACKAGE_TARNAME "tar"

| | #define PACKAGE_VERSION "1.28"

| | #define PACKAGE_STRING "GNU tar 1.28"

| | #define PACKAGE_BUGREPORT "address@hidden"

| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| | #define PACKAGE "tar"

| | #define VERSION "1.28"

| | #define STDC_HEADERS 1

| | #define HAVE_SYS_TYPES_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_STRING_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_UNISTD_H 1

| | #define __EXTENSIONS__ 1

| | #define _ALL_SOURCE 1

| | #define _DARWIN_C_SOURCE 1

| | #define _GNU_SOURCE 1

| | #define _POSIX_PTHREAD_SEMANTICS 1

| | #define _TANDEM_SOURCE 1

| | #define HAVE_FSEEKO 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define _DARWIN_USE_64_BIT_INODE 1

| | #define HAVE_FCNTL_H 1

| | #define HAVE_MEMORY_H 1

| | #define HAVE_SGTTY_H 1

| | #define HAVE_STRING_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_SYS_SOCKET_H 1

| | #define HAVE_DIRENT_H 1

| | #define HAVE_WCTYPE_H 1

| | #define HAVE_STDIO_EXT_H 1

| | #define HAVE_SYS_STAT_H 1

| | #define HAVE_GETOPT_H 1

| | #define HAVE_WCHAR_H 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_LANGINFO_H 1

| | #define HAVE_SYS_MMAN_H 1

| | #define HAVE_PRIV_H 1

| | #define HAVE_MALLOC_H 1

| | #define HAVE_STRINGS_H 1

| | #define HAVE_SYSEXITS_H 1

| | #define HAVE_UTIME_H 1

| | #define HAVE_NETDB_H 1

| | #define HAVE_SYS_WAIT_H 1

| | #define HAVE_PWD_H 1

| | #define HAVE_GRP_H 1

| | #define HAVE_SYS_BUF_H 1

| | #define MAJOR_IN_MKDEV 1

| | #define HAVE_ST_FSTYPE_STRING 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_ALLOCA_H 1

| | #define HAVE_ALLOCA 1

| | #define restrict __restrict

| | #define HAVE_DECL_CLEARERR_UNLOCKED 0

| | #define HAVE_DECL_FEOF_UNLOCKED 0

| | #define HAVE_DECL_FERROR_UNLOCKED 0

| | #define HAVE_DECL_FFLUSH_UNLOCKED 0

| | #define HAVE_DECL_FGETS_UNLOCKED 0

| | #define HAVE_DECL_FPUTC_UNLOCKED 0

| | #define HAVE_DECL_FPUTS_UNLOCKED 0

| | #define HAVE_DECL_FREAD_UNLOCKED 0

| | #define HAVE_DECL_FWRITE_UNLOCKED 0

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define HAVE_DECL_GETCHAR_UNLOCKED 1

| | #define HAVE_DECL_PUTC_UNLOCKED 1

| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_PATHCONF 1

| | #define HAVE_BTOWC 1

| | #define HAVE_GETCWD 1

| | #define HAVE_READLINK 1

| | #define HAVE_REALPATH 1

| | #define HAVE_CHOWN 1

| | #define HAVE_FCHOWN 1

| | #define HAVE_FCHDIR 1

| | #define HAVE_FDOPENDIR 1

| | #define HAVE_FCNTL 1

| | #define HAVE_SYMLINK 1

| | #define HAVE_ISBLANK 1

| | #define HAVE_ISWCTYPE 1

| | #define HAVE_MBSRTOWCS 1

| | #define HAVE_WMEMCHR 1

| | #define HAVE_WMEMCPY 1

| | #define HAVE_FSTATAT 1

| | #define HAVE_FUTIMENS 1

| | #define HAVE_GETDTABLESIZE 1

| | #define HAVE_GETTIMEOFDAY 1

| | #define HAVE_ISWCNTRL 1

| | #define HAVE_ISWBLANK 1

| | #define HAVE_LINK 1

| | #define HAVE_OPENAT 1

| | #define HAVE_LSTAT 1

| | #define HAVE_MBSINIT 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_MPROTECT 1

| | #define HAVE_MKFIFO 1

| | #define HAVE_MKNOD 1

| | #define HAVE_NL_LANGINFO 1

| | #define HAVE_POSIX_OPENPT 1

| | #define HAVE_FCHMOD 1

| | #define HAVE_RENAMEAT 1

| | #define HAVE_SETENV 1

| | #define HAVE_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define HAVE_STRDUP 1

| | #define HAVE_TZSET 1

| | #define HAVE_STRTOIMAX 1

| | #define HAVE_STRTOUMAX 1

| | #define HAVE_LOCALTIME_R 1

| | #define HAVE_PIPE 1

| | #define HAVE_UNLINKAT 1

| | #define HAVE_FUTIMESAT 1

| | #define HAVE_UTIMENSAT 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_WCWIDTH 1

| | #define HAVE_SETLOCALE 1

| | #define HAVE_FSYNC 1

| | #define HAVE_GRANTPT 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_LONG_FILE_NAMES 1

| | #define HAVE_LANGINFO_CODESET 1

| | #define HAVE_UNISTD_H 1

| | #define HAVE_CHOWN 1

| | #define HAVE_DECL_STRERROR_R 1

| | #define HAVE_STRERROR_R 1

| | #define GETGROUPS_T gid_t

| | #define HAVE_DECL_FCHDIR 1

| | #define HAVE_WORKING_O_NOATIME 0

| | #define HAVE_WORKING_O_NOFOLLOW 1

| | #define HAVE_MBSTATE_T 1

| | #define HAVE_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| | #define HAVE_DECL_GETCWD 1

| | #define HAVE_DECL_GETDELIM 0

| | #define HAVE_DECL_GETLINE 0

| | #define HAVE_GETOPT_H 1

| | #define HAVE_GETOPT_LONG_ONLY 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_DECL_GETENV 1

| | #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| | #define HAVE_UNSIGNED_LONG_LONG_INT 1

| | #define HAVE_LONG_LONG_INT 1

| | #define HAVE_SYS_INTTYPES_H 1

| | #define BITSIZEOF_PTRDIFF_T 64

| | #define BITSIZEOF_SIZE_T 64

| | #define BITSIZEOF_SIG_ATOMIC_T 32

| | #define BITSIZEOF_WCHAR_T 32

| | #define BITSIZEOF_WINT_T 32

| | #define HAVE_SIGNED_SIG_ATOMIC_T 1

| | #define HAVE_SIGNED_WCHAR_T 1

| | #define HAVE_SIGNED_WINT_T 1

| | #define PTRDIFF_T_SUFFIX l

| | #define SIZE_T_SUFFIX ul

| | #define SIG_ATOMIC_T_SUFFIX

| | #define WCHAR_T_SUFFIX

| | #define WINT_T_SUFFIX

| | #define HAVE_RAW_DECL_IMAXABS 1

| | #define HAVE_RAW_DECL_IMAXDIV 1

| | #define HAVE_RAW_DECL_STRTOIMAX 1

| | #define HAVE_RAW_DECL_STRTOUMAX 1

| | #define HAVE_INTTYPES_H 1

| | #define HAVE_WINT_T 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_WCHAR_T 1

| | #define HAVE_STDLIB_H 1

| | #define MALLOC_0_IS_NONNULL 1

| | #define HAVE_MAP_ANONYMOUS 1

| | #define HAVE_DECL_MEMRCHR 0

| | #define HAVE_DECL_ALARM 1

| | #define PROMOTED_MODE_T mode_t

| | #define HAVE__BOOL 1

| | #define HAVE_COMPOUND_LITERALS 1

| | #define HAVE_DECL_SETENV 1

| | #define HAVE_SEARCH_H 1

| | #define HAVE_TSEARCH 1

| | #define HAVE_SIGSET_T 1

| | #define HAVE_DECL_SNPRINTF 1

| | #define HAVE_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRDUP 1

| | #define HAVE_RAW_DECL_STRNCAT 1

| | #define HAVE_RAW_DECL_STRPBRK 1

| | #define HAVE_RAW_DECL_STRTOK_R 1

| | #define HAVE_RAW_DECL_STRERROR_R 1

| | #define HAVE_RAW_DECL_STRSIGNAL 1

| | #define HAVE_RAW_DECL_FFS 1

| | #define HAVE_RAW_DECL_STRCASECMP 1

| | #define HAVE_RAW_DECL_STRNCASECMP 1

| | #define HAVE_DECL_STRNDUP 0

| | #define HAVE_DECL_STRNLEN 0

| | #define HAVE_DECL_STRTOIMAX 1

| | #define HAVE_DECL_STRTOUMAX 1

| | #define HAVE_DECL_TTYNAME_R 1

| | #define HAVE_DECL_UNSETENV 1

| | #define HAVE_WORKING_UTIMES 1

| | #define HAVE_STRUCT_UTIMBUF 1

| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| | #define HAVE_STDINT_H_WITH_UINTMAX 1

| | #define HAVE_INTMAX_T 1

| | #define DBL_EXPBIT0_WORD 0

| | #define DBL_EXPBIT0_BIT 20

| | #define HAVE_SNPRINTF 1

| | #define HAVE_WCSLEN 1

| | #define HAVE_MBRTOWC 1

| | #define HAVE_WCRTOMB 1

| | #define HAVE_DECL__SNPRINTF 0

| | #define HAVE_SNPRINTF_RETVAL_C99 1

| | #define HAVE_DECL_VSNPRINTF 1

| | #define HAVE_ALLOCA 1

| | #define GNULIB_AREADLINKAT 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_NAME 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| | #define GNULIB_TEST_BTOWC 1

| | #define GNULIB_CANONICALIZE_LGPL 1

| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| | #define GNULIB_TEST_REALPATH 1

| | #define GNULIB_TEST_CHDIR 1

| | #define GNULIB_TEST_CHOWN 1

| | #define HAVE_CLOCK_GETTIME 1

| | #define HAVE_CLOCK_SETTIME 1

| | #define GNULIB_TEST_CLOEXEC 1

| | #define GNULIB_TEST_CLOSE 1

| | #define GNULIB_CLOSE_STREAM 1

| | #define HAVE_CLOSEDIR 1

| | #define GNULIB_TEST_CLOSEDIR 1

| | #define D_INO_IN_DIRENT 1

| | #define HAVE_RAW_DECL_ALPHASORT 1

| | #define HAVE_RAW_DECL_CLOSEDIR 1

| | #define HAVE_RAW_DECL_FDOPENDIR 1

| | #define HAVE_RAW_DECL_OPENDIR 1

| | #define HAVE_RAW_DECL_READDIR 1

| | #define HAVE_RAW_DECL_REWINDDIR 1

| | #define HAVE_RAW_DECL_SCANDIR 1

| | #define GNULIB_DIRENT_SAFER 1

| | #define HAVE_DECL_DIRFD 0

| | #define DIR_FD_MEMBER_NAME dd_fd

| | #define GNULIB_TEST_DIRFD 1

| | #define GNULIB_DIRNAME 1

| | #define GNULIB_TEST_DUP 1

| | #define HAVE_DUP2 1

| | #define GNULIB_TEST_DUP2 1

| | #define GNULIB_TEST_ENVIRON 1

| | #define HAVE_LIBGEN_H 1

| | #define HAVE_GETGROUPS 1

| | #define HAVE_EACCESS 1

| | #define GNULIB_TEST_EUIDACCESS 1

| | #define HAVE_ACCESS 1

| | #define GNULIB_FACCESSAT 1

| | #define GNULIB_TEST_FACCESSAT 1

| | #define GNULIB_TEST_FCHDIR 1

| | #define GNULIB_FCHMODAT 1

| | #define GNULIB_TEST_FCHMODAT 1

| | #define GNULIB_FCHOWNAT 1

| | #define GNULIB_TEST_FCHOWNAT 1

| | #define GNULIB_TEST_FCNTL 1

| | #define HAVE_RAW_DECL_FCNTL 1

| | #define HAVE_RAW_DECL_OPENAT 1

| | #define HAVE_DECL_FDOPENDIR 1

| | #define GNULIB_TEST_FDOPENDIR 1

| | #define GNULIB_FDOPENDIR 1

| | #define GNULIB_FDUTIMENSAT 1

| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| | #define HAVE_ST_BLOCKS 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define fnmatch gnu_fnmatch

| | #define HAVE_DECL_ISBLANK 1

| | #define HAVE_DECL___FPENDING 1

| | #define GNULIB_TEST_FSEEK 1

| | #define GNULIB_TEST_FSEEKO 1

| | #define GNULIB_TEST_FSTAT 1

| | #define GNULIB_TEST_FSTATAT 1

| | #define GNULIB_TEST_FUTIMENS 1

| | #define HAVE_MINIMALLY_WORKING_GETCWD 1

| | #define GNULIB_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define GNULIB_TEST_GETCWD 1

| | #define HAVE_FLOCKFILE 1

| | #define HAVE_FUNLOCKFILE 1

| | #define HAVE_DECL_GETC_UNLOCKED 1

| | #define GNULIB_TEST_GETDELIM 1

| | #define GNULIB_TEST_GETDTABLESIZE 1

| | #define HAVE_GETGROUPS 1

| | #define GNULIB_TEST_GETGROUPS 1

| | #define GNULIB_TEST_GETLINE 1

| | #define GNULIB_TEST_GETOPT_GNU 1

| | #define __GETOPT_PREFIX rpl_

| | #define HAVE_GETPAGESIZE 1

| | #define GNULIB_TEST_GETPAGESIZE 1

| | #define GETTIMEOFDAY_TIMEZONE void

| | #define GNULIB_TEST_GETTIMEOFDAY 1

| | #define GNULIB_TEST_GROUP_MEMBER 1

| | #define GNULIB_TEST_ISATTY 1

| | #define HAVE_DECL_ISWBLANK 1

| | #define GNULIB_TEST_ISWBLANK 1

| | #define HAVE_RAW_DECL_NL_LANGINFO 1

| | #define HAVE_LCHOWN 1

| | #define GNULIB_TEST_LCHOWN 1

| | #define GNULIB_TEST_LINK 1

| | #define LINK_FOLLOWS_SYMLINKS -1

| | #define GNULIB_TEST_LINKAT 1

| | #define _LCONV_C99 1

| | #define HAVE_RAW_DECL_SETLOCALE 1

| | #define GNULIB_TEST_LOCALECONV 1

| | #define GNULIB_TEST_LSEEK 1

| | #define GNULIB_TEST_LSTAT 1

| | #define HAVE_STDLIB_H 1

| | #define HAVE_MALLOC_GNU 1

| | #define GNULIB_MALLOC_GNU 1

| | #define HAVE_MALLOC_POSIX 1

| | #define GNULIB_TEST_MALLOC_POSIX 1

| | #define MBRTOWC_RETVAL_BUG 1

| | #define GNULIB_TEST_MBRTOWC 1

| | #define GNULIB_TEST_MBSCASECMP 1

| | #define GNULIB_TEST_MBSINIT 1

| | #define GNULIB_TEST_MBSRTOWCS 1

| | #define GNULIB_TEST_MBTOWC 1

| | #define GNULIB_TEST_MEMCHR 1

| | #define GNULIB_TEST_MEMPCPY 1

| | #define GNULIB_TEST_MEMRCHR 1

| | #define GNULIB_TEST_MKDIRAT 1

| | #define HAVE_MKDTEMP 1

| | #define GNULIB_TEST_MKDTEMP 1

| | #define GNULIB_TEST_MKFIFO 1

| | #define GNULIB_TEST_MKFIFOAT 1

| | #define GNULIB_TEST_MKNODAT 1

| | #define GNULIB_TEST_MKNOD 1

| | #define GNULIB_TEST_MKTIME 1

| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| | #define GNULIB_TEST_NL_LANGINFO 1

| | #define GNULIB_TEST_OPEN 1

| | #define GNULIB_OPENAT 1

| | #define GNULIB_TEST_OPENAT 1

| | #define HAVE_OPENDIR 1

| | #define GNULIB_TEST_OPENDIR 1

| | #define HAVE_DECL_TZNAME 1

| | #define HAVE_TZNAME 1

| | #define TIME_T_FITS_IN_LONG_INT 1

| | #define GNULIB_TEST_POSIX_OPENPT 1

| | #define HAVE_GETPPRIV 1

| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| | #define HAVE_PTSNAME 1

| | #define GNULIB_TEST_PTSNAME 1

| | #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| | #define GNULIB_TEST_PTSNAME_R 1

| | #define HAVE_SYS_ACL_H 1

| | #define HAVE_FACL 1

| | #define HAVE_ACL_TRIVIAL 1

| | #define USE_ACL 1

| | #define HAVE_RAISE 1

| | #define GNULIB_TEST_RAISE 1

| | #define GNULIB_TEST_RAWMEMCHR 1

| | #define GNULIB_TEST_READ 1

| | #define HAVE_READDIR 1

| | #define GNULIB_TEST_READDIR 1

| | #define GNULIB_TEST_READLINK 1

| | #define GNULIB_TEST_READLINKAT 1

| | #define HAVE_REALLOC_POSIX 1

| | #define GNULIB_TEST_REALLOC_POSIX 1

| | #define _REGEX_INCLUDE_LIMITS_H 1

| | #define _REGEX_LARGE_OFFSETS 1

| | #define re_syntax_options rpl_re_syntax_options

| | #define re_set_syntax rpl_re_set_syntax

| | #define re_compile_pattern rpl_re_compile_pattern

| | #define re_compile_fastmap rpl_re_compile_fastmap

| | #define re_search rpl_re_search

| | #define re_search_2 rpl_re_search_2

| | #define re_match rpl_re_match

| | #define re_match_2 rpl_re_match_2

| | #define re_set_registers rpl_re_set_registers

| | #define re_comp rpl_re_comp

| | #define re_exec rpl_re_exec

| | #define regcomp rpl_regcomp

| | #define regexec rpl_regexec

| | #define regerror rpl_regerror

| | #define regfree rpl_regfree

| | #define HAVE_LIBINTL_H 1

| | #define HAVE_DECL_ISBLANK 1

| | #define RENAME_TRAILING_SLASH_DEST_BUG 1

| | #define GNULIB_TEST_RENAME 1

| | #define GNULIB_TEST_RENAMEAT 1

| | #define HAVE_REWINDDIR 1

| | #define GNULIB_TEST_REWINDDIR 1

| | #define GNULIB_TEST_RMDIR 1

| | #define HAVE_LANGINFO_YESEXPR 1

| | #define GNULIB_TEST_RPMATCH 1

| | #define HAVE_ISSETUGID 1

| | #define GNULIB_TEST_SECURE_GETENV 1

| | #define HAVE_SELINUX_SELINUX_H 0

| | #define GNULIB_TEST_SETENV 1

| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| | #define HAVE_RAW_DECL_SIGACTION 1

| | #define HAVE_RAW_DECL_SIGADDSET 1

| | #define HAVE_RAW_DECL_SIGDELSET 1

| | #define HAVE_RAW_DECL_SIGEMPTYSET 1

| | #define HAVE_RAW_DECL_SIGFILLSET 1

| | #define HAVE_RAW_DECL_SIGISMEMBER 1

| | #define HAVE_RAW_DECL_SIGPENDING 1

| | #define HAVE_RAW_DECL_SIGPROCMASK 1

| | #define HAVE_STDINT_H 1

| | #define HAVE_DECL_SLEEP 1

| | #define GNULIB_TEST_SLEEP 1

| | #define HAVE_SNPRINTF 1

| | #define GNULIB_TEST_SNPRINTF 1

| | #define GNULIB_SNPRINTF 1

| | #define GNULIB_TEST_STAT 1

| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| | #define GNULIB_STATAT 1

| | #define GNULIB_FSCANF 1

| | #define GNULIB_SCANF 1

| | #define HAVE_RAW_DECL_FSEEKO 1

| | #define HAVE_RAW_DECL_FTELLO 1

| | #define HAVE_RAW_DECL_GETS 1

| | #define HAVE_RAW_DECL_PCLOSE 1

| | #define HAVE_RAW_DECL_POPEN 1

| | #define HAVE_RAW_DECL_SNPRINTF 1

| | #define HAVE_RAW_DECL_TMPFILE 1

| | #define HAVE_RAW_DECL_VSNPRINTF 1

| | #define HAVE_RAW_DECL__EXIT 1

| | #define HAVE_RAW_DECL_ATOLL 1

| | #define HAVE_RAW_DECL_GETSUBOPT 1

| | #define HAVE_RAW_DECL_GRANTPT 1

| | #define HAVE_RAW_DECL_INITSTATE 1

| | #define HAVE_RAW_DECL_MKDTEMP 1

| | #define HAVE_RAW_DECL_MKSTEMP 1

| | #define HAVE_RAW_DECL_POSIX_OPENPT 1

| | #define HAVE_RAW_DECL_PTSNAME 1

| | #define HAVE_RAW_DECL_RANDOM 1

| | #define HAVE_RAW_DECL_REALPATH 1

| | #define HAVE_RAW_DECL_SETENV 1

| | #define HAVE_RAW_DECL_SETSTATE 1

| | #define HAVE_RAW_DECL_SRANDOM 1

| | #define HAVE_RAW_DECL_STRTOD 1

| | #define HAVE_RAW_DECL_STRTOLL 1

| | #define HAVE_RAW_DECL_STRTOULL 1

| | #define HAVE_RAW_DECL_UNLOCKPT 1

| | #define HAVE_RAW_DECL_UNSETENV 1

| | #define GNULIB_TEST_STPCPY 1

| | #define HAVE_STRCASECMP 1

| | #define HAVE_STRNCASECMP 1

| | #define HAVE_DECL_STRNCASECMP 1

| | #define GNULIB_TEST_STRCHRNUL 1

| | #define GNULIB_TEST_STRDUP 1

| | #define GNULIB_STRERROR 1

| | #define GNULIB_TEST_STRERROR 1

| | #define my_strftime nstrftime

| | #define GNULIB_TEST_STRNDUP 1

| | #define GNULIB_TEST_STRNLEN 1

| | #define HAVE_STRTOL 1

| | #define HAVE_STRTOLL 1

| | #define GNULIB_TEST_STRTOLL 1

| | #define HAVE_STRTOUL 1

| | #define HAVE_STRTOULL 1

| | #define GNULIB_TEST_STRTOULL 1

| | #define GNULIB_TEST_SYMLINK 1

| | #define GNULIB_TEST_SYMLINKAT 1

| | #define HAVE_RAW_DECL_FSTAT 1

| | #define HAVE_RAW_DECL_FSTATAT 1

| | #define HAVE_RAW_DECL_FUTIMENS 1

| | #define HAVE_RAW_DECL_LSTAT 1

| | #define HAVE_RAW_DECL_MKFIFO 1

| | #define HAVE_RAW_DECL_MKNOD 1

| | #define HAVE_RAW_DECL_STAT 1

| | #define HAVE_RAW_DECL_UTIMENSAT 1

| | #define HAVE_DECL_LOCALTIME_R 1

| | #define GNULIB_TEST_TIME_R 1

| | #define HAVE_TTYNAME_R 1

| | #define HAVE_POSIXDECL_TTYNAME_R 1

| | #define HAVE_TTYNAME 1

| | #define GNULIB_TEST_TTYNAME_R 1

| | #define HAVE_RAW_DECL_CHDIR 1

| | #define HAVE_RAW_DECL_CHOWN 1

| | #define HAVE_RAW_DECL_DUP 1

| | #define HAVE_RAW_DECL_DUP2 1

| | #define HAVE_RAW_DECL_FCHDIR 1

| | #define HAVE_RAW_DECL_FCHOWNAT 1

| | #define HAVE_RAW_DECL_FDATASYNC 1

| | #define HAVE_RAW_DECL_FSYNC 1

| | #define HAVE_RAW_DECL_FTRUNCATE 1

| | #define HAVE_RAW_DECL_GETCWD 1

| | #define HAVE_RAW_DECL_GETDTABLESIZE 1

| | #define HAVE_RAW_DECL_GETGROUPS 1

| | #define HAVE_RAW_DECL_GETHOSTNAME 1

| | #define HAVE_RAW_DECL_GETLOGIN 1

| | #define HAVE_RAW_DECL_GETLOGIN_R 1

| | #define HAVE_RAW_DECL_GETPAGESIZE 1

| | #define HAVE_RAW_DECL_GETUSERSHELL 1

| | #define HAVE_RAW_DECL_SETUSERSHELL 1

| | #define HAVE_RAW_DECL_ENDUSERSHELL 1

| | #define HAVE_RAW_DECL_ISATTY 1

| | #define HAVE_RAW_DECL_LCHOWN 1

| | #define HAVE_RAW_DECL_LINK 1

| | #define HAVE_RAW_DECL_LSEEK 1

| | #define HAVE_RAW_DECL_PIPE 1

| | #define HAVE_RAW_DECL_PREAD 1

| | #define HAVE_RAW_DECL_PWRITE 1

| | #define HAVE_RAW_DECL_READLINK 1

| | #define HAVE_RAW_DECL_RMDIR 1

| | #define HAVE_RAW_DECL_SLEEP 1

| | #define HAVE_RAW_DECL_SYMLINK 1

| | #define HAVE_RAW_DECL_TTYNAME_R 1

| | #define HAVE_RAW_DECL_UNLINK 1

| | #define HAVE_RAW_DECL_UNLINKAT 1

| | #define HAVE_RAW_DECL_USLEEP 1

| | #define GNULIB_TEST_UNLINK 1

| | #define GNULIB_TEST_UNLINKAT 1

| | #define USE_UNLOCKED_IO 1

| | #define HAVE_UNLOCKPT 1

| | #define GNULIB_TEST_UNLOCKPT 1

| | #define HAVE_UNSETENV 1

| | #define GNULIB_TEST_UNSETENV 1

| | #define GNULIB_TEST_UTIMENSAT 1

| | #define HAVE_VASPRINTF 1

| | #define GNULIB_TEST_VASPRINTF 1

| | #define HAVE_VSNPRINTF 1

| | #define GNULIB_TEST_VSNPRINTF 1

| | #define HAVE_RAW_DECL_BTOWC 1

| | #define HAVE_RAW_DECL_WCTOB 1

| | #define HAVE_RAW_DECL_MBSINIT 1

| | #define HAVE_RAW_DECL_MBRTOWC 1

| | #define HAVE_RAW_DECL_MBRLEN 1

| | #define HAVE_RAW_DECL_MBSRTOWCS 1

| | #define HAVE_RAW_DECL_WCRTOMB 1

| | #define HAVE_RAW_DECL_WCSRTOMBS 1

| | #define HAVE_RAW_DECL_WCWIDTH 1

| | #define HAVE_RAW_DECL_WMEMCHR 1

| | #define HAVE_RAW_DECL_WMEMCMP 1

| | #define HAVE_RAW_DECL_WMEMCPY 1

| | #define HAVE_RAW_DECL_WMEMMOVE 1

| | #define HAVE_RAW_DECL_WMEMSET 1

| | #define HAVE_RAW_DECL_WCSLEN 1

| | #define HAVE_RAW_DECL_WCSCPY 1

| | #define HAVE_RAW_DECL_WCSNCPY 1

| | #define HAVE_RAW_DECL_WCSCAT 1

| | #define HAVE_RAW_DECL_WCSNCAT 1

| | #define HAVE_RAW_DECL_WCSCMP 1

| | #define HAVE_RAW_DECL_WCSNCMP 1

| | #define HAVE_RAW_DECL_WCSCOLL 1

| | #define HAVE_RAW_DECL_WCSXFRM 1

| | #define HAVE_RAW_DECL_WCSCHR 1

| | #define HAVE_RAW_DECL_WCSRCHR 1

| | #define HAVE_RAW_DECL_WCSCSPN 1

| | #define HAVE_RAW_DECL_WCSSPN 1

| | #define HAVE_RAW_DECL_WCSPBRK 1

| | #define HAVE_RAW_DECL_WCSSTR 1

| | #define HAVE_RAW_DECL_WCSTOK 1

| | #define HAVE_RAW_DECL_WCSWIDTH 1

| | #define GNULIB_TEST_WCRTOMB 1

| | #define HAVE_TOWLOWER 1

| | #define HAVE_RAW_DECL_WCTYPE 1

| | #define HAVE_RAW_DECL_ISWCTYPE 1

| | #define HAVE_RAW_DECL_WCTRANS 1

| | #define HAVE_RAW_DECL_TOWCTRANS 1

| | #define HAVE_DECL_WCWIDTH 1

| | #define GNULIB_TEST_WCWIDTH 1

| | #define GNULIB_TEST_WRITE 1

| | #define HAVE_STDINT_H 1

| | #define TIME_WITH_SYS_TIME 1

| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| | #define HAVE_ST_BLKSIZE 1

| | #define 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_DECL_GETGRGID 1

| | #define HAVE_DECL_GETPWUID 1

| | #define HAVE_DECL_TIME 1

| | #define HAVE_WAITPID 1

| | #define REMOTE_SHELL "/usr/bin/rsh"

| | #define COMPRESS_PROGRAM "compress"

| | #define GZIP_PROGRAM "gzip"

| | #define BZIP2_PROGRAM "bzip2"

| | #define LZIP_PROGRAM "lzip"

| | #define LZMA_PROGRAM "lzma"

| | #define LZOP_PROGRAM "lzop"

| | #define XZ_PROGRAM "xz"

| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT

| | #define DEFAULT_ARCHIVE "-"

| | #define DEFAULT_BLOCKING 20

| | #define DEFAULT_QUOTING_STYLE escape_quoting_style

| | #define HAVE_ICONV 1

| | #define ICONV_CONST 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:37023: result: no

| configure:37057: checking for iconv

| configure:37115: result: yes

| configure:37118: checking for working iconv

| configure:37250: result: yes

| configure:37265: checking how to link with libiconv

| configure:37267: result: /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -R/appl/gfpip/local-201501/lib/sparcv9

| configure:37739: checking for GNU gettext in libintl

| configure:37771: gcc -std=gnu99 -o conftest -m64 -I/appl/gfpip/local-201501/include -m64 -I/appl/gfpip/local-201501/include  -m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 conftest.c -lnsl  /appl/gfpip/local-201501/lib/sparcv9/libintl.so -L/appl/gfpip/local/lib/sparcv9 -L/usr/local/lib/sparcv9 /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -lc -R/appl/gfpip/local-201501/lib/sparcv9 -R/appl/gfpip/local/lib/sparcv9 -R/usr/local/lib/sparcv9 >&5

| configure:37771: $? = 0

| configure:37816: result: yes

| configure:37851: checking whether to use NLS

| configure:37853: result: yes

| configure:37856: checking where the gettext function comes from

| configure:37867: result: external libintl

| configure:37875: checking how to link with libintl

| configure:37877: result: /appl/gfpip/local-201501/lib/sparcv9/libintl.so -L/appl/gfpip/local/lib/sparcv9 -L/usr/local/lib/sparcv9 /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -lc -R/appl/gfpip/local-201501/lib/sparcv9 -R/appl/gfpip/local/lib/sparcv9 -R/usr/local/lib/sparcv9

| configure:38065: checking that generated files are newer than configure

| configure:38071: result: done

| configure:38211: creating ./config.status

|

| ## ---------------------- ##

| ## Running config.status. ##

| ## ---------------------- ##

|

| This file was extended by GNU tar config.status 1.28, which was

| generated by GNU Autoconf 2.69.  Invocation command line was

|

|   CONFIG_FILES    =

|   CONFIG_HEADERS  =

|   CONFIG_LINKS    =

|   CONFIG_COMMANDS =

|   $ ./config.status

|

| on gfpmt5pcs10

|

| config.status:2312: creating tests/Makefile

| config.status:2312: creating tests/atlocal

| config.status:2312: creating Makefile

| config.status:2312: creating doc/Makefile

| config.status:2312: creating gnu/Makefile

| config.status:2312: creating lib/Makefile

| config.status:2312: creating po/Makefile.in

| config.status:2312: creating scripts/Makefile

| config.status:2312: creating rmt/Makefile

| config.status:2312: creating src/Makefile

| config.status:2312: creating config.h

| config.status:2526: executing depfiles commands

| config.status:2526: executing po-directories commands

| config.status:2526: executing tests/atconfig commands

|

| ## ---------------- ##

| ## Cache variables. ##

| ## ---------------- ##

|

| ac_cv_build=sparc-sun-solaris2.10

| ac_cv_c_compiler_gnu=yes

| ac_cv_c_inline=inline

| ac_cv_c_restrict=__restrict

| ac_cv_env_CC_set=set

| ac_cv_env_CC_value=gcc

| ac_cv_env_CFLAGS_set=set

| ac_cv_env_CFLAGS_value='-m64 -I/appl/gfpip/local-201501/include'

| ac_cv_env_CPPFLAGS_set=set

| ac_cv_env_CPPFLAGS_value='-m64 -I/appl/gfpip/local-201501/include'

| 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=set

| ac_cv_env_LDFLAGS_value='-m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9'

| ac_cv_env_LIBS_set=

| ac_cv_env_LIBS_value=

| ac_cv_env_RSH_set=

| ac_cv_env_RSH_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___secure_getenv=no

| ac_cv_func__set_invalid_parameter_handler=no

| ac_cv_func_access=yes

| ac_cv_func_acl_trivial=yes

| ac_cv_func_alloca_works=yes

| ac_cv_func_btowc=yes

| ac_cv_func_canonicalize_file_name=no

| ac_cv_func_chown=yes

| ac_cv_func_chown_works=yes

| ac_cv_func_clock_gettime=yes

| ac_cv_func_clock_settime=yes

| ac_cv_func_closedir=yes

| ac_cv_func_dirfd=no

| ac_cv_func_eaccess=yes

| ac_cv_func_euidaccess=no

| ac_cv_func_faccessat=no

| ac_cv_func_facl=yes

| ac_cv_func_fchdir=yes

| ac_cv_func_fchmod=yes

| ac_cv_func_fchmodat=no

| ac_cv_func_fchown=yes

| ac_cv_func_fchownat=yes

| ac_cv_func_fcntl=yes

| ac_cv_func_fdopendir=yes

| ac_cv_func_flockfile=yes

| ac_cv_func_fstatat=yes

| ac_cv_func_fsync=yes

| ac_cv_func_funlockfile=yes

| ac_cv_func_futimens=yes

| ac_cv_func_futimes=no

| ac_cv_func_futimesat=yes

| ac_cv_func_getcwd=yes

| ac_cv_func_getdelim=no

| ac_cv_func_getdtablesize=yes

| ac_cv_func_getgroups=yes

| ac_cv_func_getgroups_works=yes

| ac_cv_func_getline=no

| ac_cv_func_getopt_long_only=yes

| ac_cv_func_getpagesize=yes

| ac_cv_func_getppriv=yes

| ac_cv_func_gettimeofday=yes

| ac_cv_func_grantpt=yes

| ac_cv_func_group_member=no

| ac_cv_func_isblank=yes

| ac_cv_func_issetugid=yes

| ac_cv_func_iswblank=yes

| ac_cv_func_iswcntrl=yes

| ac_cv_func_iswctype=yes

| ac_cv_func_lchmod=no

| ac_cv_func_lchown=yes

| ac_cv_func_link=yes

| ac_cv_func_linkat=no

| ac_cv_func_localtime_r=yes

| ac_cv_func_lstat=yes

| ac_cv_func_lutimes=no

| ac_cv_func_malloc_0_nonnull=yes

| ac_cv_func_mbrtowc=yes

| ac_cv_func_mbsinit=yes

| ac_cv_func_mbsrtowcs=yes

| ac_cv_func_mempcpy=no

| ac_cv_func_memrchr=no

| ac_cv_func_mkdirat=no

| ac_cv_func_mkdtemp=yes

| ac_cv_func_mkfifo=yes

| ac_cv_func_mkfifoat=no

| ac_cv_func_mknod=yes

| ac_cv_func_mknodat=no

| ac_cv_func_mmap=yes

| ac_cv_func_mprotect=yes

| ac_cv_func_nanotime=no

| ac_cv_func_nl_langinfo=yes

| ac_cv_func_obstack=no

| ac_cv_func_openat=yes

| ac_cv_func_opendir=yes

| ac_cv_func_pathconf=yes

| ac_cv_func_pipe=yes

| ac_cv_func_posix_openpt=yes

| ac_cv_func_ptsname=yes

| ac_cv_func_ptsname_r=no

| ac_cv_func_raise=yes

| ac_cv_func_rawmemchr=no

| ac_cv_func_readdir=yes

| ac_cv_func_readlink=yes

| ac_cv_func_readlinkat=no

| ac_cv_func_realpath=yes

| ac_cv_func_renameat=yes

| ac_cv_func_rewinddir=yes

| ac_cv_func_rpmatch=no

| ac_cv_func_secure_getenv=no

| ac_cv_func_setenv=yes

| ac_cv_func_setlocale=yes

| ac_cv_func_sleep=yes

| ac_cv_func_snprintf=yes

| ac_cv_func_stpcpy=no

| ac_cv_func_strcasecmp=yes

| ac_cv_func_strchrnul=no

| ac_cv_func_strdup=yes

| ac_cv_func_strerror_r=yes

| ac_cv_func_strerror_r_char_p=no

| ac_cv_func_strncasecmp=yes

| ac_cv_func_strndup=no

| ac_cv_func_strnlen=no

| ac_cv_func_strtoimax=yes

| ac_cv_func_strtol=yes

| ac_cv_func_strtoll=yes

| ac_cv_func_strtoul=yes

| ac_cv_func_strtoull=yes

| ac_cv_func_strtoumax=yes

| ac_cv_func_symlink=yes

| ac_cv_func_symlinkat=no

| ac_cv_func_towlower=yes

| ac_cv_func_tsearch=yes

| ac_cv_func_ttyname=yes

| ac_cv_func_ttyname_r=yes

| ac_cv_func_tzset=yes

| ac_cv_func_unlinkat=yes

| ac_cv_func_unlockpt=yes

| ac_cv_func_unsetenv=yes

| ac_cv_func_utimensat=yes

| ac_cv_func_vasnprintf=no

| ac_cv_func_vasprintf=yes

| ac_cv_func_vsnprintf=yes

| ac_cv_func_waitpid=yes

| ac_cv_func_wcrtomb=yes

| ac_cv_func_wcslen=yes

| ac_cv_func_wcsnlen=no

| ac_cv_func_wcwidth=yes

| ac_cv_func_wmemchr=yes

| ac_cv_func_wmemcpy=yes

| ac_cv_func_wmempcpy=no

| ac_cv_gnu_library_2_1=no

| ac_cv_have_decl__Exit=yes

| ac_cv_have_decl___fpending=yes

| ac_cv_have_decl__snprintf=no

| ac_cv_have_decl_alarm=yes

| ac_cv_have_decl_alphasort=yes

| ac_cv_have_decl_atoll=yes

| ac_cv_have_decl_btowc=yes

| ac_cv_have_decl_chdir=yes

| ac_cv_have_decl_chown=yes

| ac_cv_have_decl_clearerr_unlocked=no

| ac_cv_have_decl_closedir=yes

| ac_cv_have_decl_dirfd=no

| ac_cv_have_decl_dup2=yes

| ac_cv_have_decl_dup=yes

| ac_cv_have_decl_endusershell=yes

| ac_cv_have_decl_fchdir=yes

| ac_cv_have_decl_fchownat=yes

| ac_cv_have_decl_fcntl=yes

| ac_cv_have_decl_fdatasync=yes

| ac_cv_have_decl_fdopendir=yes

| 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_ffs=yes

| ac_cv_have_decl_fgets_unlocked=no

| ac_cv_have_decl_fputc_unlocked=no

| ac_cv_have_decl_fputs_unlocked=no

| ac_cv_have_decl_fread_unlocked=no

| ac_cv_have_decl_fseeko=yes

| ac_cv_have_decl_fstat=yes

| ac_cv_have_decl_fstatat=yes

| ac_cv_have_decl_fsync=yes

| ac_cv_have_decl_ftello=yes

| ac_cv_have_decl_ftruncate=yes

| ac_cv_have_decl_futimens=yes

| ac_cv_have_decl_fwrite_unlocked=no

| ac_cv_have_decl_getc_unlocked=yes

| ac_cv_have_decl_getchar_unlocked=yes

| ac_cv_have_decl_getcwd=yes

| ac_cv_have_decl_getdelim=no

| ac_cv_have_decl_getdtablesize=yes

| ac_cv_have_decl_getenv=yes

| ac_cv_have_decl_getgrgid=yes

| ac_cv_have_decl_getgroups=yes

| ac_cv_have_decl_gethostname=yes

| ac_cv_have_decl_getline=no

| ac_cv_have_decl_getlogin=yes

| ac_cv_have_decl_getlogin_r=yes

| ac_cv_have_decl_getpagesize=yes

| ac_cv_have_decl_getpwuid=yes

| ac_cv_have_decl_gets=yes

| ac_cv_have_decl_getsubopt=yes

| ac_cv_have_decl_gettimeofday=yes

| ac_cv_have_decl_getusershell=yes

| ac_cv_have_decl_grantpt=yes

| ac_cv_have_decl_imaxabs=yes

| ac_cv_have_decl_imaxdiv=yes

| ac_cv_have_decl_initstate=yes

| ac_cv_have_decl_isatty=yes

| ac_cv_have_decl_isblank=yes

| ac_cv_have_decl_iswblank=yes

| ac_cv_have_decl_iswctype=yes

| ac_cv_have_decl_lchown=yes

| ac_cv_have_decl_link=yes

| ac_cv_have_decl_localtime_r=yes

| ac_cv_have_decl_lseek=yes

| ac_cv_have_decl_lstat=yes

| ac_cv_have_decl_mbrlen=yes

| ac_cv_have_decl_mbrtowc=yes

| ac_cv_have_decl_mbsinit=yes

| ac_cv_have_decl_mbsrtowcs=yes

| ac_cv_have_decl_memrchr=no

| ac_cv_have_decl_mkdtemp=yes

| ac_cv_have_decl_mkfifo=yes

| ac_cv_have_decl_mknod=yes

| ac_cv_have_decl_mkstemp=yes

| ac_cv_have_decl_nl_langinfo=yes

| ac_cv_have_decl_openat=yes

| ac_cv_have_decl_opendir=yes

| ac_cv_have_decl_pclose=yes

| ac_cv_have_decl_pipe=yes

| ac_cv_have_decl_popen=yes

| ac_cv_have_decl_posix_openpt=yes

| ac_cv_have_decl_pread=yes

| ac_cv_have_decl_program_invocation_name=no

| ac_cv_have_decl_program_invocation_short_name=no

| ac_cv_have_decl_pthread_sigmask=yes

| ac_cv_have_decl_ptsname=yes

| ac_cv_have_decl_putc_unlocked=yes

| ac_cv_have_decl_putchar_unlocked=yes

| ac_cv_have_decl_pwrite=yes

| ac_cv_have_decl_random=yes

| ac_cv_have_decl_readdir=yes

| ac_cv_have_decl_readlink=yes

| ac_cv_have_decl_realpath=yes

| ac_cv_have_decl_rewinddir=yes

| ac_cv_have_decl_rmdir=yes

| ac_cv_have_decl_scandir=yes

| ac_cv_have_decl_setenv=yes

| ac_cv_have_decl_setlocale=yes

| ac_cv_have_decl_setstate=yes

| ac_cv_have_decl_setusershell=yes

| ac_cv_have_decl_sigaction=yes

| ac_cv_have_decl_sigaddset=yes

| ac_cv_have_decl_sigdelset=yes

| ac_cv_have_decl_sigemptyset=yes

| ac_cv_have_decl_sigfillset=yes

| ac_cv_have_decl_sigismember=yes

| ac_cv_have_decl_sigpending=yes

| ac_cv_have_decl_sigprocmask=yes

| ac_cv_have_decl_sleep=yes

| ac_cv_have_decl_snprintf=yes

| ac_cv_have_decl_srandom=yes

| ac_cv_have_decl_stat=yes

| ac_cv_have_decl_strcasecmp=yes

| ac_cv_have_decl_strdup=yes

| ac_cv_have_decl_strerror_r=yes

| ac_cv_have_decl_strncasecmp=yes

| ac_cv_have_decl_strncat=yes

| ac_cv_have_decl_strndup=no

| ac_cv_have_decl_strnlen=no

| ac_cv_have_decl_strpbrk=yes

| ac_cv_have_decl_strsignal=yes

| ac_cv_have_decl_strtod=yes

| ac_cv_have_decl_strtoimax=yes

| ac_cv_have_decl_strtok_r=yes

| ac_cv_have_decl_strtoll=yes

| ac_cv_have_decl_strtoull=yes

| ac_cv_have_decl_strtoumax=yes

| ac_cv_have_decl_symlink=yes

| ac_cv_have_decl_time=yes

| ac_cv_have_decl_tmpfile=yes

| ac_cv_have_decl_towctrans=yes

| ac_cv_have_decl_ttyname_r=yes

| ac_cv_have_decl_tzname=yes

| ac_cv_have_decl_unlink=yes

| ac_cv_have_decl_unlinkat=yes

| ac_cv_have_decl_unlockpt=yes

| ac_cv_have_decl_unsetenv=yes

| ac_cv_have_decl_usleep=yes

| ac_cv_have_decl_utimensat=yes

| ac_cv_have_decl_vsnprintf=yes

| ac_cv_have_decl_wcrtomb=yes

| ac_cv_have_decl_wcscat=yes

| ac_cv_have_decl_wcschr=yes

| ac_cv_have_decl_wcscmp=yes

| ac_cv_have_decl_wcscoll=yes

| ac_cv_have_decl_wcscpy=yes

| ac_cv_have_decl_wcscspn=yes

| ac_cv_have_decl_wcslen=yes

| ac_cv_have_decl_wcsncat=yes

| ac_cv_have_decl_wcsncmp=yes

| ac_cv_have_decl_wcsncpy=yes

| ac_cv_have_decl_wcspbrk=yes

| ac_cv_have_decl_wcsrchr=yes

| ac_cv_have_decl_wcsrtombs=yes

| ac_cv_have_decl_wcsspn=yes

| ac_cv_have_decl_wcsstr=yes

| ac_cv_have_decl_wcstok=yes

| ac_cv_have_decl_wcswidth=yes

| ac_cv_have_decl_wcsxfrm=yes

| ac_cv_have_decl_wctob=yes

| ac_cv_have_decl_wctrans=yes

| ac_cv_have_decl_wctype=yes

| ac_cv_have_decl_wcwidth=yes

| ac_cv_have_decl_wmemchr=yes

| ac_cv_have_decl_wmemcmp=yes

| ac_cv_have_decl_wmemcpy=yes

| ac_cv_have_decl_wmemmove=yes

| ac_cv_have_decl_wmemset=yes

| ac_cv_header_attr_xattr_h=no

| ac_cv_header_dirent_h=yes

| ac_cv_header_fcntl_h=yes

| ac_cv_header_features_h=no

| ac_cv_header_getopt_h=yes

| ac_cv_header_grp_h=yes

| ac_cv_header_iconv_h=yes

| ac_cv_header_inttypes_h=yes

| ac_cv_header_langinfo_h=yes

| ac_cv_header_libgen_h=yes

| ac_cv_header_libintl_h=yes

| ac_cv_header_linewrap_h=no

| ac_cv_header_linux_fd_h=no

| ac_cv_header_locale_h=yes

| ac_cv_header_malloc_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=yes

| ac_cv_header_pwd_h=yes

| ac_cv_header_search_h=yes

| ac_cv_header_selinux_flask_h=no

| ac_cv_header_selinux_selinux_h=no

| ac_cv_header_sgtty_h=yes

| ac_cv_header_stat_broken=no

| ac_cv_header_stdbool_h=yes

| ac_cv_header_stdc=yes

| ac_cv_header_stdint_h=yes

| ac_cv_header_stdio_ext_h=yes

| ac_cv_header_stdlib_h=yes

| ac_cv_header_string_h=yes

| ac_cv_header_strings_h=yes

| ac_cv_header_sys_acl_h=yes

| ac_cv_header_sys_bitypes_h=no

| ac_cv_header_sys_buf_h=yes

| ac_cv_header_sys_device_h=no

| ac_cv_header_sys_gentape_h=no

| ac_cv_header_sys_inet_h=no

| ac_cv_header_sys_inttypes_h=yes

| ac_cv_header_sys_io_trioctl_h=no

| ac_cv_header_sys_mkdev_h=yes

| ac_cv_header_sys_mman_h=yes

| ac_cv_header_sys_mtio_h=yes

| ac_cv_header_sys_param_h=yes

| ac_cv_header_sys_socket_h=yes

| ac_cv_header_sys_stat_h=yes

| ac_cv_header_sys_tape_h=no

| ac_cv_header_sys_time_h=yes

| ac_cv_header_sys_tprintf_h=no

| ac_cv_header_sys_types_h=yes

| ac_cv_header_sys_types_h_makedev=no

| ac_cv_header_sys_wait_h=yes

| ac_cv_header_sys_xattr_h=no

| 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_header_xlocale_h=no

| ac_cv_host=sparc-sun-solaris2.10

| ac_cv_lib_attr_fgetxattr=no

| ac_cv_lib_error_at_line=no

| ac_cv_member_struct_stat_st_atim_tv_nsec=yes

| ac_cv_member_struct_stat_st_birthtim_tv_nsec=no

| ac_cv_member_struct_stat_st_birthtimensec=no

| ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no

| ac_cv_member_struct_stat_st_blksize=yes

| ac_cv_member_struct_stat_st_blocks=yes

| ac_cv_member_struct_tm_tm_gmtoff=no

| ac_cv_member_struct_tm_tm_zone=no

| ac_cv_objext=o

| ac_cv_path_EGREP='/appl/gfpip/local-201501/bin/grep -E'

| ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt

| ac_cv_path_GREP=/appl/gfpip/local-201501/bin/grep

| ac_cv_path_MSGFMT=/appl/gfpip/local-201501/bin/msgfmt

| ac_cv_path_MSGMERGE=/appl/gfpip/local-201501/bin/msgmerge

| ac_cv_path_SED=/appl/gfpip/local-201501/bin/sed

| ac_cv_path_XGETTEXT=/appl/gfpip/local-201501/bin/xgettext

| ac_cv_path_install='/appl/gfpip/local-201501/bin/install -c'

| ac_cv_path_mkdir=/appl/gfpip/local-201501/bin/mkdir

| ac_cv_prog_AWK=gawk

| ac_cv_prog_CPP='gcc -std=gnu99 -E'

| ac_cv_prog_YACC='bison -y'

| ac_cv_prog_ac_ct_AR=ar

| ac_cv_prog_ac_ct_CC=gcc

| ac_cv_prog_ac_ct_RANLIB=ranlib

| ac_cv_prog_cc_c89=

| ac_cv_prog_cc_c99=-std=gnu99

| ac_cv_prog_cc_g=yes

| ac_cv_prog_cc_stdc=-std=gnu99

| ac_cv_prog_make_make_set=yes

| ac_cv_safe_to_define___extensions__=yes

| ac_cv_search_acl_get_file=no

| ac_cv_search_acl_trivial=-lsec

| ac_cv_search_clock_gettime=-lrt

| ac_cv_search_eaccess=-lgen

| ac_cv_search_gethostbyname=-lnsl

| ac_cv_search_setfilecon=no

| ac_cv_search_setsockopt=-lsocket

| ac_cv_should_define__xopen_source=no

| ac_cv_struct_tm=time.h

| ac_cv_sys_file_offset_bits=no

| ac_cv_sys_largefile_CC=no

| ac_cv_sys_largefile_source=no

| ac_cv_sys_long_file_names=yes

| ac_cv_type__Bool=yes

| ac_cv_type_dev_t=yes

| ac_cv_type_getgroups=gid_t

| ac_cv_type_iconv_t=yes

| ac_cv_type_ino_t=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_nlink_t=yes

| ac_cv_type_off_t=yes

| ac_cv_type_pid_t=yes

| ac_cv_type_ptrdiff_t=yes

| ac_cv_type_sighandler_t=no

| ac_cv_type_sigset_t=yes

| ac_cv_type_size_t=yes

| ac_cv_type_uid_t=yes

| ac_cv_type_unsigned_long_long_int=yes

| ac_cv_type_volatile_sig_atomic_t=yes

| ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes

| ac_cv_var_tzname=yes

| ac_cv_working_alloca_h=yes

| acl_cv_hardcode_direct=no

| acl_cv_hardcode_libdir_flag_spec='-R$libdir'

| acl_cv_hardcode_libdir_separator=

| acl_cv_hardcode_minus_L=no

| acl_cv_libext=a

| acl_cv_libname_spec='lib$name'

| acl_cv_library_names_spec='$libname$shrext'

| acl_cv_path_LD=/usr/ccs/bin/ld

| acl_cv_prog_gnu_ld=no

| acl_cv_rpath=done

| acl_cv_shlibext=so

| acl_cv_wl=-Wl,

| am_cv_CC_dependencies_compiler_type=gcc3

| am_cv_func_iconv=yes

| am_cv_func_iconv_works=yes

| am_cv_func_working_getline=no

| am_cv_langinfo_codeset=yes

| am_cv_lib_iconv=yes

| am_cv_make_support_nested_variables=yes

| am_cv_prog_cc_c_o=yes

| am_cv_prog_tar_ustar=gnutar

| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'

| am_cv_proto_iconv_arg1=const

| diff_cv_st_fstype_string=yes

| 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_amsterdam_compiler=no

| gl_cv_c_multiarch=no

| gl_cv_cc_double_expbit0='word 0 bit 20'

| gl_cv_compound_literals=yes

| gl_cv_decl_null_works=yes

| gl_cv_decl_readlink_works=yes

| gl_cv_double_slash_root=no

| gl_cv_func___fpending=yes

| gl_cv_func_btowc_eof=yes

| gl_cv_func_btowc_nul=yes

| gl_cv_func_chown_ctime_works=yes

| gl_cv_func_chown_follows_symlink=yes

| gl_cv_func_chown_slash_works=yes

| gl_cv_func_dirfd_macro=no

| gl_cv_func_dup2_works=yes

| gl_cv_func_fchownat_empty_filename_works=yes

| gl_cv_func_fchownat_nofollow_works=yes

| gl_cv_func_fcntl_f_dupfd_cloexec=no

| gl_cv_func_fcntl_f_dupfd_works=yes

| gl_cv_func_fdopendir_works=yes

| gl_cv_func_fnmatch_gnu=no

| gl_cv_func_fseeko=yes

| gl_cv_func_fstatat_zero_flag=yes

| gl_cv_func_futimens_works=no

| gl_cv_func_getcwd_null=no

| gl_cv_func_getcwd_path_max=yes

| gl_cv_func_getcwd_posix_signature=yes

| gl_cv_func_getdtablesize_works=yes

| gl_cv_func_getgroups_works=yes

| gl_cv_func_getopt_gnu=no

| gl_cv_func_getopt_posix=yes

| gl_cv_func_gettimeofday_clobber=no

| gl_cv_func_gettimeofday_posix_signature=yes

| gl_cv_func_isatty_sets_errno=no

| gl_cv_func_iswcntrl_works=yes

| gl_cv_func_itold_works=yes

| gl_cv_func_link_works=no

| gl_cv_func_lseek_pipe=yes

| gl_cv_func_lstat_dereferences_slashed_symlink=yes

| gl_cv_func_malloc_0_nonnull=1

| gl_cv_func_malloc_posix=yes

| gl_cv_func_mbrtowc_incomplete_state='guessing yes'

| gl_cv_func_mbrtowc_nul_retval='guessing yes'

| gl_cv_func_mbrtowc_null_arg1=yes

| gl_cv_func_mbrtowc_null_arg2=yes

| gl_cv_func_mbrtowc_retval=no

| gl_cv_func_mbrtowc_sanitycheck='guessing yes'

| gl_cv_func_mbsrtowcs_works=no

| gl_cv_func_memchr_works=yes

| gl_cv_func_mkdir_trailing_dot_works=yes

| gl_cv_func_mkdir_trailing_slash_works=yes

| gl_cv_func_mkfifo_works=yes

| gl_cv_func_mknod_works=yes

| gl_cv_func_nl_langinfo_yesexpr_works=yes

| gl_cv_func_open_slash=yes

| gl_cv_func_printf_positions=yes

| gl_cv_func_ptsname_sets_errno=yes

| gl_cv_func_re_compile_pattern_working=no

| gl_cv_func_readlink_works=yes

| gl_cv_func_realpath_works=no

| gl_cv_func_rename_dest_works=yes

| gl_cv_func_rename_link_works=yes

| gl_cv_func_rename_slash_dst_works=no

| gl_cv_func_rename_slash_src_works=yes

| gl_cv_func_rmdir_works=yes

| gl_cv_func_setenv_works=yes

| gl_cv_func_sleep_works=yes

| gl_cv_func_snprintf_retval_c99=yes

| gl_cv_func_snprintf_size1=yes

| gl_cv_func_snprintf_usable=yes

| gl_cv_func_stat_dir_slash=yes

| gl_cv_func_stat_file_slash=yes

| gl_cv_func_strerror_0_works=yes

| gl_cv_func_strtoimax=yes

| gl_cv_func_symlink_works=yes

| gl_cv_func_ttyname_r_posix=yes

| gl_cv_func_ttyname_r_works=no

| gl_cv_func_unlink_honors_slashes=yes

| gl_cv_func_unlink_parent_fails='guessing yes'

| gl_cv_func_unsetenv_works=no

| gl_cv_func_utimensat_works=no

| gl_cv_func_va_copy=yes

| gl_cv_func_vsnprintf_usable=yes

| gl_cv_func_wcrtomb_retval=no

| gl_cv_func_wcwidth_works=yes

| gl_cv_func_working_mktime=no

| gl_cv_func_working_strerror=yes

| gl_cv_func_working_utimes=yes

| gl_cv_have___xpg4=yes

| gl_cv_have_arbitrary_file_name_length_limit=yes

| gl_cv_have_include_next=yes

| gl_cv_have_raw_decl__Exit=yes

| gl_cv_have_raw_decl_alphasort=yes

| gl_cv_have_raw_decl_atoll=yes

| gl_cv_have_raw_decl_btowc=yes

| gl_cv_have_raw_decl_canonicalize_file_name=no

| gl_cv_have_raw_decl_chdir=yes

| gl_cv_have_raw_decl_chown=yes

| gl_cv_have_raw_decl_closedir=yes

| gl_cv_have_raw_decl_dirfd=no

| gl_cv_have_raw_decl_dprintf=no

| gl_cv_have_raw_decl_dup2=yes

| gl_cv_have_raw_decl_dup3=no

| gl_cv_have_raw_decl_dup=yes

| gl_cv_have_raw_decl_duplocale=no

| gl_cv_have_raw_decl_endusershell=yes

| gl_cv_have_raw_decl_environ=no

| gl_cv_have_raw_decl_euidaccess=no

| gl_cv_have_raw_decl_faccessat=no

| gl_cv_have_raw_decl_fchdir=yes

| gl_cv_have_raw_decl_fchmodat=no

| gl_cv_have_raw_decl_fchownat=yes

| gl_cv_have_raw_decl_fcntl=yes

| gl_cv_have_raw_decl_fdatasync=yes

| gl_cv_have_raw_decl_fdopendir=yes

| gl_cv_have_raw_decl_ffs=yes

| gl_cv_have_raw_decl_ffsl=no

| gl_cv_have_raw_decl_ffsll=no

| gl_cv_have_raw_decl_fpurge=no

| gl_cv_have_raw_decl_fseeko=yes

| gl_cv_have_raw_decl_fstat=yes

| gl_cv_have_raw_decl_fstatat=yes

| gl_cv_have_raw_decl_fsync=yes

| gl_cv_have_raw_decl_ftello=yes

| gl_cv_have_raw_decl_ftruncate=yes

| gl_cv_have_raw_decl_futimens=yes

| gl_cv_have_raw_decl_getcwd=yes

| gl_cv_have_raw_decl_getdelim=no

| gl_cv_have_raw_decl_getdomainname=no

| gl_cv_have_raw_decl_getdtablesize=yes

| gl_cv_have_raw_decl_getgroups=yes

| gl_cv_have_raw_decl_gethostname=yes

| gl_cv_have_raw_decl_getline=no

| gl_cv_have_raw_decl_getloadavg=no

| gl_cv_have_raw_decl_getlogin=yes

| gl_cv_have_raw_decl_getlogin_r=yes

| gl_cv_have_raw_decl_getpagesize=yes

| gl_cv_have_raw_decl_gets=yes

| gl_cv_have_raw_decl_getsubopt=yes

| gl_cv_have_raw_decl_gettimeofday=yes

| gl_cv_have_raw_decl_getusershell=yes

| gl_cv_have_raw_decl_grantpt=yes

| gl_cv_have_raw_decl_group_member=no

| gl_cv_have_raw_decl_imaxabs=yes

| gl_cv_have_raw_decl_imaxdiv=yes

| gl_cv_have_raw_decl_initstate=yes

| gl_cv_have_raw_decl_initstate_r=no

| gl_cv_have_raw_decl_isatty=yes

| gl_cv_have_raw_decl_iswctype=yes

| gl_cv_have_raw_decl_lchmod=no

| gl_cv_have_raw_decl_lchown=yes

| gl_cv_have_raw_decl_link=yes

| gl_cv_have_raw_decl_linkat=no

| gl_cv_have_raw_decl_lseek=yes

| gl_cv_have_raw_decl_lstat=yes

| gl_cv_have_raw_decl_mbrlen=yes

| gl_cv_have_raw_decl_mbrtowc=yes

| gl_cv_have_raw_decl_mbsinit=yes

| gl_cv_have_raw_decl_mbsnrtowcs=no

| gl_cv_have_raw_decl_mbsrtowcs=yes

| gl_cv_have_raw_decl_memmem=no

| gl_cv_have_raw_decl_mempcpy=no

| gl_cv_have_raw_decl_memrchr=no

| gl_cv_have_raw_decl_mkdirat=no

| gl_cv_have_raw_decl_mkdtemp=yes

| gl_cv_have_raw_decl_mkfifo=yes

| gl_cv_have_raw_decl_mkfifoat=no

| gl_cv_have_raw_decl_mknod=yes

| gl_cv_have_raw_decl_mknodat=no

| gl_cv_have_raw_decl_mkostemp=no

| gl_cv_have_raw_decl_mkostemps=no

| gl_cv_have_raw_decl_mkstemp=yes

| gl_cv_have_raw_decl_mkstemps=no

| gl_cv_have_raw_decl_nl_langinfo=yes

| gl_cv_have_raw_decl_openat=yes

| gl_cv_have_raw_decl_opendir=yes

| gl_cv_have_raw_decl_pclose=yes

| gl_cv_have_raw_decl_pipe2=no

| gl_cv_have_raw_decl_pipe=yes

| gl_cv_have_raw_decl_popen=yes

| gl_cv_have_raw_decl_posix_openpt=yes

| gl_cv_have_raw_decl_pread=yes

| gl_cv_have_raw_decl_pthread_sigmask=yes

| gl_cv_have_raw_decl_ptsname=yes

| gl_cv_have_raw_decl_ptsname_r=no

| gl_cv_have_raw_decl_pwrite=yes

| gl_cv_have_raw_decl_random=yes

| gl_cv_have_raw_decl_random_r=no

| gl_cv_have_raw_decl_rawmemchr=no

| gl_cv_have_raw_decl_readdir=yes

| gl_cv_have_raw_decl_readlink=yes

| gl_cv_have_raw_decl_readlinkat=no

| gl_cv_have_raw_decl_realpath=yes

| gl_cv_have_raw_decl_renameat=no

| gl_cv_have_raw_decl_rewinddir=yes

| gl_cv_have_raw_decl_rmdir=yes

| gl_cv_have_raw_decl_rpmatch=no

| gl_cv_have_raw_decl_scandir=yes

| gl_cv_have_raw_decl_secure_getenv=no

| gl_cv_have_raw_decl_setenv=yes

| gl_cv_have_raw_decl_sethostname=no

| gl_cv_have_raw_decl_setlocale=yes

| gl_cv_have_raw_decl_setstate=yes

| gl_cv_have_raw_decl_setstate_r=no

| gl_cv_have_raw_decl_setusershell=yes

| gl_cv_have_raw_decl_sigaction=yes

| gl_cv_have_raw_decl_sigaddset=yes

| gl_cv_have_raw_decl_sigdelset=yes

| gl_cv_have_raw_decl_sigemptyset=yes

| gl_cv_have_raw_decl_sigfillset=yes

| gl_cv_have_raw_decl_sigismember=yes

| gl_cv_have_raw_decl_sigpending=yes

| gl_cv_have_raw_decl_sigprocmask=yes

| gl_cv_have_raw_decl_sleep=yes

| gl_cv_have_raw_decl_snprintf=yes

| gl_cv_have_raw_decl_srandom=yes

| gl_cv_have_raw_decl_srandom_r=no

| gl_cv_have_raw_decl_stat=yes

| gl_cv_have_raw_decl_stpcpy=no

| gl_cv_have_raw_decl_stpncpy=no

| gl_cv_have_raw_decl_strcasecmp=yes

| gl_cv_have_raw_decl_strcasestr=no

| gl_cv_have_raw_decl_strchrnul=no

| gl_cv_have_raw_decl_strdup=yes

| gl_cv_have_raw_decl_strerror_r=yes

| gl_cv_have_raw_decl_strncasecmp=yes

| gl_cv_have_raw_decl_strncat=yes

| gl_cv_have_raw_decl_strndup=no

| gl_cv_have_raw_decl_strnlen=no

| gl_cv_have_raw_decl_strpbrk=yes

| gl_cv_have_raw_decl_strsep=no

| gl_cv_have_raw_decl_strsignal=yes

| gl_cv_have_raw_decl_strtod=yes

| gl_cv_have_raw_decl_strtoimax=yes

| gl_cv_have_raw_decl_strtok_r=yes

| gl_cv_have_raw_decl_strtoll=yes

| gl_cv_have_raw_decl_strtoull=yes

| gl_cv_have_raw_decl_strtoumax=yes

| gl_cv_have_raw_decl_strverscmp=no

| gl_cv_have_raw_decl_symlink=yes

| gl_cv_have_raw_decl_symlinkat=no

| gl_cv_have_raw_decl_tmpfile=yes

| gl_cv_have_raw_decl_towctrans=yes

| gl_cv_have_raw_decl_ttyname_r=yes

| gl_cv_have_raw_decl_unlink=yes

| gl_cv_have_raw_decl_unlinkat=yes

| gl_cv_have_raw_decl_unlockpt=yes

| gl_cv_have_raw_decl_unsetenv=yes

| gl_cv_have_raw_decl_usleep=yes

| gl_cv_have_raw_decl_utimensat=yes

| gl_cv_have_raw_decl_vdprintf=no

| gl_cv_have_raw_decl_vsnprintf=yes

| gl_cv_have_raw_decl_wcpcpy=no

| gl_cv_have_raw_decl_wcpncpy=no

| gl_cv_have_raw_decl_wcrtomb=yes

| gl_cv_have_raw_decl_wcscasecmp=no

| gl_cv_have_raw_decl_wcscat=yes

| gl_cv_have_raw_decl_wcschr=yes

| gl_cv_have_raw_decl_wcscmp=yes

| gl_cv_have_raw_decl_wcscoll=yes

| gl_cv_have_raw_decl_wcscpy=yes

| gl_cv_have_raw_decl_wcscspn=yes

| gl_cv_have_raw_decl_wcsdup=no

| gl_cv_have_raw_decl_wcslen=yes

| gl_cv_have_raw_decl_wcsncasecmp=no

| gl_cv_have_raw_decl_wcsncat=yes

| gl_cv_have_raw_decl_wcsncmp=yes

| gl_cv_have_raw_decl_wcsncpy=yes

| gl_cv_have_raw_decl_wcsnlen=no

| gl_cv_have_raw_decl_wcsnrtombs=no

| gl_cv_have_raw_decl_wcspbrk=yes

| gl_cv_have_raw_decl_wcsrchr=yes

| gl_cv_have_raw_decl_wcsrtombs=yes

| gl_cv_have_raw_decl_wcsspn=yes

| gl_cv_have_raw_decl_wcsstr=yes

| gl_cv_have_raw_decl_wcstok=yes

| gl_cv_have_raw_decl_wcswidth=yes

| gl_cv_have_raw_decl_wcsxfrm=yes

| gl_cv_have_raw_decl_wctob=yes

| gl_cv_have_raw_decl_wctrans=yes

| gl_cv_have_raw_decl_wctype=yes

| gl_cv_have_raw_decl_wcwidth=yes

| gl_cv_have_raw_decl_wmemchr=yes

| gl_cv_have_raw_decl_wmemcmp=yes

| gl_cv_have_raw_decl_wmemcpy=yes

| gl_cv_have_raw_decl_wmemmove=yes

| gl_cv_have_raw_decl_wmemset=yes

| gl_cv_header_errno_h_complete=yes

| gl_cv_header_inttypes_h=yes

| gl_cv_header_langinfo_codeset=yes

| gl_cv_header_langinfo_era=yes

| gl_cv_header_langinfo_t_fmt_ampm=yes

| gl_cv_header_langinfo_yesexpr=yes

| gl_cv_header_locale_h_needs_xlocale_h=no

| gl_cv_header_locale_h_posix2001=yes

| gl_cv_header_stdint_h=yes

| gl_cv_header_wchar_h_correct_inline=yes

| gl_cv_header_working_fcntl_h='no (bad O_NOATIME)'

| gl_cv_header_working_stdalign_h=no

| gl_cv_header_working_stdint_h=no

| gl_cv_langinfo_yesexpr=yes

| gl_cv_next_dirent_h='<dirent.h>'

| gl_cv_next_fcntl_h='<fcntl.h>'

| gl_cv_next_getopt_h='<getopt.h>'

| gl_cv_next_inttypes_h='<inttypes.h>'

| gl_cv_next_langinfo_h='<langinfo.h>'

| gl_cv_next_locale_h='<locale.h>'

| gl_cv_next_signal_h='<signal.h>'

| gl_cv_next_stdint_h='<stdint.h>'

| gl_cv_next_stdio_h='<stdio.h>'

| gl_cv_next_stdlib_h='<stdlib.h>'

| gl_cv_next_string_h='<string.h>'

| gl_cv_next_strings_h='<strings.h>'

| gl_cv_next_sys_stat_h='<sys/stat.h>'

| gl_cv_next_sys_time_h='<sys/time.h>'

| gl_cv_next_sys_types_h='<sys/types.h>'

| gl_cv_next_sysexits_h='<sysexits.h>'

| gl_cv_next_time_h='<time.h>'

| gl_cv_next_unistd_h='<unistd.h>'

| gl_cv_next_wchar_h='<wchar.h>'

| gl_cv_next_wctype_h='<wctype.h>'

| gl_cv_pragma_columns=no

| gl_cv_promoted_mode_t=mode_t

| gl_cv_rpl_alloca=yes

| gl_cv_size_max=yes

| gl_cv_solaris_64bit=yes

| gl_cv_struct_dirent_d_ino=yes

| gl_cv_sys_dir_fd_member_name=dd_fd

| gl_cv_sys_struct_lconv_ok=yes

| gl_cv_sys_struct_timespec_in_time_h=yes

| gl_cv_sys_struct_timeval=yes

| gl_cv_sys_struct_timeval_tv_sec=yes

| gl_cv_sys_struct_utimbuf=yes

| gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes

| gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes

| gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes

| gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=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_sigset_t=yes

| gl_cv_type_size_t_signed=no

| gl_cv_type_size_t_suffix=ul

| gl_cv_type_wchar_t_signed=yes

| gl_cv_type_wchar_t_suffix=

| gl_cv_type_wctrans_t=yes

| gl_cv_type_wctype_t=yes

| gl_cv_type_wint_t_signed=yes

| gl_cv_type_wint_t_suffix=

| gl_cv_var_stdin_large_offset=yes

| gt_cv_c_intmax_t=yes

| gt_cv_c_wchar_t=yes

| gt_cv_c_wint_t=yes

| gt_cv_func_CFLocaleCopyCurrent=no

| gt_cv_func_CFPreferencesCopyAppValue=no

| gt_cv_func_gnugettext3_libc=no

| gt_cv_func_gnugettext3_libintl=yes

| gt_cv_func_unsetenv_ret=int

| gt_cv_inttypes_pri_broken=no

| gt_cv_locale_fr=fr_FR

| gt_cv_locale_fr_utf8=fr_FR.UTF-8

| gt_cv_locale_ja=none

| gt_cv_locale_zh_CN=none

| gt_cv_ssize_t=yes

| gt_cv_var_environ_declaration=no

| pu_cv_header_mtio_check_field=mt_type

| pu_cv_header_rmt=yes

| tar_cv_compressor_bzip2=bzip2

| tar_cv_compressor_compress=compress

| tar_cv_compressor_gzip=gzip

| tar_cv_compressor_lzip=lzip

| tar_cv_compressor_lzma=lzma

| tar_cv_compressor_lzop=lzop

| tar_cv_compressor_xz=xz

| tar_cv_path_RSH=/usr/bin/rsh

|

| ## ----------------- ##

| ## Output variables. ##

| ## ----------------- ##

|

| ACLOCAL='${SHELL} /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux/missing aclocal-1.14'

| ALLOCA=''

| ALLOCA_H='alloca.h'

| AMDEPBACKSLASH='\'

| AMDEP_FALSE='#'

| AMDEP_TRUE=''

| AMTAR='$${TAR-tar}'

| AM_BACKSLASH='\'

| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'

| AM_DEFAULT_VERBOSITY='0'

| AM_V='$(V)'

| APPLE_UNIVERSAL_BUILD='0'

| AR='ar'

| ARFLAGS='cru'

| AUTOCONF='${SHELL} /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux/missing autoconf'

| AUTOHEADER='${SHELL} /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux/missing autoheader'

| AUTOM4TE='${SHELL} /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux/missing autom4te'

| AUTOMAKE='${SHELL} /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux/missing automake-1.14'

| 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 -std=gnu99'

| CCDEPMODE='depmode=gcc3'

| CFLAGS='-m64 -I/appl/gfpip/local-201501/include'

| CPP='gcc -std=gnu99 -E'

| CPPFLAGS='-m64 -I/appl/gfpip/local-201501/include'

| CYGPATH_W='echo'

| DEFAULT_ARCHIVE='-'

| DEFAULT_ARCHIVE_FORMAT='GNU'

| DEFAULT_BLOCKING='20'

| DEFAULT_QUOTING_STYLE='escape_quoting_style'

| DEFAULT_RMT_COMMAND=''

| DEFAULT_RMT_DIR='$(libexecdir)'

| DEFS='-DHAVE_CONFIG_H'

| DEPDIR='.deps'

| ECHO_C=''

| ECHO_N='-n'

| ECHO_T=''

| EGREP='/appl/gfpip/local-201501/bin/grep -E'

| EMULTIHOP_HIDDEN=''

| EMULTIHOP_VALUE=''

| ENOLINK_HIDDEN=''

| ENOLINK_VALUE=''

| EOVERFLOW_HIDDEN=''

| EOVERFLOW_VALUE=''

| ERRNO_H=''

| EXEEXT=''

| FLOAT_H=''

| FNMATCH_H='fnmatch.h'

| GETOPT_H='getopt.h'

| GETTEXT_MACRO_VERSION='0.18'

| GLIBC21='no'

| GL_COND_LIBTOOL_FALSE=''

| GL_COND_LIBTOOL_TRUE='#'

| GL_GENERATE_ALLOCA_H_FALSE='#'

| GL_GENERATE_ALLOCA_H_TRUE=''

| GL_GENERATE_ERRNO_H_FALSE=''

| GL_GENERATE_ERRNO_H_TRUE='#'

| GL_GENERATE_FLOAT_H_FALSE=''

| GL_GENERATE_FLOAT_H_TRUE='#'

| GL_GENERATE_FNMATCH_H_FALSE='#'

| GL_GENERATE_FNMATCH_H_TRUE=''

| GL_GENERATE_SELINUX_CONTEXT_H_FALSE='#'

| GL_GENERATE_SELINUX_CONTEXT_H_TRUE=''

| GL_GENERATE_STDALIGN_H_FALSE='#'

| GL_GENERATE_STDALIGN_H_TRUE=''

| GL_GENERATE_STDARG_H_FALSE=''

| GL_GENERATE_STDARG_H_TRUE='#'

| GL_GENERATE_STDBOOL_H_FALSE=''

| GL_GENERATE_STDBOOL_H_TRUE='#'

| GL_GENERATE_STDDEF_H_FALSE=''

| GL_GENERATE_STDDEF_H_TRUE='#'

| GL_GENERATE_STDINT_H_FALSE='#'

| GL_GENERATE_STDINT_H_TRUE=''

| GL_GENERATE_SYSEXITS_H_FALSE=''

| GL_GENERATE_SYSEXITS_H_TRUE='#'

| GMSGFMT='/usr/bin/gmsgfmt'

| GMSGFMT_015='/usr/bin/gmsgfmt'

| GNULIB_ALPHASORT='0'

| GNULIB_ATOLL='0'

| GNULIB_BTOWC='1'

| GNULIB_CALLOC_POSIX='0'

| GNULIB_CANONICALIZE_FILE_NAME='1'

| GNULIB_CHDIR='1'

| GNULIB_CHOWN='1'

| GNULIB_CLOSE='1'

| GNULIB_CLOSEDIR='1'

| GNULIB_DIRFD='1'

| GNULIB_DPRINTF='0'

| GNULIB_DUP2='1'

| GNULIB_DUP3='0'

| GNULIB_DUP='1'

| GNULIB_DUPLOCALE='0'

| GNULIB_ENVIRON='1'

| GNULIB_EUIDACCESS='1'

| GNULIB_FACCESSAT='1'

| GNULIB_FCHDIR='1'

| GNULIB_FCHMODAT='1'

| GNULIB_FCHOWNAT='1'

| GNULIB_FCLOSE='0'

| GNULIB_FCNTL='1'

| GNULIB_FDATASYNC='0'

| GNULIB_FDOPEN='0'

| GNULIB_FDOPENDIR='1'

| GNULIB_FFLUSH='0'

| GNULIB_FFS='0'

| GNULIB_FFSL='0'

| GNULIB_FFSLL='0'

| GNULIB_FGETC='1'

| GNULIB_FGETS='1'

| GNULIB_FOPEN='0'

| GNULIB_FPRINTF='1'

| GNULIB_FPRINTF_POSIX='0'

| GNULIB_FPURGE='0'

| GNULIB_FPUTC='1'

| GNULIB_FPUTS='1'

| GNULIB_FREAD='1'

| GNULIB_FREOPEN='0'

| GNULIB_FSCANF='1'

| GNULIB_FSEEK='1'

| GNULIB_FSEEKO='1'

| GNULIB_FSTAT='1'

| GNULIB_FSTATAT='1'

| GNULIB_FSYNC='0'

| GNULIB_FTELL='0'

| GNULIB_FTELLO='0'

| GNULIB_FTRUNCATE='0'

| GNULIB_FUTIMENS='1'

| GNULIB_FWRITE='1'

| GNULIB_GETC='1'

| GNULIB_GETCHAR='1'

| GNULIB_GETCWD='1'

| GNULIB_GETDELIM='1'

| GNULIB_GETDOMAINNAME='0'

| GNULIB_GETDTABLESIZE='1'

| GNULIB_GETGROUPS='1'

| GNULIB_GETHOSTNAME='0'

| GNULIB_GETLINE='1'

| GNULIB_GETLOADAVG='0'

| GNULIB_GETLOGIN='0'

| GNULIB_GETLOGIN_R='0'

| GNULIB_GETPAGESIZE='1'

| GNULIB_GETSUBOPT='0'

| GNULIB_GETTIMEOFDAY='1'

| GNULIB_GETUSERSHELL='0'

| GNULIB_GL_UNISTD_H_GETOPT='1'

| GNULIB_GRANTPT='0'

| GNULIB_GROUP_MEMBER='1'

| GNULIB_IMAXABS='0'

| GNULIB_IMAXDIV='0'

| GNULIB_ISATTY='1'

| GNULIB_ISWBLANK='1'

| GNULIB_ISWCTYPE='0'

| GNULIB_LCHMOD='0'

| GNULIB_LCHOWN='1'

| GNULIB_LINK='1'

| GNULIB_LINKAT='1'

| GNULIB_LOCALECONV='1'

| GNULIB_LSEEK='1'

| GNULIB_LSTAT='1'

| GNULIB_MALLOC_POSIX='1'

| GNULIB_MBRLEN='0'

| GNULIB_MBRTOWC='1'

| GNULIB_MBSCASECMP='1'

| GNULIB_MBSCASESTR='0'

| GNULIB_MBSCHR='0'

| GNULIB_MBSCSPN='0'

| GNULIB_MBSINIT='1'

| GNULIB_MBSLEN='0'

| GNULIB_MBSNCASECMP='0'

| GNULIB_MBSNLEN='0'

| GNULIB_MBSNRTOWCS='0'

| GNULIB_MBSPBRK='0'

| GNULIB_MBSPCASECMP='0'

| GNULIB_MBSRCHR='0'

| GNULIB_MBSRTOWCS='1'

| GNULIB_MBSSEP='0'

| GNULIB_MBSSPN='0'

| GNULIB_MBSSTR='0'

| GNULIB_MBSTOK_R='0'

| GNULIB_MBTOWC='1'

| GNULIB_MEMCHR='1'

| GNULIB_MEMMEM='0'

| GNULIB_MEMPCPY='1'

| GNULIB_MEMRCHR='1'

| GNULIB_MKDIRAT='1'

| GNULIB_MKDTEMP='1'

| GNULIB_MKFIFO='1'

| GNULIB_MKFIFOAT='1'

| GNULIB_MKNOD='1'

| GNULIB_MKNODAT='1'

| GNULIB_MKOSTEMP='0'

| GNULIB_MKOSTEMPS='0'

| GNULIB_MKSTEMP='0'

| GNULIB_MKSTEMPS='0'

| GNULIB_MKTIME='1'

| GNULIB_NANOSLEEP='0'

| GNULIB_NL_LANGINFO='1'

| GNULIB_NONBLOCKING='0'

| GNULIB_OBSTACK_PRINTF='0'

| GNULIB_OBSTACK_PRINTF_POSIX='0'

| GNULIB_OPEN='1'

| GNULIB_OPENAT='1'

| GNULIB_OPENDIR='1'

| GNULIB_PCLOSE='0'

| GNULIB_PERROR='0'

| GNULIB_PIPE2='0'

| GNULIB_PIPE='0'

| GNULIB_POPEN='0'

| GNULIB_POSIX_OPENPT='1'

| GNULIB_PREAD='0'

| GNULIB_PRINTF='1'

| GNULIB_PRINTF_POSIX='0'

| GNULIB_PTHREAD_SIGMASK='0'

| GNULIB_PTSNAME='1'

| GNULIB_PTSNAME_R='1'

| GNULIB_PUTC='1'

| GNULIB_PUTCHAR='1'

| GNULIB_PUTENV='0'

| GNULIB_PUTS='1'

| GNULIB_PWRITE='0'

| GNULIB_RAISE='1'

| GNULIB_RANDOM='0'

| GNULIB_RANDOM_R='0'

| GNULIB_RAWMEMCHR='1'

| GNULIB_READ='1'

| GNULIB_READDIR='1'

| GNULIB_READLINK='1'

| GNULIB_READLINKAT='1'

| GNULIB_REALLOC_POSIX='1'

| GNULIB_REALPATH='1'

| GNULIB_REMOVE='0'

| GNULIB_RENAME='1'

| GNULIB_RENAMEAT='1'

| GNULIB_REWINDDIR='1'

| GNULIB_RMDIR='1'

| GNULIB_RPMATCH='1'

| GNULIB_SCANDIR='0'

| GNULIB_SCANF='1'

| GNULIB_SECURE_GETENV='1'

| GNULIB_SETENV='1'

| GNULIB_SETHOSTNAME='0'

| GNULIB_SETLOCALE='0'

| GNULIB_SIGACTION='0'

| GNULIB_SIGNAL_H_SIGPIPE='0'

| GNULIB_SIGPROCMASK='0'

| GNULIB_SLEEP='1'

| GNULIB_SNPRINTF='1'

| GNULIB_SPRINTF_POSIX='0'

| GNULIB_STAT='1'

| GNULIB_STDIO_H_NONBLOCKING='0'

| GNULIB_STDIO_H_SIGPIPE='0'

| GNULIB_STPCPY='1'

| GNULIB_STPNCPY='0'

| GNULIB_STRCASESTR='0'

| GNULIB_STRCHRNUL='1'

| GNULIB_STRDUP='1'

| GNULIB_STRERROR='1'

| GNULIB_STRERROR_R='0'

| GNULIB_STRNCAT='0'

| GNULIB_STRNDUP='1'

| GNULIB_STRNLEN='1'

| GNULIB_STRPBRK='0'

| GNULIB_STRPTIME='0'

| GNULIB_STRSEP='0'

| GNULIB_STRSIGNAL='0'

| GNULIB_STRSTR='0'

| GNULIB_STRTOD='0'

| GNULIB_STRTOIMAX='1'

| GNULIB_STRTOK_R='0'

| GNULIB_STRTOLL='1'

| GNULIB_STRTOULL='1'

| GNULIB_STRTOUMAX='1'

| GNULIB_STRVERSCMP='0'

| GNULIB_SYMLINK='1'

| GNULIB_SYMLINKAT='1'

| GNULIB_SYSTEM_POSIX='0'

| GNULIB_TEST_WARN_CFLAGS=''

| GNULIB_TIMEGM='0'

| GNULIB_TIME_R='1'

| GNULIB_TMPFILE='0'

| GNULIB_TOWCTRANS='0'

| GNULIB_TTYNAME_R='1'

| GNULIB_UNISTD_H_NONBLOCKING='0'

| GNULIB_UNISTD_H_SIGPIPE='0'

| GNULIB_UNLINK='1'

| GNULIB_UNLINKAT='1'

| GNULIB_UNLOCKPT='1'

| GNULIB_UNSETENV='1'

| GNULIB_USLEEP='0'

| GNULIB_UTIMENSAT='1'

| GNULIB_VASPRINTF='1'

| GNULIB_VDPRINTF='0'

| GNULIB_VFPRINTF='1'

| GNULIB_VFPRINTF_POSIX='0'

| GNULIB_VFSCANF='0'

| GNULIB_VPRINTF='1'

| GNULIB_VPRINTF_POSIX='0'

| GNULIB_VSCANF='0'

| GNULIB_VSNPRINTF='1'

| GNULIB_VSPRINTF_POSIX='0'

| GNULIB_WARN_CFLAGS=''

| GNULIB_WCPCPY='0'

| GNULIB_WCPNCPY='0'

| GNULIB_WCRTOMB='1'

| GNULIB_WCSCASECMP='0'

| GNULIB_WCSCAT='0'

| GNULIB_WCSCHR='0'

| GNULIB_WCSCMP='0'

| GNULIB_WCSCOLL='0'

| GNULIB_WCSCPY='0'

| GNULIB_WCSCSPN='0'

| GNULIB_WCSDUP='0'

| GNULIB_WCSLEN='0'

| GNULIB_WCSNCASECMP='0'

| GNULIB_WCSNCAT='0'

| GNULIB_WCSNCMP='0'

| GNULIB_WCSNCPY='0'

| GNULIB_WCSNLEN='0'

| GNULIB_WCSNRTOMBS='0'

| GNULIB_WCSPBRK='0'

| GNULIB_WCSRCHR='0'

| GNULIB_WCSRTOMBS='0'

| GNULIB_WCSSPN='0'

| GNULIB_WCSSTR='0'

| GNULIB_WCSTOK='0'

| GNULIB_WCSWIDTH='0'

| GNULIB_WCSXFRM='0'

| GNULIB_WCTOB='0'

| GNULIB_WCTOMB='0'

| GNULIB_WCTRANS='0'

| GNULIB_WCTYPE='0'

| GNULIB_WCWIDTH='1'

| GNULIB_WMEMCHR='0'

| GNULIB_WMEMCMP='0'

| GNULIB_WMEMCPY='0'

| GNULIB_WMEMMOVE='0'

| GNULIB_WMEMSET='0'

| GNULIB_WRITE='1'

| GNULIB__EXIT='0'

| GREP='/appl/gfpip/local-201501/bin/grep'

| HAVE_ALPHASORT='1'

| HAVE_ATOLL='1'

| HAVE_BTOWC='1'

| HAVE_CANONICALIZE_FILE_NAME='0'

| HAVE_CHOWN='1'

| HAVE_CLOSEDIR='1'

| HAVE_DECL_DIRFD='0'

| HAVE_DECL_ENVIRON='0'

| HAVE_DECL_FCHDIR='1'

| HAVE_DECL_FDATASYNC='1'

| HAVE_DECL_FDOPENDIR='1'

| HAVE_DECL_FPURGE='1'

| HAVE_DECL_FSEEKO='1'

| HAVE_DECL_FTELLO='1'

| HAVE_DECL_GETDELIM='0'

| HAVE_DECL_GETDOMAINNAME='1'

| HAVE_DECL_GETLINE='0'

| HAVE_DECL_GETLOADAVG='1'

| HAVE_DECL_GETLOGIN_R='1'

| HAVE_DECL_GETPAGESIZE='1'

| HAVE_DECL_GETUSERSHELL='1'

| HAVE_DECL_IMAXABS='1'

| HAVE_DECL_IMAXDIV='1'

| HAVE_DECL_LOCALTIME_R='1'

| HAVE_DECL_MEMMEM='1'

| HAVE_DECL_MEMRCHR='0'

| HAVE_DECL_OBSTACK_PRINTF='1'

| HAVE_DECL_SETENV='1'

| HAVE_DECL_SETHOSTNAME='1'

| HAVE_DECL_SNPRINTF='1'

| HAVE_DECL_STRDUP='1'

| HAVE_DECL_STRERROR_R='1'

| HAVE_DECL_STRNCASECMP='1'

| HAVE_DECL_STRNDUP='0'

| HAVE_DECL_STRNLEN='0'

| HAVE_DECL_STRSIGNAL='1'

| HAVE_DECL_STRTOIMAX='1'

| HAVE_DECL_STRTOK_R='1'

| HAVE_DECL_STRTOUMAX='1'

| HAVE_DECL_TTYNAME_R='1'

| HAVE_DECL_UNSETENV='1'

| HAVE_DECL_VSNPRINTF='1'

| HAVE_DECL_WCTOB='1'

| HAVE_DECL_WCWIDTH='1'

| HAVE_DIRENT_H='1'

| HAVE_DPRINTF='1'

| HAVE_DUP2='1'

| HAVE_DUP3='1'

| HAVE_DUPLOCALE='1'

| HAVE_EUIDACCESS='0'

| HAVE_FACCESSAT='0'

| HAVE_FCHDIR='1'

| HAVE_FCHMODAT='0'

| HAVE_FCHOWNAT='1'

| HAVE_FCNTL='1'

| HAVE_FDATASYNC='1'

| HAVE_FDOPENDIR='1'

| HAVE_FEATURES_H='0'

| HAVE_FFS='1'

| HAVE_FFSL='1'

| HAVE_FFSLL='1'

| HAVE_FSEEKO='1'

| HAVE_FSTATAT='1'

| HAVE_FSYNC='1'

| HAVE_FTELLO='1'

| HAVE_FTRUNCATE='1'

| HAVE_FUTIMENS='1'

| HAVE_GETDTABLESIZE='1'

| HAVE_GETGROUPS='1'

| HAVE_GETHOSTNAME='1'

| HAVE_GETLOGIN='1'

| HAVE_GETOPT_H='1'

| HAVE_GETPAGESIZE='1'

| HAVE_GETSUBOPT='1'

| HAVE_GETTIMEOFDAY='1'

| HAVE_GRANTPT='1'

| HAVE_GROUP_MEMBER='0'

| HAVE_INTTYPES_H='1'

| HAVE_ISWBLANK='1'

| HAVE_ISWCNTRL='1'

| HAVE_LANGINFO_CODESET='1'

| HAVE_LANGINFO_ERA='1'

| HAVE_LANGINFO_H='1'

| HAVE_LANGINFO_T_FMT_AMPM='1'

| HAVE_LANGINFO_YESEXPR='1'

| HAVE_LCHMOD='1'

| HAVE_LCHOWN='1'

| HAVE_LINK='1'

| HAVE_LINKAT='0'

| HAVE_LONG_LONG_INT='1'

| HAVE_LSTAT='1'

| HAVE_MBRLEN='1'

| HAVE_MBRTOWC='1'

| HAVE_MBSINIT='1'

| HAVE_MBSLEN='0'

| HAVE_MBSNRTOWCS='1'

| HAVE_MBSRTOWCS='1'

| HAVE_MEMCHR='1'

| HAVE_MEMPCPY='0'

| HAVE_MKDIRAT='0'

| HAVE_MKDTEMP='1'

| HAVE_MKFIFO='1'

| HAVE_MKFIFOAT='0'

| HAVE_MKNOD='1'

| HAVE_MKNODAT='0'

| HAVE_MKOSTEMP='1'

| HAVE_MKOSTEMPS='1'

| HAVE_MKSTEMP='1'

| HAVE_MKSTEMPS='1'

| HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'

| HAVE_NANOSLEEP='1'

| HAVE_NL_LANGINFO='1'

| HAVE_OPENAT='1'

| HAVE_OPENDIR='1'

| HAVE_OS_H='0'

| HAVE_PCLOSE='1'

| HAVE_PIPE2='1'

| HAVE_PIPE='1'

| HAVE_POPEN='1'

| HAVE_POSIX_OPENPT='1'

| HAVE_POSIX_SIGNALBLOCKING='1'

| HAVE_PREAD='1'

| HAVE_PTHREAD_SIGMASK='1'

| HAVE_PTSNAME='1'

| HAVE_PTSNAME_R='0'

| HAVE_PWRITE='1'

| HAVE_RAISE='1'

| HAVE_RANDOM='1'

| HAVE_RANDOM_H='1'

| HAVE_RANDOM_R='1'

| HAVE_RAWMEMCHR='0'

| HAVE_READDIR='1'

| HAVE_READLINK='1'

| HAVE_READLINKAT='0'

| HAVE_REALPATH='1'

| HAVE_RENAMEAT='1'

| HAVE_REWINDDIR='1'

| HAVE_RPMATCH='0'

| HAVE_SCANDIR='1'

| HAVE_SECURE_GETENV='0'

| HAVE_SETENV='1'

| HAVE_SETHOSTNAME='1'

| HAVE_SIGACTION='1'

| HAVE_SIGHANDLER_T='0'

| HAVE_SIGINFO_T='1'

| HAVE_SIGNED_SIG_ATOMIC_T='1'

| HAVE_SIGNED_WCHAR_T='1'

| HAVE_SIGNED_WINT_T='1'

| HAVE_SIGSET_T='1'

| HAVE_SLEEP='1'

| HAVE_STDINT_H='1'

| HAVE_STPCPY='0'

| HAVE_STPNCPY='1'

| HAVE_STRCASECMP='1'

| HAVE_STRCASESTR='1'

| HAVE_STRCHRNUL='0'

| HAVE_STRINGS_H='1'

| HAVE_STRPBRK='1'

| HAVE_STRPTIME='1'

| HAVE_STRSEP='1'

| HAVE_STRTOD='1'

| HAVE_STRTOLL='1'

| HAVE_STRTOULL='1'

| HAVE_STRUCT_RANDOM_DATA='1'

| HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'

| HAVE_STRUCT_TIMEVAL='1'

| HAVE_STRVERSCMP='1'

| HAVE_SYMLINK='1'

| HAVE_SYMLINKAT='0'

| HAVE_SYSEXITS_H='1'

| HAVE_SYS_BITYPES_H='0'

| HAVE_SYS_INTTYPES_H='1'

| HAVE_SYS_LOADAVG_H='0'

| HAVE_SYS_PARAM_H='0'

| HAVE_SYS_TIME_H='1'

| HAVE_SYS_TYPES_H='1'

| HAVE_TIMEGM='1'

| HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'

| HAVE_UNISTD_H='1'

| HAVE_UNLINKAT='1'

| HAVE_UNLOCKPT='1'

| HAVE_UNSIGNED_LONG_LONG_INT='1'

| HAVE_USLEEP='1'

| HAVE_UTIMENSAT='1'

| HAVE_VASPRINTF='1'

| HAVE_VDPRINTF='1'

| HAVE_WCHAR_H='1'

| HAVE_WCHAR_T='1'

| HAVE_WCPCPY='1'

| HAVE_WCPNCPY='1'

| HAVE_WCRTOMB='1'

| HAVE_WCSCASECMP='1'

| HAVE_WCSCAT='1'

| HAVE_WCSCHR='1'

| HAVE_WCSCMP='1'

| HAVE_WCSCOLL='1'

| HAVE_WCSCPY='1'

| HAVE_WCSCSPN='1'

| HAVE_WCSDUP='1'

| HAVE_WCSLEN='1'

| HAVE_WCSNCASECMP='1'

| HAVE_WCSNCAT='1'

| HAVE_WCSNCMP='1'

| HAVE_WCSNCPY='1'

| HAVE_WCSNLEN='1'

| HAVE_WCSNRTOMBS='1'

| HAVE_WCSPBRK='1'

| HAVE_WCSRCHR='1'

| HAVE_WCSRTOMBS='1'

| HAVE_WCSSPN='1'

| HAVE_WCSSTR='1'

| HAVE_WCSTOK='1'

| HAVE_WCSWIDTH='1'

| HAVE_WCSXFRM='1'

| HAVE_WCTRANS_T='1'

| HAVE_WCTYPE_H='1'

| HAVE_WCTYPE_T='1'

| HAVE_WINSOCK2_H='0'

| HAVE_WINT_T='1'

| HAVE_WMEMCHR='1'

| HAVE_WMEMCMP='1'

| HAVE_WMEMCPY='1'

| HAVE_WMEMMOVE='1'

| HAVE_WMEMSET='1'

| HAVE_XLOCALE_H='0'

| HAVE__BOOL='1'

| HAVE__EXIT='1'

| INCLUDE_NEXT='include_next'

| INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'

| INSTALL_DATA='${INSTALL} -m 644'

| INSTALL_PROGRAM='${INSTALL}'

| INSTALL_SCRIPT='${INSTALL}'

| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'

| INT32_MAX_LT_INTMAX_MAX='1'

| INT64_MAX_EQ_LONG_MAX='1'

| INTLLIBS='/appl/gfpip/local-201501/lib/sparcv9/libintl.so -L/appl/gfpip/local/lib/sparcv9 -L/usr/local/lib/sparcv9 /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -lc -R/appl/gfpip/local-201501/lib/sparcv9 -R/appl/gfpip/local/lib/sparcv9 -R/usr/local/lib/sparcv9'

| INTL_MACOSX_LIBS=''

| LDFLAGS='-m64 -R/appl/gfpip/local-201501/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9'

| LIBGNU_LIBDEPS=''

| LIBGNU_LTLIBDEPS=''

| LIBICONV='/appl/gfpip/local-201501/lib/sparcv9/libiconv.so -R/appl/gfpip/local-201501/lib/sparcv9'

| LIBINTL='/appl/gfpip/local-201501/lib/sparcv9/libintl.so -L/appl/gfpip/local/lib/sparcv9 -L/usr/local/lib/sparcv9 /appl/gfpip/local-201501/lib/sparcv9/libiconv.so -lc -R/appl/gfpip/local-201501/lib/sparcv9 -R/appl/gfpip/local/lib/sparcv9 -R/usr/local/lib/sparcv9'

| LIBOBJS=''

| LIBS='-lnsl '

| LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'

| LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''

| LIBUNISTRING_UNITYPES_H='unitypes.h'

| LIBUNISTRING_UNIWIDTH_H='uniwidth.h'

| LIB_ACL='-lsec'

| LIB_CLOCK_GETTIME='-lrt'

| LIB_EACCESS='-lgen'

| LIB_SELINUX=''

| LIB_SETSOCKOPT='-lsocket'

| LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/gnu"'

| LOCALE_FR='fr_FR'

| LOCALE_FR_UTF8='fr_FR.UTF-8'

| LOCALE_JA='none'

| LOCALE_ZH_CN='none'

| LTLIBICONV='-L/appl/gfpip/local-201501/lib/sparcv9 -liconv -R/appl/gfpip/local-201501/lib/sparcv9'

| LTLIBINTL='-L/appl/gfpip/local-201501/lib/sparcv9 -lintl -L/appl/gfpip/local/lib/sparcv9 -L/usr/local/lib/sparcv9 -L/appl/gfpip/local-201501/lib/sparcv9 -liconv -lc -R/appl/gfpip/local-201501/lib/sparcv9 -R/appl/gfpip/local/lib/sparcv9 -R/usr/local/lib/sparcv9'

| LTLIBOBJS=''

| MAKEINFO='${SHELL} /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux/missing makeinfo'

| MKDIR_P='/appl/gfpip/local-201501/bin/mkdir -p'

| MSGFMT='/appl/gfpip/local-201501/bin/msgfmt'

| MSGFMT_015='/appl/gfpip/local-201501/bin/msgfmt'

| MSGMERGE='/appl/gfpip/local-201501/bin/msgmerge'

| NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='<dirent.h>'

| NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''

| NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>'

| NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''

| NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'

| NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'

| NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>'

| NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='<locale.h>'

| NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H=''

| NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'

| NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''

| NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''

| NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'

| NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'

| NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'

| NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='<strings.h>'

| NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'

| NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H='<sysexits.h>'

| NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'

| NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'

| NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'

| NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'

| NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'

| NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'

| NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>'

| NEXT_DIRENT_H='<dirent.h>'

| NEXT_ERRNO_H=''

| NEXT_FCNTL_H='<fcntl.h>'

| NEXT_FLOAT_H=''

| NEXT_GETOPT_H='<getopt.h>'

| NEXT_INTTYPES_H='<inttypes.h>'

| NEXT_LANGINFO_H='<langinfo.h>'

| NEXT_LOCALE_H='<locale.h>'

| NEXT_SELINUX_SELINUX_H=''

| NEXT_SIGNAL_H='<signal.h>'

| NEXT_STDARG_H='<stdarg.h>'

| NEXT_STDDEF_H=''

| NEXT_STDINT_H='<stdint.h>'

| NEXT_STDIO_H='<stdio.h>'

| NEXT_STDLIB_H='<stdlib.h>'

| NEXT_STRINGS_H='<strings.h>'

| NEXT_STRING_H='<string.h>'

| NEXT_SYSEXITS_H='<sysexits.h>'

| NEXT_SYS_STAT_H='<sys/stat.h>'

| NEXT_SYS_TIME_H='<sys/time.h>'

| NEXT_SYS_TYPES_H='<sys/types.h>'

| NEXT_TIME_H='<time.h>'

| NEXT_UNISTD_H='<unistd.h>'

| NEXT_WCHAR_H='<wchar.h>'

| NEXT_WCTYPE_H='<wctype.h>'

| OBJEXT='o'

| PACKAGE='tar'

| PACKAGE_BUGREPORT='address@hidden'

| PACKAGE_NAME='GNU tar'

| PACKAGE_STRING='GNU tar 1.28'

| PACKAGE_TARNAME='tar'

| PACKAGE_URL='http://www.gnu.org/software/tar/'

| PACKAGE_VERSION='1.28'

| PATH_SEPARATOR=':'

| POSUB='po'

| PRAGMA_COLUMNS=''

| PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'

| PRIPTR_PREFIX='"l"'

| PRI_MACROS_BROKEN='0'

| PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'

| PTRDIFF_T_SUFFIX='l'

| PU_RMT_COND_FALSE='#'

| PU_RMT_COND_TRUE=''

| PU_RMT_PROG='rmt$(EXEEXT)'

| RANLIB='ranlib'

| REPLACE_BTOWC='0'

| REPLACE_CALLOC='0'

| REPLACE_CANONICALIZE_FILE_NAME='0'

| REPLACE_CHOWN='0'

| REPLACE_CLOSE='0'

| REPLACE_CLOSEDIR='0'

| REPLACE_DIRFD='0'

| REPLACE_DPRINTF='0'

| REPLACE_DUP2='0'

| REPLACE_DUP='0'

| REPLACE_DUPLOCALE='0'

| REPLACE_FCHOWNAT='0'

| REPLACE_FCLOSE='0'

| REPLACE_FCNTL='1'

| REPLACE_FDOPEN='0'

| REPLACE_FDOPENDIR='0'

| REPLACE_FFLUSH='0'

| REPLACE_FOPEN='0'

| REPLACE_FPRINTF='0'

| REPLACE_FPURGE='0'

| REPLACE_FREOPEN='0'

| REPLACE_FSEEK='0'

| REPLACE_FSEEKO='0'

| REPLACE_FSTAT='0'

| REPLACE_FSTATAT='0'

| REPLACE_FTELL='0'

| REPLACE_FTELLO='0'

| REPLACE_FTRUNCATE='0'

| REPLACE_FUTIMENS='1'

| REPLACE_GETCWD='1'

| REPLACE_GETDELIM='0'

| REPLACE_GETDOMAINNAME='0'

| REPLACE_GETDTABLESIZE='0'

| REPLACE_GETGROUPS='0'

| REPLACE_GETLINE='1'

| REPLACE_GETLOGIN_R='0'

| REPLACE_GETPAGESIZE='0'

| REPLACE_GETTIMEOFDAY='0'

| REPLACE_GMTIME='0'

| REPLACE_ISATTY='0'

| REPLACE_ISWBLANK='0'

| REPLACE_ISWCNTRL='0'

| REPLACE_ITOLD='0'

| REPLACE_LCHOWN='0'

| REPLACE_LINK='1'

| REPLACE_LINKAT='0'

| REPLACE_LOCALECONV='0'

| REPLACE_LOCALTIME='0'

| REPLACE_LOCALTIME_R='0'

| REPLACE_LSEEK='0'

| REPLACE_LSTAT='0'

| REPLACE_MALLOC='0'

| REPLACE_MBRLEN='0'

| REPLACE_MBRTOWC='1'

| REPLACE_MBSINIT='0'

| REPLACE_MBSNRTOWCS='0'

| REPLACE_MBSRTOWCS='1'

| REPLACE_MBSTATE_T='0'

| REPLACE_MBTOWC='0'

| REPLACE_MEMCHR='0'

| REPLACE_MEMMEM='0'

| REPLACE_MKDIR='0'

| REPLACE_MKFIFO='0'

| REPLACE_MKNOD='0'

| REPLACE_MKSTEMP='0'

| REPLACE_MKTIME='1'

| REPLACE_NANOSLEEP='GNULIB_PORTCHECK'

| REPLACE_NL_LANGINFO='0'

| REPLACE_NULL='0'

| REPLACE_OBSTACK_PRINTF='0'

| REPLACE_OPEN='0'

| REPLACE_OPENAT='0'

| REPLACE_OPENDIR='0'

| REPLACE_PERROR='0'

| REPLACE_POPEN='0'

| REPLACE_PREAD='0'

| REPLACE_PRINTF='0'

| REPLACE_PTHREAD_SIGMASK='0'

| REPLACE_PTSNAME='0'

| REPLACE_PTSNAME_R='0'

| REPLACE_PUTENV='0'

| REPLACE_PWRITE='0'

| REPLACE_RAISE='0'

| REPLACE_RANDOM_R='0'

| REPLACE_READ='0'

| REPLACE_READLINK='0'

| REPLACE_REALLOC='0'

| REPLACE_REALPATH='1'

| REPLACE_REMOVE='0'

| REPLACE_RENAME='1'

| REPLACE_RENAMEAT='1'

| REPLACE_RMDIR='0'

| REPLACE_SETENV='0'

| REPLACE_SETLOCALE='0'

| REPLACE_SLEEP='0'

| REPLACE_SNPRINTF='0'

| REPLACE_SPRINTF='0'

| REPLACE_STAT='0'

| REPLACE_STDIO_READ_FUNCS='0'

| REPLACE_STDIO_WRITE_FUNCS='0'

| REPLACE_STPNCPY='0'

| REPLACE_STRCASESTR='0'

| REPLACE_STRCHRNUL='0'

| REPLACE_STRDUP='0'

| REPLACE_STRERROR='0'

| REPLACE_STRERROR_R='0'

| REPLACE_STRNCAT='0'

| REPLACE_STRNDUP='0'

| REPLACE_STRNLEN='0'

| REPLACE_STRSIGNAL='0'

| REPLACE_STRSTR='0'

| REPLACE_STRTOD='0'

| REPLACE_STRTOIMAX='0'

| REPLACE_STRTOK_R='0'

| REPLACE_STRTOUMAX='0'

| REPLACE_STRUCT_LCONV='0'

| REPLACE_STRUCT_TIMEVAL='0'

| REPLACE_SYMLINK='0'

| REPLACE_TIMEGM='GNULIB_PORTCHECK'

| REPLACE_TMPFILE='0'

| REPLACE_TOWLOWER='0'

| REPLACE_TTYNAME_R='1'

| REPLACE_UNLINK='0'

| REPLACE_UNLINKAT='0'

| REPLACE_UNSETENV='1'

| REPLACE_USLEEP='0'

| REPLACE_UTIMENSAT='1'

| REPLACE_VASPRINTF='0'

| REPLACE_VDPRINTF='0'

| REPLACE_VFPRINTF='0'

| REPLACE_VPRINTF='0'

| REPLACE_VSNPRINTF='0'

| REPLACE_VSPRINTF='0'

| REPLACE_WCRTOMB='1'

| REPLACE_WCSNRTOMBS='0'

| REPLACE_WCSRTOMBS='0'

| REPLACE_WCSWIDTH='0'

| REPLACE_WCTOB='0'

| REPLACE_WCTOMB='0'

| REPLACE_WCWIDTH='0'

| REPLACE_WRITE='0'

| RSH=''

| SED='/appl/gfpip/local-201501/bin/sed'

| SELINUX_CONTEXT_H='selinux/context.h'

| SET_MAKE=''

| SHELL='/bin/bash'

| SIG_ATOMIC_T_SUFFIX=''

| SIZE_T_SUFFIX='ul'

| STDALIGN_H='stdalign.h'

| STDARG_H=''

| STDBOOL_H=''

| STDDEF_H=''

| STDINT_H='stdint.h'

| STRIP=''

| SYSEXITS_H=''

| SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'

| TAR_COND_GRANTPT_FALSE='#'

| TAR_COND_GRANTPT_TRUE=''

| TAR_COND_XATTR_H_FALSE=''

| TAR_COND_XATTR_H_TRUE='#'

| TAR_LIB_ATTR_FALSE=''

| TAR_LIB_ATTR_TRUE='#'

| TIME_H_DEFINES_STRUCT_TIMESPEC='1'

| UINT32_MAX_LT_UINTMAX_MAX='1'

| UINT64_MAX_EQ_ULONG_MAX='1'

| UNDEFINE_STRTOK_R='0'

| UNISTD_H_HAVE_WINSOCK2_H='0'

| UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'

| USE_ACL='1'

| USE_NLS='yes'

| VERSION='1.28'

| WARN_CFLAGS=''

| WCHAR_T_SUFFIX=''

| WERROR_CFLAGS=''

| WINDOWS_64_BIT_OFF_T='0'

| WINDOWS_64_BIT_ST_SIZE='0'

| WINT_T_SUFFIX=''

| XGETTEXT='/appl/gfpip/local-201501/bin/xgettext'

| XGETTEXT_015='/appl/gfpip/local-201501/bin/xgettext'

| XGETTEXT_EXTRA_OPTIONS=' --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format'

| YACC='bison -y'

| YFLAGS=''

| ac_ct_AR='ar'

| ac_ct_CC='gcc'

| am__EXEEXT_FALSE=''

| am__EXEEXT_TRUE='#'

| am__fastdepCC_FALSE='#'

| am__fastdepCC_TRUE=''

| am__include='include'

| am__isrc=' -I$(srcdir)'

| am__leading_dot='.'

| am__nodep='_no'

| am__quote=''

| am__tar='gtar --format=ustar -chf - "$$tardir"'

| am__untar='gtar -xf -'

| bindir='${exec_prefix}/bin'

| build='sparc-sun-solaris2.10'

| build_alias=''

| build_cpu='sparc'

| build_os='solaris2.10'

| build_vendor='sun'

| datadir='${datarootdir}'

| datarootdir='${prefix}/share'

| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'

| dvidir='${docdir}'

| exec_prefix='${prefix}'

| gl_LIBOBJS=' asnprintf.o at-func2.o canonicalize-lgpl.o chdir-long.o dirfd.o error.o euidaccess.o faccessat.o fchmodat.o fcntl.o fnmatch.o futimens.o getcwd.o getcwd-lgpl.o getdelim.o getline.o getopt.o getopt1.o group-member.o link.o linkat.o mbrtowc.o mbsrtowcs.o mbsrtowcs-state.o mempcpy.o memrchr.o mkdirat.o mkfifoat.o mknodat.o mktime.o obstack.o openat-proc.o printf-args.o printf-parse.o ptsname_r.o rawmemchr.o readlinkat.o regex.o rename.o renameat.o rpmatch.o secure_getenv.o selinux-at.o stpcpy.o strchrnul.o strndup.o strnlen.o symlinkat.o ttyname_r.o unsetenv.o utimensat.o vasnprintf.o wcrtomb.o'

| gl_LTLIBOBJS=' asnprintf.lo at-func2.lo canonicalize-lgpl.lo chdir-long.lo dirfd.lo error.lo euidaccess.lo faccessat.lo fchmodat.lo fcntl.lo fnmatch.lo futimens.lo getcwd.lo getcwd-lgpl.lo getdelim.lo getline.lo getopt.lo getopt1.lo group-member.lo link.lo linkat.lo mbrtowc.lo mbsrtowcs.lo mbsrtowcs-state.lo mempcpy.lo memrchr.lo mkdirat.lo mkfifoat.lo mknodat.lo mktime.lo obstack.lo openat-proc.lo printf-args.lo printf-parse.lo ptsname_r.lo rawmemchr.lo readlinkat.lo regex.lo rename.lo renameat.lo rpmatch.lo secure_getenv.lo selinux-at.lo stpcpy.lo strchrnul.lo strndup.lo strnlen.lo symlinkat.lo ttyname_r.lo unsetenv.lo utimensat.lo vasnprintf.lo wcrtomb.lo'

| gltests_LIBOBJS=''

| gltests_LTLIBOBJS=''

| gltests_WITNESS='IN_TAR_GNULIB_TESTS'

| host='sparc-sun-solaris2.10'

| host_alias=''

| host_cpu='sparc'

| host_os='solaris2.10'

| host_vendor='sun'

| htmldir='${docdir}'

| includedir='${prefix}/include'

| infodir='${datarootdir}/info'

| install_sh='${SHELL} /appl/gfpip/local_build/src/gnu/tar-1.28/build-aux/install-sh'

| libdir='/appl/gfpip/local-201501/lib/sparcv9'

| libexecdir='${exec_prefix}/libexec'

| lispdir='${datarootdir}/emacs/site-lisp'

| localedir='${datarootdir}/locale'

| localstatedir='${prefix}/var'

| mandir='${datarootdir}/man'

| mkdir_p='$(MKDIR_P)'

| oldincludedir='/usr/include'

| pdfdir='${docdir}'

| pkglibexecdir='${libexecdir}/${PACKAGE}'

| prefix='/appl/gfpip/local-201501'

| program_transform_name='s,x,x,'

| psdir='${docdir}'

| runstatedir='${localstatedir}/run'

| sbindir='${exec_prefix}/sbin'

| sharedstatedir='${prefix}/com'

| sysconfdir='${prefix}/etc'

| target_alias=''

|

| ## ----------- ##

| ## confdefs.h. ##

| ## ----------- ##

|

| /* confdefs.h */

| #define PACKAGE_NAME "GNU tar"

| #define PACKAGE_TARNAME "tar"

| #define PACKAGE_VERSION "1.28"

| #define PACKAGE_STRING "GNU tar 1.28"

| #define PACKAGE_BUGREPORT "address@hidden"

| #define PACKAGE_URL "http://www.gnu.org/software/tar/"

| #define PACKAGE "tar"

| #define VERSION "1.28"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define __EXTENSIONS__ 1

| #define _ALL_SOURCE 1

| #define _DARWIN_C_SOURCE 1

| #define _GNU_SOURCE 1

| #define _POSIX_PTHREAD_SEMANTICS 1

| #define _TANDEM_SOURCE 1

| #define HAVE_FSEEKO 1

| #define _DARWIN_USE_64_BIT_INODE 1

| #define _DARWIN_USE_64_BIT_INODE 1

| #define HAVE_FCNTL_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_SGTTY_H 1

| #define HAVE_STRING_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_SYS_SOCKET_H 1

| #define HAVE_DIRENT_H 1

| #define HAVE_WCTYPE_H 1

| #define HAVE_STDIO_EXT_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_GETOPT_H 1

| #define HAVE_WCHAR_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_LANGINFO_H 1

| #define HAVE_SYS_MMAN_H 1

| #define HAVE_PRIV_H 1

| #define HAVE_MALLOC_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYSEXITS_H 1

| #define HAVE_UTIME_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_PWD_H 1

| #define HAVE_GRP_H 1

| #define HAVE_SYS_BUF_H 1

| #define MAJOR_IN_MKDEV 1

| #define HAVE_ST_FSTYPE_STRING 1

| #define HAVE_SYS_ACL_H 1

| #define HAVE_ALLOCA_H 1

| #define HAVE_ALLOCA 1

| #define restrict __restrict

| #define HAVE_DECL_CLEARERR_UNLOCKED 0

| #define HAVE_DECL_FEOF_UNLOCKED 0

| #define HAVE_DECL_FERROR_UNLOCKED 0

| #define HAVE_DECL_FFLUSH_UNLOCKED 0

| #define HAVE_DECL_FGETS_UNLOCKED 0

| #define HAVE_DECL_FPUTC_UNLOCKED 0

| #define HAVE_DECL_FPUTS_UNLOCKED 0

| #define HAVE_DECL_FREAD_UNLOCKED 0

| #define HAVE_DECL_FWRITE_UNLOCKED 0

| #define HAVE_DECL_GETC_UNLOCKED 1

| #define HAVE_DECL_GETCHAR_UNLOCKED 1

| #define HAVE_DECL_PUTC_UNLOCKED 1

| #define HAVE_DECL_PUTCHAR_UNLOCKED 1

| #define HAVE_FLOCKFILE 1

| #define HAVE_FUNLOCKFILE 1

| #define HAVE_PATHCONF 1

| #define HAVE_BTOWC 1

| #define HAVE_GETCWD 1

| #define HAVE_READLINK 1

| #define HAVE_REALPATH 1

| #define HAVE_CHOWN 1

| #define HAVE_FCHOWN 1

| #define HAVE_FCHDIR 1

| #define HAVE_FDOPENDIR 1

| #define HAVE_FCNTL 1

| #define HAVE_SYMLINK 1

| #define HAVE_ISBLANK 1

| #define HAVE_ISWCTYPE 1

| #define HAVE_MBSRTOWCS 1

| #define HAVE_WMEMCHR 1

| #define HAVE_WMEMCPY 1

| #define HAVE_FSTATAT 1

| #define HAVE_FUTIMENS 1

| #define HAVE_GETDTABLESIZE 1

| #define HAVE_GETTIMEOFDAY 1

| #define HAVE_ISWCNTRL 1

| #define HAVE_ISWBLANK 1

| #define HAVE_LINK 1

| #define HAVE_OPENAT 1

| #define HAVE_LSTAT 1

| #define HAVE_MBSINIT 1

| #define HAVE_MBRTOWC 1

| #define HAVE_MPROTECT 1

| #define HAVE_MKFIFO 1

| #define HAVE_MKNOD 1

| #define HAVE_NL_LANGINFO 1

| #define HAVE_POSIX_OPENPT 1

| #define HAVE_FCHMOD 1

| #define HAVE_RENAMEAT 1

| #define HAVE_SETENV 1

| #define HAVE_SLEEP 1

| #define HAVE_SNPRINTF 1

| #define HAVE_STRDUP 1

| #define HAVE_TZSET 1

| #define HAVE_STRTOIMAX 1

| #define HAVE_STRTOUMAX 1

| #define HAVE_LOCALTIME_R 1

| #define HAVE_PIPE 1

| #define HAVE_UNLINKAT 1

| #define HAVE_FUTIMESAT 1

| #define HAVE_UTIMENSAT 1

| #define HAVE_WCRTOMB 1

| #define HAVE_WCWIDTH 1

| #define HAVE_SETLOCALE 1

| #define HAVE_FSYNC 1

| #define HAVE_GRANTPT 1

| #define D_INO_IN_DIRENT 1

| #define HAVE_LONG_FILE_NAMES 1

| #define HAVE_LANGINFO_CODESET 1

| #define HAVE_UNISTD_H 1

| #define HAVE_CHOWN 1

| #define HAVE_DECL_STRERROR_R 1

| #define HAVE_STRERROR_R 1

| #define GETGROUPS_T gid_t

| #define HAVE_DECL_FCHDIR 1

| #define HAVE_WORKING_O_NOATIME 0

| #define HAVE_WORKING_O_NOFOLLOW 1

| #define HAVE_MBSTATE_T 1

| #define HAVE_DECL_FSEEKO 1

| #define HAVE_RAW_DECL_FSTAT 1

| #define HAVE_RAW_DECL_FSTATAT 1

| #define HAVE_RAW_DECL_FUTIMENS 1

| #define HAVE_RAW_DECL_LSTAT 1

| #define HAVE_RAW_DECL_MKFIFO 1

| #define HAVE_RAW_DECL_MKNOD 1

| #define HAVE_RAW_DECL_STAT 1

| #define HAVE_RAW_DECL_UTIMENSAT 1

| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| #define HAVE_DECL_GETCWD 1

| #define HAVE_DECL_GETDELIM 0

| #define HAVE_DECL_GETLINE 0

| #define HAVE_GETOPT_H 1

| #define HAVE_GETOPT_LONG_ONLY 1

| #define __GETOPT_PREFIX rpl_

| #define HAVE_DECL_GETENV 1

| #define HAVE_RAW_DECL_GETTIMEOFDAY 1

| #define HAVE_UNSIGNED_LONG_LONG_INT 1

| #define HAVE_LONG_LONG_INT 1

| #define HAVE_SYS_INTTYPES_H 1

| #define BITSIZEOF_PTRDIFF_T 64

| #define BITSIZEOF_SIZE_T 64

| #define BITSIZEOF_SIG_ATOMIC_T 32

| #define BITSIZEOF_WCHAR_T 32

| #define BITSIZEOF_WINT_T 32

| #define HAVE_SIGNED_SIG_ATOMIC_T 1

| #define HAVE_SIGNED_WCHAR_T 1

| #define HAVE_SIGNED_WINT_T 1

| #define PTRDIFF_T_SUFFIX l

| #define SIZE_T_SUFFIX ul

| #define SIG_ATOMIC_T_SUFFIX

| #define WCHAR_T_SUFFIX

| #define WINT_T_SUFFIX

| #define HAVE_RAW_DECL_IMAXABS 1

| #define HAVE_RAW_DECL_IMAXDIV 1

| #define HAVE_RAW_DECL_STRTOIMAX 1

| #define HAVE_RAW_DECL_STRTOUMAX 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_WINT_T 1

| #define HAVE_TOWLOWER 1

| #define HAVE_RAW_DECL_WCTYPE 1

| #define HAVE_RAW_DECL_ISWCTYPE 1

| #define HAVE_RAW_DECL_WCTRANS 1

| #define HAVE_RAW_DECL_TOWCTRANS 1

| #define HAVE_WCHAR_T 1

| #define HAVE_STDLIB_H 1

| #define MALLOC_0_IS_NONNULL 1

| #define HAVE_MAP_ANONYMOUS 1

| #define HAVE_DECL_MEMRCHR 0

| #define HAVE_DECL_ALARM 1

| #define PROMOTED_MODE_T mode_t

| #define HAVE__BOOL 1

| #define HAVE_COMPOUND_LITERALS 1

| #define HAVE_DECL_SETENV 1

| #define HAVE_SEARCH_H 1

| #define HAVE_TSEARCH 1

| #define HAVE_SIGSET_T 1

| #define HAVE_DECL_SNPRINTF 1

| #define HAVE_DECL_STRDUP 1

| #define HAVE_RAW_DECL_STRDUP 1

| #define HAVE_RAW_DECL_STRNCAT 1

| #define HAVE_RAW_DECL_STRPBRK 1

| #define HAVE_RAW_DECL_STRTOK_R 1

| #define HAVE_RAW_DECL_STRERROR_R 1

| #define HAVE_RAW_DECL_STRSIGNAL 1

| #define HAVE_RAW_DECL_FFS 1

| #define HAVE_RAW_DECL_STRCASECMP 1

| #define HAVE_RAW_DECL_STRNCASECMP 1

| #define HAVE_DECL_STRNDUP 0

| #define HAVE_DECL_STRNLEN 0

| #define HAVE_DECL_STRTOIMAX 1

| #define HAVE_DECL_STRTOUMAX 1

| #define HAVE_DECL_TTYNAME_R 1

| #define HAVE_DECL_UNSETENV 1

| #define HAVE_WORKING_UTIMES 1

| #define HAVE_STRUCT_UTIMBUF 1

| #define HAVE_INTTYPES_H_WITH_UINTMAX 1

| #define HAVE_STDINT_H_WITH_UINTMAX 1

| #define HAVE_INTMAX_T 1

| #define DBL_EXPBIT0_WORD 0

| #define DBL_EXPBIT0_BIT 20

| #define HAVE_SNPRINTF 1

| #define HAVE_WCSLEN 1

| #define HAVE_MBRTOWC 1

| #define HAVE_WCRTOMB 1

| #define HAVE_DECL__SNPRINTF 0

| #define HAVE_SNPRINTF_RETVAL_C99 1

| #define HAVE_DECL_VSNPRINTF 1

| #define HAVE_ALLOCA 1

| #define GNULIB_AREADLINKAT 1

| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| #define GNULIB_PROGRAM_INVOCATION_NAME 1

| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1

| #define GNULIB_TEST_BTOWC 1

| #define GNULIB_CANONICALIZE_LGPL 1

| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

| #define GNULIB_TEST_REALPATH 1

| #define GNULIB_TEST_CHDIR 1

| #define GNULIB_TEST_CHOWN 1

| #define HAVE_CLOCK_GETTIME 1

| #define HAVE_CLOCK_SETTIME 1

| #define GNULIB_TEST_CLOEXEC 1

| #define GNULIB_TEST_CLOSE 1

| #define GNULIB_CLOSE_STREAM 1

| #define HAVE_CLOSEDIR 1

| #define GNULIB_TEST_CLOSEDIR 1

| #define D_INO_IN_DIRENT 1

| #define HAVE_RAW_DECL_ALPHASORT 1

| #define HAVE_RAW_DECL_CLOSEDIR 1

| #define HAVE_RAW_DECL_FDOPENDIR 1

| #define HAVE_RAW_DECL_OPENDIR 1

| #define HAVE_RAW_DECL_READDIR 1

| #define HAVE_RAW_DECL_REWINDDIR 1

| #define HAVE_RAW_DECL_SCANDIR 1

| #define GNULIB_DIRENT_SAFER 1

| #define HAVE_DECL_DIRFD 0

| #define DIR_FD_MEMBER_NAME dd_fd

| #define GNULIB_TEST_DIRFD 1

| #define GNULIB_DIRNAME 1

| #define GNULIB_TEST_DUP 1

| #define HAVE_DUP2 1

| #define GNULIB_TEST_DUP2 1

| #define GNULIB_TEST_ENVIRON 1

| #define HAVE_LIBGEN_H 1

| #define HAVE_GETGROUPS 1

| #define HAVE_EACCESS 1

| #define GNULIB_TEST_EUIDACCESS 1

| #define HAVE_ACCESS 1

| #define GNULIB_FACCESSAT 1

| #define GNULIB_TEST_FACCESSAT 1

| #define GNULIB_TEST_FCHDIR 1

| #define GNULIB_FCHMODAT 1

| #define GNULIB_TEST_FCHMODAT 1

| #define GNULIB_FCHOWNAT 1

| #define GNULIB_TEST_FCHOWNAT 1

| #define GNULIB_TEST_FCNTL 1

| #define HAVE_RAW_DECL_FCNTL 1

| #define HAVE_RAW_DECL_OPENAT 1

| #define HAVE_DECL_FDOPENDIR 1

| #define GNULIB_TEST_FDOPENDIR 1

| #define GNULIB_FDOPENDIR 1

| #define GNULIB_FDUTIMENSAT 1

| #define HAVE_STRUCT_STAT_ST_BLOCKS 1

| #define HAVE_ST_BLOCKS 1

| #define fnmatch gnu_fnmatch

| #define HAVE_DECL_ISBLANK 1

| #define fnmatch gnu_fnmatch

| #define HAVE_DECL_ISBLANK 1

| #define HAVE_DECL___FPENDING 1

| #define GNULIB_TEST_FSEEK 1

| #define GNULIB_TEST_FSEEKO 1

| #define GNULIB_TEST_FSTAT 1

| #define GNULIB_TEST_FSTATAT 1

| #define GNULIB_TEST_FUTIMENS 1

| #define HAVE_MINIMALLY_WORKING_GETCWD 1

| #define GNULIB_GETCWD 1

| #define GNULIB_TEST_GETCWD 1

| #define GNULIB_TEST_GETCWD 1

| #define HAVE_FLOCKFILE 1

| #define HAVE_FUNLOCKFILE 1

| #define HAVE_DECL_GETC_UNLOCKED 1

| #define GNULIB_TEST_GETDELIM 1

| #define GNULIB_TEST_GETDTABLESIZE 1

| #define HAVE_GETGROUPS 1

| #define GNULIB_TEST_GETGROUPS 1

| #define GNULIB_TEST_GETLINE 1

| #define GNULIB_TEST_GETOPT_GNU 1

| #define __GETOPT_PREFIX rpl_

| #define HAVE_GETPAGESIZE 1

| #define GNULIB_TEST_GETPAGESIZE 1

| #define GETTIMEOFDAY_TIMEZONE void

| #define GNULIB_TEST_GETTIMEOFDAY 1

| #define GNULIB_TEST_GROUP_MEMBER 1

| #define GNULIB_TEST_ISATTY 1

| #define HAVE_DECL_ISWBLANK 1

| #define GNULIB_TEST_ISWBLANK 1

| #define HAVE_RAW_DECL_NL_LANGINFO 1

| #define HAVE_LCHOWN 1

| #define GNULIB_TEST_LCHOWN 1

| #define GNULIB_TEST_LINK 1

| #define LINK_FOLLOWS_SYMLINKS -1

| #define GNULIB_TEST_LINKAT 1

| #define _LCONV_C99 1

| #define HAVE_RAW_DECL_SETLOCALE 1

| #define GNULIB_TEST_LOCALECONV 1

| #define GNULIB_TEST_LSEEK 1

| #define GNULIB_TEST_LSTAT 1

| #define HAVE_STDLIB_H 1

| #define HAVE_MALLOC_GNU 1

| #define GNULIB_MALLOC_GNU 1

| #define HAVE_MALLOC_POSIX 1

| #define GNULIB_TEST_MALLOC_POSIX 1

| #define MBRTOWC_RETVAL_BUG 1

| #define GNULIB_TEST_MBRTOWC 1

| #define GNULIB_TEST_MBSCASECMP 1

| #define GNULIB_TEST_MBSINIT 1

| #define GNULIB_TEST_MBSRTOWCS 1

| #define GNULIB_TEST_MBTOWC 1

| #define GNULIB_TEST_MEMCHR 1

| #define GNULIB_TEST_MEMPCPY 1

| #define GNULIB_TEST_MEMRCHR 1

| #define GNULIB_TEST_MKDIRAT 1

| #define HAVE_MKDTEMP 1

| #define GNULIB_TEST_MKDTEMP 1

| #define GNULIB_TEST_MKFIFO 1

| #define GNULIB_TEST_MKFIFOAT 1

| #define GNULIB_TEST_MKNODAT 1

| #define GNULIB_TEST_MKNOD 1

| #define GNULIB_TEST_MKTIME 1

| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

| #define GNULIB_TEST_NL_LANGINFO 1

| #define GNULIB_TEST_OPEN 1

| #define GNULIB_OPENAT 1

| #define GNULIB_TEST_OPENAT 1

| #define HAVE_OPENDIR 1

| #define GNULIB_TEST_OPENDIR 1

| #define HAVE_DECL_TZNAME 1

| #define HAVE_TZNAME 1

| #define TIME_T_FITS_IN_LONG_INT 1

| #define GNULIB_TEST_POSIX_OPENPT 1

| #define HAVE_GETPPRIV 1

| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

| #define HAVE_PTSNAME 1

| #define GNULIB_TEST_PTSNAME 1

| #define ISATTY_FAILS_WITHOUT_SETTING_ERRNO 1

| #define GNULIB_TEST_PTSNAME_R 1

| #define HAVE_SYS_ACL_H 1

| #define HAVE_FACL 1

| #define HAVE_ACL_TRIVIAL 1

| #define USE_ACL 1

| #define HAVE_RAISE 1

| #define GNULIB_TEST_RAISE 1

| #define GNULIB_TEST_RAWMEMCHR 1

| #define GNULIB_TEST_READ 1

| #define HAVE_READDIR 1

| #define GNULIB_TEST_READDIR 1

| #define GNULIB_TEST_READLINK 1

| #define GNULIB_TEST_READLINKAT 1

| #define HAVE_REALLOC_POSIX 1

| #define GNULIB_TEST_REALLOC_POSIX 1

| #define _REGEX_INCLUDE_LIMITS_H 1

| #define _REGEX_LARGE_OFFSETS 1

| #define re_syntax_options rpl_re_syntax_options

| #define re_set_syntax rpl_re_set_syntax

| #define re_compile_pattern rpl_re_compile_pattern

| #define re_compile_fastmap rpl_re_compile_fastmap

| #define re_search rpl_re_search

| #define re_search_2 rpl_re_search_2

| #define re_match rpl_re_match

| #define re_match_2 rpl_re_match_2

| #define re_set_registers rpl_re_set_registers

| #define re_comp rpl_re_comp

| #define re_exec rpl_re_exec

| #define regcomp rpl_regcomp

| #define regexec rpl_regexec

| #define regerror rpl_regerror

| #define regfree rpl_regfree

| #define HAVE_LIBINTL_H 1

| #define HAVE_DECL_ISBLANK 1

| #define RENAME_TRAILING_SLASH_DEST_BUG 1

| #define GNULIB_TEST_RENAME 1

| #define GNULIB_TEST_RENAMEAT 1

| #define HAVE_REWINDDIR 1

| #define GNULIB_TEST_REWINDDIR 1

| #define GNULIB_TEST_RMDIR 1

| #define HAVE_LANGINFO_YESEXPR 1

| #define GNULIB_TEST_RPMATCH 1

| #define HAVE_ISSETUGID 1

| #define GNULIB_TEST_SECURE_GETENV 1

| #define HAVE_SELINUX_SELINUX_H 0

| #define GNULIB_TEST_SETENV 1

| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1

| #define HAVE_RAW_DECL_SIGACTION 1

| #define HAVE_RAW_DECL_SIGADDSET 1

| #define HAVE_RAW_DECL_SIGDELSET 1

| #define HAVE_RAW_DECL_SIGEMPTYSET 1

| #define HAVE_RAW_DECL_SIGFILLSET 1

| #define HAVE_RAW_DECL_SIGISMEMBER 1

| #define HAVE_RAW_DECL_SIGPENDING 1

| #define HAVE_RAW_DECL_SIGPROCMASK 1

| #define HAVE_STDINT_H 1

| #define HAVE_DECL_SLEEP 1

| #define GNULIB_TEST_SLEEP 1

| #define HAVE_SNPRINTF 1

| #define GNULIB_TEST_SNPRINTF 1

| #define GNULIB_SNPRINTF 1

| #define GNULIB_TEST_STAT 1

| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1

| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1

| #define GNULIB_STATAT 1

| #define GNULIB_FSCANF 1

| #define GNULIB_SCANF 1

| #define HAVE_RAW_DECL_FSEEKO 1

| #define HAVE_RAW_DECL_FTELLO 1

| #define HAVE_RAW_DECL_GETS 1

| #define HAVE_RAW_DECL_PCLOSE 1

| #define HAVE_RAW_DECL_POPEN 1

| #define HAVE_RAW_DECL_SNPRINTF 1

| #define HAVE_RAW_DECL_TMPFILE 1

| #define HAVE_RAW_DECL_VSNPRINTF 1

| #define HAVE_RAW_DECL__EXIT 1

| #define HAVE_RAW_DECL_ATOLL 1

| #define HAVE_RAW_DECL_GETSUBOPT 1

| #define HAVE_RAW_DECL_GRANTPT 1

| #define HAVE_RAW_DECL_INITSTATE 1

| #define HAVE_RAW_DECL_MKDTEMP 1

| #define HAVE_RAW_DECL_MKSTEMP 1

| #define HAVE_RAW_DECL_POSIX_OPENPT 1

| #define HAVE_RAW_DECL_PTSNAME 1

| #define HAVE_RAW_DECL_RANDOM 1

| #define HAVE_RAW_DECL_REALPATH 1

| #define HAVE_RAW_DECL_SETENV 1

| #define HAVE_RAW_DECL_SETSTATE 1

| #define HAVE_RAW_DECL_SRANDOM 1

| #define HAVE_RAW_DECL_STRTOD 1

| #define HAVE_RAW_DECL_STRTOLL 1

| #define HAVE_RAW_DECL_STRTOULL 1

| #define HAVE_RAW_DECL_UNLOCKPT 1

| #define HAVE_RAW_DECL_UNSETENV 1

| #define GNULIB_TEST_STPCPY 1

| #define HAVE_STRCASECMP 1

| #define HAVE_STRNCASECMP 1

| #define HAVE_DECL_STRNCASECMP 1

| #define GNULIB_TEST_STRCHRNUL 1

| #define GNULIB_TEST_STRDUP 1

| #define GNULIB_STRERROR 1

| #define GNULIB_TEST_STRERROR 1

| #define my_strftime nstrftime

| #define GNULIB_TEST_STRNDUP 1

| #define GNULIB_TEST_STRNLEN 1

| #define HAVE_STRTOL 1

| #define HAVE_STRTOLL 1

| #define GNULIB_TEST_STRTOLL 1

| #define HAVE_STRTOUL 1

| #define HAVE_STRTOULL 1

| #define GNULIB_TEST_STRTOULL 1

| #define GNULIB_TEST_SYMLINK 1

| #define GNULIB_TEST_SYMLINKAT 1

| #define HAVE_RAW_DECL_FSTAT 1

| #define HAVE_RAW_DECL_FSTATAT 1

| #define HAVE_RAW_DECL_FUTIMENS 1

| #define HAVE_RAW_DECL_LSTAT 1

| #define HAVE_RAW_DECL_MKFIFO 1

| #define HAVE_RAW_DECL_MKNOD 1

| #define HAVE_RAW_DECL_STAT 1

| #define HAVE_RAW_DECL_UTIMENSAT 1

| #define HAVE_DECL_LOCALTIME_R 1

| #define GNULIB_TEST_TIME_R 1

| #define HAVE_TTYNAME_R 1

| #define HAVE_POSIXDECL_TTYNAME_R 1

| #define HAVE_TTYNAME 1

| #define GNULIB_TEST_TTYNAME_R 1

| #define HAVE_RAW_DECL_CHDIR 1

| #define HAVE_RAW_DECL_CHOWN 1

| #define HAVE_RAW_DECL_DUP 1

| #define HAVE_RAW_DECL_DUP2 1

| #define HAVE_RAW_DECL_FCHDIR 1

| #define HAVE_RAW_DECL_FCHOWNAT 1

| #define HAVE_RAW_DECL_FDATASYNC 1

| #define HAVE_RAW_DECL_FSYNC 1

| #define HAVE_RAW_DECL_FTRUNCATE 1

| #define HAVE_RAW_DECL_GETCWD 1

| #define HAVE_RAW_DECL_GETDTABLESIZE 1

| #define HAVE_RAW_DECL_GETGROUPS 1

| #define HAVE_RAW_DECL_GETHOSTNAME 1

| #define HAVE_RAW_DECL_GETLOGIN 1

| #define HAVE_RAW_DECL_GETLOGIN_R 1

| #define HAVE_RAW_DECL_GETPAGESIZE 1

| #define HAVE_RAW_DECL_GETUSERSHELL 1

| #define HAVE_RAW_DECL_SETUSERSHELL 1

| #define HAVE_RAW_DECL_ENDUSERSHELL 1

| #define HAVE_RAW_DECL_ISATTY 1

| #define HAVE_RAW_DECL_LCHOWN 1

| #define HAVE_RAW_DECL_LINK 1

| #define HAVE_RAW_DECL_LSEEK 1

| #define HAVE_RAW_DECL_PIPE 1

| #define HAVE_RAW_DECL_PREAD 1

| #define HAVE_RAW_DECL_PWRITE 1

| #define HAVE_RAW_DECL_READLINK 1

| #define HAVE_RAW_DECL_RMDIR 1

| #define HAVE_RAW_DECL_SLEEP 1

| #define HAVE_RAW_DECL_SYMLINK 1

| #define HAVE_RAW_DECL_TTYNAME_R 1

| #define HAVE_RAW_DECL_UNLINK 1

| #define HAVE_RAW_DECL_UNLINKAT 1

| #define HAVE_RAW_DECL_USLEEP 1

| #define GNULIB_TEST_UNLINK 1

| #define GNULIB_TEST_UNLINKAT 1

| #define USE_UNLOCKED_IO 1

| #define HAVE_UNLOCKPT 1

| #define GNULIB_TEST_UNLOCKPT 1

| #define HAVE_UNSETENV 1

| #define GNULIB_TEST_UNSETENV 1

| #define GNULIB_TEST_UTIMENSAT 1

| #define HAVE_VASPRINTF 1

| #define GNULIB_TEST_VASPRINTF 1

| #define HAVE_VSNPRINTF 1

| #define GNULIB_TEST_VSNPRINTF 1

| #define HAVE_RAW_DECL_BTOWC 1

| #define HAVE_RAW_DECL_WCTOB 1

| #define HAVE_RAW_DECL_MBSINIT 1

| #define HAVE_RAW_DECL_MBRTOWC 1

| #define HAVE_RAW_DECL_MBRLEN 1

| #define HAVE_RAW_DECL_MBSRTOWCS 1

| #define HAVE_RAW_DECL_WCRTOMB 1

| #define HAVE_RAW_DECL_WCSRTOMBS 1

| #define HAVE_RAW_DECL_WCWIDTH 1

| #define HAVE_RAW_DECL_WMEMCHR 1

| #define HAVE_RAW_DECL_WMEMCMP 1

| #define HAVE_RAW_DECL_WMEMCPY 1

| #define HAVE_RAW_DECL_WMEMMOVE 1

| #define HAVE_RAW_DECL_WMEMSET 1

| #define HAVE_RAW_DECL_WCSLEN 1

| #define HAVE_RAW_DECL_WCSCPY 1

| #define HAVE_RAW_DECL_WCSNCPY 1

| #define HAVE_RAW_DECL_WCSCAT 1

| #define HAVE_RAW_DECL_WCSNCAT 1

| #define HAVE_RAW_DECL_WCSCMP 1

| #define HAVE_RAW_DECL_WCSNCMP 1

| #define HAVE_RAW_DECL_WCSCOLL 1

| #define HAVE_RAW_DECL_WCSXFRM 1

| #define HAVE_RAW_DECL_WCSCHR 1

| #define HAVE_RAW_DECL_WCSRCHR 1

| #define HAVE_RAW_DECL_WCSCSPN 1

| #define HAVE_RAW_DECL_WCSSPN 1

| #define HAVE_RAW_DECL_WCSPBRK 1

| #define HAVE_RAW_DECL_WCSSTR 1

| #define HAVE_RAW_DECL_WCSTOK 1

| #define HAVE_RAW_DECL_WCSWIDTH 1

| #define GNULIB_TEST_WCRTOMB 1

| #define HAVE_TOWLOWER 1

| #define HAVE_RAW_DECL_WCTYPE 1

| #define HAVE_RAW_DECL_ISWCTYPE 1

| #define HAVE_RAW_DECL_WCTRANS 1

| #define HAVE_RAW_DECL_TOWCTRANS 1

| #define HAVE_DECL_WCWIDTH 1

| #define GNULIB_TEST_WCWIDTH 1

| #define GNULIB_TEST_WRITE 1

| #define HAVE_STDINT_H 1

| #define TIME_WITH_SYS_TIME 1

| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1

| #define HAVE_ST_BLKSIZE 1

| #define 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_DECL_GETGRGID 1

| #define HAVE_DECL_GETPWUID 1

| #define HAVE_DECL_TIME 1

| #define HAVE_WAITPID 1

| #define REMOTE_SHELL "/usr/bin/rsh"

| #define COMPRESS_PROGRAM "compress"

| #define GZIP_PROGRAM "gzip"

| #define BZIP2_PROGRAM "bzip2"

| #define LZIP_PROGRAM "lzip"

| #define LZMA_PROGRAM "lzma"

| #define LZOP_PROGRAM "lzop"

| #define XZ_PROGRAM "xz"

| #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT

| #define DEFAULT_ARCHIVE "-"

| #define DEFAULT_BLOCKING 20

| #define DEFAULT_QUOTING_STYLE escape_quoting_style

| #define HAVE_ICONV 1

| #define ICONV_CONST const

| #define HAVE_ICONV_H 1

| #define HAVE_ICONV 1

| #define ENABLE_NLS 1

| #define HAVE_GETTEXT 1

| #define HAVE_DCGETTEXT 1

|

| configure: exit 0

 

 


reply via email to

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