## ------------------------ ## ## GNU tar 1.28 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2014-07-27 Sergey Poznyakoff | | Version 1.28 | | 2014-07-27 Nathan Stratton Treadway | | Minor change in docstrings. nor ch# | | Restructure the remfiles testsuite. | ## --------- ## ## Platform. ## ## --------- ## hostname = falla uname -m = x86_64 uname -r = 10.1-0-amd64 uname -s = GNU/kFreeBSD uname -v = #0 Tue, 07 Apr 2015 22:13:19 +0100 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/locutusofborg/tar-1.28/tests PATH: /home/locutusofborg/tar-1.28/src PATH: /home/locutusofborg/tar-1.28/build-aux PATH: /home/locutusofborg/tar-1.28 PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games 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='/home/locutusofborg/tar-1.28/tests' | at_srcdir='.' | abs_srcdir='/home/locutusofborg/tar-1.28/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/locutusofborg/tar-1.28' | at_top_build_prefix='../' | abs_top_builddir='/home/locutusofborg/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 . | | PATH=/home/locutusofborg/tar-1.28/tests:/home/locutusofborg/tar-1.28/src:/home/locutusofborg/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. ## ## ---------------- ## ./testsuite.at:180: /home/locutusofborg/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 . 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: Tue Nov 10 08:37:41 UTC 2015 1. tar version (version.at:19): ok (0m0.000s 0m0.006s) 2. decompressing from stdin (pipe.at:29): ok (0m0.048s 0m0.083s) 3. mixing options (options.at:24): ok (0m0.000s 0m0.006s) 4. interspersed options (options02.at:26): ok (0m0.000s 0m0.008s) 5. occurrence compatibility (opcomp01.at:21): ok (0m0.000s 0m0.004s) 6. occurrence compatibility (opcomp02.at:21): ok (0m0.000s 0m0.005s) 7. --verify compatibility (opcomp03.at:21): ok (0m0.000s 0m0.004s) 8. compress option compatibility (opcomp04.at:21): ok (0m0.000s 0m0.015s) 9. --pax-option compatibility (opcomp05.at:21): ok (0m0.000s 0m0.004s) 10. --pax-option compatibility (opcomp06.at:21): skipped (opcomp06.at:24) 11. multiple file lists (T-mult.at:21): ok (0m0.008s 0m0.008s) 12. nested file lists (T-nest.at:21): ok (0m0.006s 0m0.011s) 13. recursive file lists (T-rec.at:21): ok (0m0.007s 0m0.015s) 14. -C in file lists (T-cd.at:21): ok (0m0.010s 0m0.010s) 15. empty entries (T-empty.at:26): ok (0m0.000s 0m0.016s) 16. 0-separated file without -0 (T-null.at:21): ok (0m0.000s 0m0.021s) 17. empty file (T-zfile.at:26): ok (0m0.018s 0m0.009s) 18. entries with missing newlines (T-nonl.at:27): ok (0m0.008s 0m0.015s) 19. recursive extraction from --files-from (T-dir00.at:28): ok (0m0.036s 0m0.072s) 20. trailing slash in --files-from (T-dir01.at:28): ok (0m0.043s 0m0.068s) 21. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.025s 0m0.051s) 22. tar cvf - (verbose.at:26): ok (0m0.016s 0m0.057s) 23. gzip (gzip.at:24): ok (0m0.005s 0m0.005s) 24. recurse (recurse.at:21): ok (0m0.024s 0m0.065s) 25. recurse: toggle (recurs02.at:30): ok (0m0.039s 0m0.039s) 26. short records (shortrec.at:25): ok (0m0.050s 0m0.099s) 27. terminal input (iotty.at:26): ok (0m0.034s 0m0.086s) 28. working -C with --same-order (same-order01.at:26): ok (0m0.044s 0m0.078s) 29. multiple -C options (same-order02.at:25): ok (0m0.041s 0m0.068s) 30. append (append.at:21): ok (0m0.022s 0m0.060s) 31. appending files with long names (append01.at:29): ok (0m0.034s 0m0.042s) 32. append vs. create (append02.at:54): ok (0m0.055s 0m0.047s) 33. append with name transformation (append03.at:21): ok (0m0.008s 0m0.084s) 34. append with verify (append04.at:29): ok (0m0.033s 0m0.066s) 35. transforming hard links on create (xform-h.at:30): ok (0m0.051s 0m0.101s) 36. transformations and GNU volume labels (xform01.at:26): ok (0m0.000s 0m0.013s) 37. exclude (exclude.at:23): ok (0m0.035s 0m0.044s) 38. exclude wildcards (exclude01.at:19): ok (0m0.083s 0m0.158s) 39. exclude: anchoring (exclude02.at:19): ok (0m0.048s 0m0.210s) 40. exclude: wildcards match slash (exclude03.at:19): ok (0m0.066s 0m0.164s) 41. exclude: case insensitive (exclude04.at:19): ok (0m0.046s 0m0.185s) 42. exclude: lots of excludes (exclude05.at:21): ok (0m17.616s 0m2.152s) 43. exclude: long files in pax archives (exclude06.at:26): ok (0m0.012s 0m0.035s) 44. exclude: --exclude-backups option (exclude07.at:19): ok (0m0.017s 0m0.075s) 45. --exclude-tag option (exclude08.at:36): ok (0m0.027s 0m0.081s) 46. --exclude-tag option and --listed-incremental (exclude09.at:37): ok (0m0.000s 0m0.022s) 47. --exclude-tag option in incremental pass (exclude10.at:38): ok (0m0.000s 0m0.034s) 48. --exclude-tag-under option (exclude11.at:36): ok (0m0.027s 0m0.081s) 49. --exclude-tag-under and --listed-incremental (exclude12.at:37): ok (0m0.006s 0m0.017s) 50. --exclude-tag-under option in incremental pass (exclude13.at:39): ok (0m0.012s 0m0.024s) 51. --exclude-tag-all option (exclude14.at:36): ok (0m0.016s 0m0.090s) 52. --exclude-tag-all and --listed-incremental (exclude15.at:36): ok (0m0.000s 0m0.021s) 53. --exclude-tag-all option in incremental pass (exclude16.at:38): ok (0m0.020s 0m0.013s) 54. deleting a member after a big one (delete01.at:23): ok (0m0.028s 0m0.057s) 55. deleting a member from stdin archive (delete02.at:23): ok (0m0.027s 0m0.087s) 56. deleting members with long names (delete03.at:21): ok (0m0.023s 0m0.069s) 57. deleting a large last member (delete04.at:23): ok (0m0.068s 0m0.099s) 58. deleting non-existing member (delete05.at:27): ok (0m0.042s 0m0.049s) 59. extract over an existing directory (extrac01.at:23): ok (0m0.013s 0m0.051s) 60. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.031s 0m0.046s) 61. extraction loops (extrac03.at:23): ok (0m0.017s 0m0.050s) 62. extract + fnmatch (extrac04.at:23): ok (0m0.043s 0m0.096s) 63. extracting selected members from pax (extrac05.at:30): ok (0m0.006s 0m0.018s) 64. mode of extracted directories (extrac06.at:34): ok (0m0.052s 0m0.074s) 65. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.026s 0m0.000s) 66. restoring mode on existing directory (extrac08.at:33): ok (0m0.016s 0m0.070s) 67. extracting even when . and .. are unreadable (extrac09.at:34): ok (0m0.013s 0m0.013s) 68. -C and delayed setting of metadata (extrac10.at:29): ok (0m0.000s 0m0.016s) 69. scarce file descriptors (extrac11.at:25): ok (0m0.006s 0m0.052s) 70. extract dot permissions (extrac12.at:25): ok (0m0.000s 0m0.018s) 71. extract over symlinks (extrac13.at:26): ok (0m0.013s 0m0.026s) 72. extract -C symlink (extrac14.at:25): ok (0m0.005s 0m0.010s) 73. extract parent mkdir failure (extrac15.at:25): ok (0m0.007s 0m0.014s) 74. extract empty directory with -C (extrac16.at:26): ok (0m0.000s 0m0.014s) 75. name matching/transformation ordering (extrac17.at:21): ok (0m0.037s 0m0.051s) 76. keep-old-files (extrac18.at:34): ok (0m0.019s 0m0.070s) 77. skip-old-files (extrac19.at:21): ok (0m0.023s 0m0.060s) 78. extracting existing dir with --backup (backup01.at:33): ok (0m0.009s 0m0.062s) 79. single-volume label (label01.at:21): ok (0m0.021s 0m0.028s) 80. multi-volume label (label02.at:21): ok (0m0.015s 0m0.038s) 81. test-label option (label03.at:27): ok (0m0.024s 0m0.078s) 82. label with non-create option (label04.at:27): ok (0m0.018s 0m0.036s) 83. label with non-create option (label05.at:24): ok (0m0.006s 0m0.047s) 84. incremental (incremental.at:23): ok (0m0.046s 0m0.064s) 85. restore broken symlinks from incremental (incr01.at:27): ok (0m0.024s 0m0.064s) 86. restoring timestamps from incremental (incr02.at:32): ok (0m0.025s 0m0.084s) 87. --listed for individual files (listed01.at:26): ok (0m0.026s 0m0.061s) 88. working --listed (listed02.at:28): ok (0m0.063s 0m0.149s) 89. incremental dump when the parent directory is unreadable (listed03.at:24): skipped (listed03.at:27) 90. --listed-incremental and --one-file-system (listed04.at:26): ok (0m0.005s 0m0.011s) 91. --listed-incremental and remounted directories (listed05.at:33): skipped (listed05.at:36) 92. renamed files in incrementals (incr03.at:28): ok (0m0.092s 0m0.109s) 93. proper icontents initialization (incr04.at:29): ok (0m0.024s 0m0.177s) 94. incremental dumps with -C (incr05.at:21): ok (0m0.021s 0m0.041s) 95. incremental dumps of nested directories (incr06.at:21): ok (0m0.010s 0m0.098s) 96. incremental restores with -C (incr07.at:18): ok (0m0.051s 0m0.090s) 97. filename normalization (incr08.at:38): ok (0m0.004s 0m0.026s) 98. incremental with alternating -C (incr09.at:26): ok (0m0.017s 0m0.009s) 99. file removed as we read it (ca. 22 seconds) (filerem01.at:36): ok (0m0.007s 0m0.037s) 100. toplevel file removed (ca. 24 seconds) (filerem02.at:26): ok (0m0.017s 0m0.052s) 101. renamed dirs in incrementals (rename01.at:24): ok (0m0.007s 0m0.126s) 102. move between hierarchies (rename02.at:24): ok (0m0.047s 0m0.141s) 103. cyclic renames (rename03.at:23): ok (0m0.083s 0m0.113s) 104. renamed directory containing subdirectories (rename04.at:27): ok (0m0.051s 0m0.076s) 105. renamed subdirectories (rename05.at:24): ok (0m0.015s 0m0.108s) 106. changed file types in incrementals (chtype.at:27): ok (0m0.058s 0m0.131s) 107. ignfail (ignfail.at:23): ok (0m0.023s 0m0.130s) 108. link count gt 2 (link01.at:33): ok (0m0.026s 0m0.102s) 109. preserve hard links with --remove-files (link02.at:32): ok (0m0.025s 0m0.093s) 110. working -l with --remove-files (link03.at:24): ok (0m0.066s 0m0.125s) 111. link count is 1 but multiple occurrences (link04.at:29): ok (0m0.058s 0m0.099s) 112. long names in V7 archives (longv7.at:24): ok (0m0.000s 0m0.015s) 113. long file names divisible by block size (long01.at:28): ok (0m0.015s 0m0.052s) 114. ustar: unsplittable file name (lustar01.at:21): ok (0m0.000s 0m0.010s) 115. ustar: unsplittable path name (lustar02.at:21): ok (0m0.006s 0m0.018s) 116. ustar: splitting long names (lustar03.at:21): ok (0m0.017s 0m0.011s) 117. old archives (old.at:23): ok (0m0.004s 0m0.004s) 118. time: tricky time stamps (time01.at:20): ok (0m0.137s 0m0.734s) 119. multivolume dumps from pipes (multiv01.at:24): ok (0m0.031s 0m0.039s) 120. skipping a straddling member (multiv02.at:28): ok (0m0.008s 0m0.057s) 121. MV archive & long filenames (multiv03.at:30): ok (0m0.032s 0m0.042s) 122. split directory members in a MV archive (multiv04.at:36): ok (0m0.070s 0m0.312s) 123. Restoring after an out of sync volume (multiv05.at:26): ok (0m0.011s 0m0.053s) 124. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.012s 0m0.025s) 125. volumes split at an extended header (multiv07.at:28): skipped (multiv07.at:31) 126. multivolume header creation (multiv08.at:25): ok (0m0.000s 0m0.020s) 127. --owner and --group (owner.at:21): ok (0m0.008s 0m0.008s) 128. sparse files (sparse01.at:21): ok (0m0.061s 0m0.115s) 129. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.040s 0m0.111s) 130. storing sparse files > 8G (sparse03.at:21): ok (0m21.442s 0m54.949s) 131. storing long sparse file names (sparse04.at:21): ok (0m0.029s 0m0.036s) 132. sparse files in MV archives (sparsemv.at:21): ok (0m0.048s 0m0.062s) 133. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.012s 0m0.049s) 134. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.010s 0m0.038s) 135. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.007s 0m0.049s) 136. update unchanged directories (update.at:28): ok (0m0.029s 0m0.109s) 137. update directories (update01.at:29): ok (0m0.070s 0m0.114s) 138. update changed files (update02.at:26): ok (0m0.074s 0m0.110s) 139. verify (verify.at:25): ok (0m0.022s 0m0.034s) 140. volume (volume.at:23): ok (0m0.006s 0m0.030s) 141. volume header size (volsize.at:29): skipped (volsize.at:32) 142. compressed format recognition (comprec.at:21): ok (0m0.036s 0m0.072s) 143. short input files (shortfile.at:26): ok (0m0.009s 0m0.000s) 144. updating short archives (shortupd.at:31): ok (0m0.000s 0m0.043s) 145. truncate (truncate.at:29): ok (0m0.056s 0m0.112s) 146. grow (grow.at:24): ok (0m0.926s 0m1.124s) 147. sigpipe handling (sigpipe.at:21): ok (0m0.000s 0m0.017s) 148. remove-files with compression (remfiles01.at:28): ok (0m0.012s 0m0.023s) 149. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.004s 0m0.020s) 150. remove-files with symbolic links (remfiles03.at:28): ok (0m0.006s 0m0.006s) 151. remove-files with -C:rel in -c/non-incr. mode (remfiles04a.at:25): ok (0m0.000s 0m0.017s) 152. remove-files with -C:rel in -c/incr. mode (remfiles04b.at:33): ok (0m0.008s 0m0.008s) 153. remove-files with -C:rel in -r mode (remfiles04c.at:33): ok (0m0.000s 0m0.022s) 154. remove-files with -C:rel,rel in -c/non-incr. mode (remfiles05a.at:34): ok (0m0.000s 0m0.020s) 155. remove-files with -C:rel,rel in -c/incr. mode (remfiles05b.at:25): ok (0m0.000s 0m0.021s) 156. remove-files with -C:rel,rel in -r mode (remfiles05c.at:25): ok (0m0.026s 0m0.000s) 157. remove-files with -C:rel,abs in -c/non-incr. mode (remfiles06a.at:25): ok (0m0.000s 0m0.021s) 158. remove-files with -C:rel,abs in -c/incr. mode (remfiles06b.at:25): ok (0m0.010s 0m0.010s) 159. remove-files with -C:rel,abs in -r mode (remfiles06c.at:25): ok (0m0.000s 0m0.027s) 160. remove-files with -C:abs,rel in -c/non-incr. mode (remfiles07a.at:25): ok (0m0.011s 0m0.011s) 161. remove-files with -C:abs,rel in -c/incr. mode (remfiles07b.at:25): ok (0m0.000s 0m0.021s) 162. remove-files with -C:abs,rel in -r mode (remfiles07c.at:25): ok (0m0.000s 0m0.027s) 166. remove-files on full directory in -c/non-incr. mode (remfiles09a.at:25): ok (0m0.007s 0m0.007s) 168. remove-files on full directory in -r mode (remfiles09c.at:25): ok (0m0.000s 0m0.026s) 169. remove-files (remfiles10.at:20): ok (0m0.005s 0m0.010s) 170. xattrs: basic functionality (xattr01.at:25): skipped (xattr01.at:28) 171. xattrs: change directory with -C option (xattr02.at:25): skipped (xattr02.at:28) 172. xattrs: trusted.* attributes (xattr03.at:25): skipped (xattr03.at:28) 173. xattrs: s/open/openat/ regression (xattr04.at:26): skipped (xattr04.at:29) 174. xattrs: keywords with '=' and '%' (xattr05.at:28): skipped (xattr05.at:31) 175. acls: basic functionality (acls01.at:25): skipped (acls01.at:28) 176. acls: work with -C (acls02.at:25): skipped (acls02.at:28) 177. acls: default ACLs (acls03.at:30): skipped (acls03.at:47) 178. selinux: basic store/restore (selnx01.at:25): skipped (selnx01.at:28) 179. acls/selinux: special files & fifos (selacl01.at:25): skipped (selacl01.at:28) 180. capabilities: binary store/restore (capabs_raw01.at:25): skipped (capabs_raw01.at:28) 181. tar --one-top-level (onetop01.at:21): ok (0m0.024s 0m0.088s) 182. tar --one-top-level --show-transformed (onetop02.at:21): ok (0m0.008s 0m0.107s) 183. tar --one-top-level --transform (onetop03.at:21): ok (0m0.021s 0m0.094s) 184. tar --one-top-level --transform (onetop04.at:21): ok (0m0.036s 0m0.064s) 185. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26) 186. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26) 187. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26) 188. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26) 189. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26) 190. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26) testsuite: ending at: Tue Nov 10 08:42:35 UTC 2015 testsuite: test suite duration: 0h 4m 54s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 168 tests were run, 4 failed (2 expected failures). 22 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 163: remfiles08a.at:28 remove-files deleting two subdirs in -c/non-incr. mode create remove-files remfiles08 remfiles08a 165: 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: listed03.at:24 incremental dump when the parent directory is unreadable listed incremental listed03 91: listed05.at:33 --listed-incremental and remounted directories listed incremental listed05 125: multiv07.at:28 volumes split at an extended header multivolume multiv multiv07 xsplit 141: volsize.at:29 volume header size volume volsize 170: xattr01.at:25 xattrs: basic functionality xattrs xattr01 171: xattr02.at:25 xattrs: change directory with -C option xattrs xattr02 172: xattr03.at:25 xattrs: trusted.* attributes xattrs xattr03 173: xattr04.at:26 xattrs: s/open/openat/ regression xattrs xattr04 174: xattr05.at:28 xattrs: keywords with '=' and '%' xattrs xattr05 175: acls01.at:25 acls: basic functionality xattrs acls acls01 176: acls02.at:25 acls: work with -C xattrs acls acls02 177: acls03.at:30 acls: default ACLs xattrs acls acls03 178: selnx01.at:25 selinux: basic store/restore xattrs selinux selnx01 179: selacl01.at:25 acls/selinux: special files & fifos xattrs selinux acls selacls01 180: capabs_raw01.at:25 capabilities: binary store/restore xattrs capabilities capabs_raw01 185: gtarfail.at:21 gtarfail star gtarfail 186: gtarfail2.at:21 gtarfail2 star gtarfail2 187: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 188: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 189: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 190: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 163. remfiles08a.at:28: testing remove-files deleting two subdirs in -c/non-incr. mode ... ./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 . ) --- - 2015-11-10 08:42:33.239849896 +0000 +++ /home/locutusofborg/tar-1.28/tests/testsuite.dir/at-groups/163/stdout 2015-11-10 08:42:33.000000000 +0000 @@ -5,5 +5,6 @@ ./bar_file B . +./bar ./foo.tar 163. remfiles08a.at:28: 163. remove-files deleting two subdirs in -c/non-incr. mode (remfiles08a.at:28): FAILED (remfiles08a.at:31) # -*- compilation -*- 165. remfiles08c.at:28: testing remove-files deleting two subdirs in -r mode ... ./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 . ) --- - 2015-11-10 08:42:33.332717110 +0000 +++ /home/locutusofborg/tar-1.28/tests/testsuite.dir/at-groups/165/stdout 2015-11-10 08:42:33.000000000 +0000 @@ -12,5 +12,6 @@ ./bar_file C . +./bar ./foo.tar 165. remfiles08c.at:28: 165. 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 | | $ ./configure --prefix=/usr --libexecdir=/usr/lib/tar --enable-backup-scripts --with-lzma=xz --disable-silent-rules | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = falla | uname -m = x86_64 | uname -r = 10.1-0-amd64 | uname -s = GNU/kFreeBSD | uname -v = #0 Tue, 07 Apr 2015 22:13:19 +0100 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/local/games | PATH: /usr/games | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:3594: checking for a BSD-compatible install | configure:3662: result: /usr/bin/install -c | configure:3673: checking whether build environment is sane | configure:3728: result: yes | configure:3879: checking for a thread-safe mkdir -p | configure:3918: result: /bin/mkdir -p | configure:3925: checking for gawk | configure:3955: result: no | configure:3925: checking for mawk | configure:3941: found /usr/bin/mawk | configure:3952: result: mawk | configure:3963: checking whether make sets $(MAKE) | configure:3985: result: yes | configure:4014: checking whether make supports nested variables | configure:4031: result: yes | configure:4120: checking whether UID '3361' is supported by ustar format | configure:4123: result: yes | configure:4130: checking whether GID '3361' is supported by ustar format | configure:4133: result: yes | configure:4141: checking how to create a ustar tar archive | configure:4152: tar --version | tar (GNU tar) 1.27.1 | Copyright (C) 2013 Free Software Foundation, Inc. | License GPLv3+: GNU GPL version 3 or later . | This is free software: you are free to change and redistribute it. | There is NO WARRANTY, to the extent permitted by law. | | Written by John Gilmore and Jay Fenlason. | configure:4155: $? = 0 | configure:4195: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:4198: $? = 0 | configure:4202: tar -xf - &5 | gcc (Debian 5.2.1-23) 5.2.1 20151028 | Copyright (C) 2015 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:4702: $? = 0 | configure:4691: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-kfreebsd-gnu/5/lto-wrapper | Target: x86_64-kfreebsd-gnu | Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-23' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --disable-libitm --disable-libsanitizer --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-kfreebsd-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-kfreebsd-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-kfreebsd-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-kfreebsd-gnu --host=x86_64-kfreebsd-gnu --target=x86_64-kfreebsd-gnu | Thread model: posix | gcc version 5.2.1 20151028 (Debian 5.2.1-23) | configure:4702: $? = 0 | configure:4691: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:4702: $? = 1 | configure:4691: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:4702: $? = 1 | configure:4722: checking whether the C compiler works | configure:4744: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 | configure:4748: $? = 0 | configure:4796: result: yes | configure:4799: checking for C compiler default output file name | configure:4801: result: a.out | configure:4807: checking for suffix of executables | configure:4814: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 | configure:4818: $? = 0 | configure:4840: result: | configure:4862: checking whether we are cross compiling | configure:4870: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 | configure:4874: $? = 0 | configure:4881: ./conftest | configure:4885: $? = 0 | configure:4900: result: no | configure:4905: checking for suffix of object files | configure:4927: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:4931: $? = 0 | configure:4952: result: o | configure:4956: checking whether we are using the GNU C compiler | configure:4975: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:4975: $? = 0 | configure:4984: result: yes | configure:4993: checking whether gcc accepts -g | configure:5013: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5013: $? = 0 | configure:5054: result: yes | configure:5071: checking for gcc option to accept ISO C89 | configure:5134: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5134: $? = 0 | configure:5147: result: none needed | configure:5172: checking whether gcc understands -c and -o together | configure:5194: gcc -c conftest.c -o conftest2.o | configure:5197: $? = 0 | configure:5194: gcc -c conftest.c -o conftest2.o | configure:5197: $? = 0 | configure:5209: result: yes | configure:5228: checking dependency style of gcc | configure:5339: result: gcc3 | configure:5358: checking for gcc option to accept ISO C99 | configure:5507: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'test_varargs': | conftest.c:82:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable] | float fnumber; | ^ | conftest.c:81:7: warning: variable 'number' set but not used [-Wunused-but-set-variable] | int number; | ^ | conftest.c:80:15: warning: variable 'str' set but not used [-Wunused-but-set-variable] | const char *str; | ^ | configure:5507: $? = 0 | configure:5520: result: none needed | configure:5628: checking for gcc option to accept ISO Standard C | configure:5639: result: none needed | configure:5690: checking for ranlib | configure:5706: found /usr/bin/ranlib | configure:5717: result: ranlib | configure:5743: checking for bison | configure:5773: result: no | configure:5743: checking for byacc | configure:5773: result: no | configure:5788: checking how to run the C preprocessor | configure:5819: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:5819: $? = 0 | configure:5833: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:5833: $? = 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 | configure:5858: result: gcc -E | configure:5878: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:5878: $? = 0 | configure:5892: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:5892: $? = 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 | configure:5921: checking for grep that handles long lines and -e | configure:5979: result: /bin/grep | configure:5984: checking for egrep | configure:6046: result: /bin/grep -E | configure:6053: checking for Minix Amsterdam compiler | configure:6077: result: no | configure:6129: checking for ar | configure:6145: found /usr/bin/ar | configure:6156: result: ar | configure:6290: checking for ANSI C header files | configure:6310: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6310: $? = 0 | configure:6383: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 | configure:6383: $? = 0 | configure:6383: ./conftest | configure:6383: $? = 0 | configure:6394: result: yes | configure:6407: checking for sys/types.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for sys/stat.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for stdlib.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for string.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for memory.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for strings.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for inttypes.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for stdint.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6407: checking for unistd.h | configure:6407: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6407: $? = 0 | configure:6407: result: yes | configure:6420: checking minix/config.h usability | configure:6420: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:54:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:6420: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6420: result: no | configure:6420: checking minix/config.h presence | configure:6420: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | conftest.c:21:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:6420: $? = 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 | configure:6420: result: no | configure:6420: checking for minix/config.h | configure:6420: result: no | configure:6444: checking whether it is safe to define __EXTENSIONS__ | configure:6462: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6462: $? = 0 | configure:6469: result: yes | configure:6484: checking whether _XOPEN_SOURCE should be defined | configure:6503: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6503: $? = 0 | configure:6527: result: no | configure:6539: checking for _LARGEFILE_SOURCE value needed for large files | configure:6558: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 | configure:6558: $? = 0 | configure:6586: result: no | configure:6614: checking for special C compiler options needed for large files | configure:6659: result: no | configure:6665: checking for _FILE_OFFSET_BITS value needed for large files | configure:6690: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6690: $? = 0 | configure:6722: result: no | configure:7185: checking for special C compiler options needed for large files | configure:7230: result: no | configure:7236: checking for _FILE_OFFSET_BITS value needed for large files | configure:7293: result: no | configure:7380: checking for inline | configure:7396: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7396: $? = 0 | configure:7404: result: inline | configure:7429: checking for fcntl.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for linux/fd.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:65:22: fatal error: linux/fd.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for memory.h | configure:7429: result: yes | configure:7429: checking for net/errno.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:66:23: fatal error: net/errno.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for sgtty.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for string.h | configure:7429: result: yes | configure:7429: checking for sys/param.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for sys/device.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:69:24: fatal error: sys/device.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for sys/gentape.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:69:25: fatal error: sys/gentape.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for sys/inet.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:69:22: fatal error: sys/inet.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for sys/io/trioctl.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:69:28: fatal error: sys/io/trioctl.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for sys/mtio.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for sys/time.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for sys/tprintf.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:71:25: fatal error: sys/tprintf.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for sys/tape.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:71:22: fatal error: sys/tape.h: No such file or directory | compilation terminated. | configure:7429: $? = 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for unistd.h | configure:7429: result: yes | configure:7429: checking for locale.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for features.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for linewrap.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:74:22: fatal error: linewrap.h: No such file or directory | compilation terminated. | configure:7429: $? = 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_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for sys/socket.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for dirent.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for wctype.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for stdio_ext.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for sys/stat.h | configure:7429: result: yes | configure:7429: checking for getopt.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for wchar.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for stdint.h | configure:7429: result: yes | configure:7429: checking for inttypes.h | configure:7429: result: yes | configure:7429: checking for langinfo.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for xlocale.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for sys/mman.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for priv.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:86:18: fatal error: priv.h: No such file or directory | compilation terminated. | configure:7429: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for malloc.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for selinux/selinux.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:87:29: fatal error: selinux/selinux.h: No such file or directory | compilation terminated. | configure:7429: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:7429: result: no | configure:7429: checking for strings.h | configure:7429: result: yes | configure:7429: checking for sysexits.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for utime.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for netdb.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for sys/wait.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for pwd.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7429: checking for grp.h | configure:7429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7429: $? = 0 | configure:7429: result: yes | configure:7478: checking for sys/buf.h | configure:7478: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7478: $? = 0 | configure:7478: result: yes | configure:7492: checking whether sys/types.h defines makedev | configure:7508: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 | configure:7508: $? = 0 | configure:7517: result: yes | configure:7543: checking for st_fstype string in struct stat | configure:7560: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:66:17: error: 'struct stat' has no member named 'st_fstype' | struct stat s; s.st_fstype[0] = 'x'; | ^ | conftest.c:66:13: warning: variable 's' set but not used [-Wunused-but-set-variable] | struct stat s; s.st_fstype[0] = 'x'; | ^ | configure:7560: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 | | #include | | int | | main () | | { | | struct stat s; s.st_fstype[0] = 'x'; | | ; | | return 0; | | } | configure:7568: result: no | configure:7590: checking sys/acl.h usability | configure:7590: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7590: $? = 0 | configure:7590: result: yes | configure:7590: checking sys/acl.h presence | configure:7590: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:7590: $? = 0 | configure:7590: result: yes | configure:7590: checking for sys/acl.h | configure:7590: result: yes | configure:7607: checking for library containing acl_get_file | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 | /tmp/ccvXIbXm.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:73: undefined reference to `acl_get_file' | collect2: error: ld returned 1 exit status | configure:7638: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 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:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: -lacl | configure:7607: checking for library containing acl_get_fd | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: none required | configure:7607: checking for library containing acl_set_file | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: none required | configure:7607: checking for library containing acl_set_fd | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: none required | configure:7607: checking for library containing acl_to_text | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: none required | configure:7607: checking for library containing acl_from_text | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: none required | configure:7607: checking for library containing acl_delete_def_file | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: none required | configure:7607: checking for library containing acl_free | configure:7638: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7638: $? = 0 | configure:7656: result: none required | configure:7677: checking for mode_t | configure:7677: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7677: $? = 0 | configure:7677: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:99:21: error: expected expression before ')' token | if (sizeof ((mode_t))) | ^ | configure:7677: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((mode_t))) | | return 0; | | ; | | return 0; | | } | configure:7677: result: yes | configure:7688: checking for pid_t | configure:7688: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7688: $? = 0 | configure:7688: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:99:20: error: expected expression before ')' token | if (sizeof ((pid_t))) | ^ | configure:7688: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((pid_t))) | | return 0; | | ; | | return 0; | | } | configure:7688: result: yes | configure:7699: checking for off_t | configure:7699: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7699: $? = 0 | configure:7699: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:99:20: error: expected expression before ')' token | if (sizeof ((off_t))) | ^ | configure:7699: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((off_t))) | | return 0; | | ; | | return 0; | | } | configure:7699: result: yes | configure:7710: checking for uid_t in sys/types.h | configure:7729: result: yes | configure:7740: checking for major_t | configure:7740: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:99:13: error: 'major_t' undeclared (first use in this function) | if (sizeof (major_t)) | ^ | conftest.c:99:13: note: each undeclared identifier is reported only once for each function it appears in | configure:7740: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof (major_t)) | | return 0; | | ; | | return 0; | | } | configure:7740: result: no | configure:7749: checking for minor_t | configure:7749: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:100:13: error: 'minor_t' undeclared (first use in this function) | if (sizeof (minor_t)) | ^ | conftest.c:100:13: note: each undeclared identifier is reported only once for each function it appears in | configure:7749: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof (minor_t)) | | return 0; | | ; | | return 0; | | } | configure:7749: result: no | configure:7758: checking for dev_t | configure:7758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7758: $? = 0 | configure:7758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:101:20: error: expected expression before ')' token | if (sizeof ((dev_t))) | ^ | configure:7758: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((dev_t))) | | return 0; | | ; | | return 0; | | } | configure:7758: result: yes | configure:7769: checking for ino_t | configure:7769: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7769: $? = 0 | configure:7769: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:101:20: error: expected expression before ')' token | if (sizeof ((ino_t))) | ^ | configure:7769: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((ino_t))) | | return 0; | | ; | | return 0; | | } | configure:7769: result: yes | configure:7782: checking for ssize_t | configure:7799: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7799: $? = 0 | configure:7806: result: yes | configure:7824: checking for size_t | configure:7824: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:7824: $? = 0 | configure:7824: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:101:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:7824: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:7824: result: yes | configure:7837: checking for working alloca.h | configure:7854: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7854: $? = 0 | configure:7862: result: yes | configure:7870: checking for alloca | configure:7907: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:7907: $? = 0 | configure:7915: result: yes | configure:8025: checking for C/C++ restrict keyword | configure:8050: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8050: $? = 0 | configure:8058: result: __restrict | configure:8071: checking whether clearerr_unlocked is declared | configure:8071: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8071: $? = 0 | configure:8071: result: yes | configure:8082: checking whether feof_unlocked is declared | configure:8082: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8082: $? = 0 | configure:8082: result: yes | configure:8093: checking whether ferror_unlocked is declared | configure:8093: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8093: $? = 0 | configure:8093: result: yes | configure:8104: checking whether fflush_unlocked is declared | configure:8104: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8104: $? = 0 | configure:8104: result: yes | configure:8115: checking whether fgets_unlocked is declared | configure:8115: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8115: $? = 0 | configure:8115: result: yes | configure:8126: checking whether fputc_unlocked is declared | configure:8126: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8126: $? = 0 | configure:8126: result: yes | configure:8137: checking whether fputs_unlocked is declared | configure:8137: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8137: $? = 0 | configure:8137: result: yes | configure:8148: checking whether fread_unlocked is declared | configure:8148: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8148: $? = 0 | configure:8148: result: yes | configure:8159: checking whether fwrite_unlocked is declared | configure:8159: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8159: $? = 0 | configure:8159: result: yes | configure:8170: checking whether getc_unlocked is declared | configure:8170: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8170: $? = 0 | configure:8170: result: yes | configure:8181: checking whether getchar_unlocked is declared | configure:8181: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8181: $? = 0 | configure:8181: result: yes | configure:8192: checking whether putc_unlocked is declared | configure:8192: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8192: $? = 0 | configure:8192: result: yes | configure:8203: checking whether putchar_unlocked is declared | configure:8203: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8203: $? = 0 | configure:8203: result: yes | configure:8220: checking for flockfile | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for funlockfile | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for pathconf | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for btowc | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for canonicalize_file_name | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for getcwd | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for readlink | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for realpath | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for readlinkat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for chown | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for fchown | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for _set_invalid_parameter_handler | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | /tmp/cc9dZsi6.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:126: undefined reference to `_set_invalid_parameter_handler' | collect2: error: ld returned 1 exit status | configure:8220: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | /* end confdefs.h. */ | | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler. | | For example, HP-UX 11i 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 to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #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:8220: result: no | configure:8220: checking for fchdir | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for fdopendir | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for faccessat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for fchmodat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for lchmod | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for fcntl | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for symlink | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mempcpy | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:122:6: warning: conflicting types for built-in function 'mempcpy' | char mempcpy (); | ^ | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for isblank | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:123:6: warning: conflicting types for built-in function 'isblank' | char isblank (); | ^ | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for iswctype | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mbsrtowcs | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for wmemchr | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for wmemcpy | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for wmempcpy | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for fstatat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for futimens | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:135:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:138:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:8220: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | /* end confdefs.h. */ | | /* Define futimens to an innocuous variant, in case declares futimens. | | For example, HP-UX 11i declares gettimeofday. */ | | #define futimens innocuous_futimens | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char futimens (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef futimens | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char futimens (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_futimens || defined __stub___futimens | | choke me | | #endif | | | | int | | main () | | { | | return futimens (); | | ; | | return 0; | | } | configure:8220: result: no | configure:8220: checking for getdelim | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for getdtablesize | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for gettimeofday | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for nanotime | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | /tmp/ccxAMiLj.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:144: undefined reference to `nanotime' | collect2: error: ld returned 1 exit status | configure:8220: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | /* Define nanotime to an innocuous variant, in case declares nanotime. | | For example, HP-UX 11i declares gettimeofday. */ | | #define nanotime innocuous_nanotime | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char nanotime (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef nanotime | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char nanotime (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_nanotime || defined __stub___nanotime | | choke me | | #endif | | | | int | | main () | | { | | return nanotime (); | | ; | | return 0; | | } | configure:8220: result: no | configure:8220: checking for iswcntrl | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:133:6: warning: conflicting types for built-in function 'iswcntrl' | char iswcntrl (); | ^ | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for iswblank | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:134:6: warning: conflicting types for built-in function 'iswblank' | char iswblank (); | ^ | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for link | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for openat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for linkat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for lstat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mbsinit | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mbrtowc | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mprotect | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mkdirat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mkfifo | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mkfifoat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mknodat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for mknod | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for nl_langinfo | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for posix_openpt | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for ptsname_r | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for fchmod | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for renameat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for secure_getenv | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for setenv | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for sleep | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for snprintf | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:155:6: warning: conflicting types for built-in function 'snprintf' | char snprintf (); | ^ | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for strdup | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:156:6: warning: conflicting types for built-in function 'strdup' | char strdup (); | ^ | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for tzset | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for strndup | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:158:6: warning: conflicting types for built-in function 'strndup' | char strndup (); | ^ | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for strtoimax | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for strtoumax | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for symlinkat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for localtime_r | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for pipe | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for unlinkat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for futimes | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for futimesat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for utimensat | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:172:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:175:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:8220: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | /* end confdefs.h. */ | | /* Define utimensat to an innocuous variant, in case declares utimensat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define utimensat innocuous_utimensat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char utimensat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef utimensat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char utimensat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_utimensat || defined __stub___utimensat | | choke me | | #endif | | | | int | | main () | | { | | return utimensat (); | | ; | | return 0; | | } | configure:8220: result: no | configure:8220: checking for lutimes | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for vasnprintf | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | /tmp/cc3Nzb3L.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:179: undefined reference to `vasnprintf' | collect2: error: ld returned 1 exit status | configure:8220: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 1 | | /* end confdefs.h. */ | | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | | For example, HP-UX 11i declares gettimeofday. */ | | #define vasnprintf innocuous_vasnprintf | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char vasnprintf (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef vasnprintf | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char vasnprintf (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_vasnprintf || defined __stub___vasnprintf | | choke me | | #endif | | | | int | | main () | | { | | return vasnprintf (); | | ; | | return 0; | | } | configure:8220: result: no | configure:8220: checking for wcrtomb | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for wcwidth | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for setlocale | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for fsync | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8220: checking for grantpt | configure:8220: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8220: $? = 0 | configure:8220: result: yes | configure:8244: checking build system type | configure:8258: result: x86_64-unknown-kfreebsd10.1-gnu | configure:8278: checking host system type | configure:8291: result: x86_64-unknown-kfreebsd10.1-gnu | configure:8311: checking for d_ino member in directory struct | configure:8352: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8352: $? = 0 | configure:8352: ./conftest | configure:8352: $? = 0 | configure:8362: result: yes | configure:8373: checking for long file names | configure:8405: result: yes | configure:8509: checking whether uses 'inline' correctly | configure:8531: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8534: $? = 0 | configure:8552: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:8555: $? = 0 | configure:8568: result: yes | configure:8585: checking for nl_langinfo and CODESET | configure:8601: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8601: $? = 0 | configure:8610: result: yes | configure:8621: checking for a traditional french locale | configure:8689: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:8692: $? = 0 | configure:8748: result: fr_FR | configure:8839: checking whether // is distinct from / | configure:8868: result: no | configure:8880: checking whether realpath works | configure:9050: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:257:1: warning: 'nocrash_init' defined but not used [-Wunused-function] | nocrash_init (void) | ^ | configure:9050: $? = 0 | configure:9050: ./conftest | configure:9050: $? = 0 | configure:9062: result: yes | configure:9211: checking for unistd.h | configure:9211: result: yes | configure:9221: checking for working chown | configure:9262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:9262: $? = 0 | configure:9262: ./conftest | configure:9262: $? = 0 | configure:9274: result: yes | configure:9283: checking whether chown dereferences symlinks | configure:9320: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:9320: $? = 0 | configure:9320: ./conftest | configure:9320: $? = 0 | configure:9332: result: yes | configure:9366: checking whether chown honors trailing slash | configure:9398: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:9398: $? = 0 | configure:9398: ./conftest | configure:9398: $? = 0 | configure:9409: result: yes | configure:9421: checking whether chown always updates ctime | configure:9459: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:9459: $? = 0 | configure:9459: ./conftest | configure:9459: $? = 0 | configure:9470: result: yes | configure:9526: checking whether the preprocessor supports include_next | configure:9564: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Iconftestd1b -Iconftestd2 conftest.c >&5 | configure:9564: $? = 0 | configure:9585: result: yes | configure:9606: checking whether system header files limit the line length | configure:9629: result: no | configure:9653: checking if environ is properly declared | configure:9676: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:162:39: error: conflicting types for 'environ' | extern struct { int foo; } environ; | ^ | In file included from conftest.c:157:0: | /usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here | extern char **environ; | ^ | configure:9676: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | | #include | | #endif | | /* mingw, BeOS, Haiku declare environ in , not in . */ | | #include | | | | extern struct { int foo; } environ; | | int | | main () | | { | | environ.foo = 1; | | ; | | return 0; | | } | configure:9684: result: yes | configure:9699: checking for complete errno.h | configure:9772: result: yes | configure:10073: checking whether strerror_r is declared | configure:10073: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:10073: $? = 0 | configure:10073: result: yes | configure:10086: checking for strerror_r | configure:10086: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:10086: $? = 0 | configure:10086: result: yes | configure:10095: checking whether strerror_r returns char * | configure:10119: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:10119: $? = 0 | configure:10157: result: yes | configure:10167: checking type of array argument to getgroups | configure:10201: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:10201: $? = 0 | configure:10201: ./conftest | configure:10201: $? = 0 | configure:10226: result: gid_t | configure:10237: checking whether fchdir is declared | configure:10237: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:10237: $? = 0 | configure:10237: result: yes | configure:10307: checking for working fcntl.h | configure:10410: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c: In function 'main': | conftest.c:188:26: warning: the address of 'constants' will always evaluate as 'true' [-Waddress] | int result = !constants; | ^ | configure:10410: $? = 0 | configure:10410: ./conftest | configure:10410: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define GETGROUPS_T gid_t | | #define HAVE_DECL_FCHDIR 1 | | /* end confdefs.h. */ | | #include | | #include | | #if HAVE_UNISTD_H | | # include | | #else /* on Windows with MSVC */ | | # include | | # include | | # defined sleep(n) _sleep ((n) * 1000) | | #endif | | #include | | #ifndef O_NOATIME | | #define O_NOATIME 0 | | #endif | | #ifndef O_NOFOLLOW | | #define O_NOFOLLOW 0 | | #endif | | static int const constants[] = | | { | | O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, | | O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY | | }; | | | | int | | main () | | { | | | | int result = !constants; | | #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:10425: result: no (bad O_NOATIME) | configure:10452: checking for mbstate_t | configure:10476: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:10476: $? = 0 | configure:10483: result: yes | configure:10615: checking whether stdin defaults to large file offsets | configure:10639: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:10639: $? = 0 | configure:10647: result: yes | configure:10783: checking whether fseeko is declared | configure:10783: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:10783: $? = 0 | configure:10783: result: yes | configure:10802: checking for fseeko | configure:10820: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:10820: $? = 0 | configure:10829: result: yes | configure:10849: checking whether stat file-mode macros are broken | configure:10876: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:10876: $? = 0 | configure:10883: result: no | configure:10989: checking for nlink_t | configure:10989: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:10989: $? = 0 | configure:10989: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:172:22: error: expected expression before ')' token | if (sizeof ((nlink_t))) | ^ | configure:10989: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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 | | #include | | | | int | | main () | | { | | if (sizeof ((nlink_t))) | | return 0; | | ; | | return 0; | | } | configure:10989: result: yes | configure:11004: checking whether fchmodat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether fstat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether fstatat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether futimens is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether lchmod is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether lstat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether mkdirat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether mkfifo is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether mkfifoat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether mknod is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether mknodat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether stat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11004: checking whether utimensat is declared without a macro | configure:11022: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11022: $? = 0 | configure:11030: result: yes | configure:11043: checking whether lstat correctly handles trailing slash | configure:11076: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11076: $? = 0 | configure:11076: ./conftest | configure:11076: $? = 0 | configure:11093: result: yes | configure:11111: checking whether getcwd (NULL, 0) allocates memory for result | configure:11166: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11166: $? = 0 | configure:11166: ./conftest | configure:11166: $? = 0 | configure:11176: result: yes | configure:11180: checking for getcwd with POSIX signature | configure:11202: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11202: $? = 0 | configure:11210: result: yes | configure:11213: checking whether getcwd is declared | configure:11213: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11213: $? = 0 | configure:11213: result: yes | configure:11224: checking whether getdelim is declared | configure:11224: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11224: $? = 0 | configure:11224: result: yes | configure:11239: checking whether getline is declared | configure:11239: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11239: $? = 0 | configure:11239: result: yes | configure:11346: checking for getopt.h | configure:11346: result: yes | configure:11363: checking for getopt_long_only | configure:11363: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11363: $? = 0 | configure:11363: result: yes | configure:11377: checking whether getopt is POSIX compatible | configure:11419: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11419: $? = 0 | configure:11419: ./conftest | configure:11419: $? = 0 | configure:11478: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11478: $? = 0 | configure:11478: ./conftest | configure:11478: $? = 0 | configure:11520: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11520: $? = 0 | configure:11520: ./conftest | program: option requires an argument -- 'b' | configure:11520: $? = 0 | configure:11538: result: yes | configure:11546: checking for working GNU getopt function | configure:11767: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11767: $? = 0 | configure:11767: ./conftest | configure:11767: $? = 0 | configure:11783: result: yes | configure:11788: checking for working GNU getopt_long function | configure:11833: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:11833: $? = 0 | configure:11833: ./conftest | configure:11833: $? = 0 | configure:11844: result: yes | configure:11870: checking whether getenv is declared | configure:11870: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:11870: $? = 0 | configure:11870: result: yes | configure:12008: checking for struct timeval | configure:12031: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:12031: $? = 0 | configure:12039: result: yes | configure:12044: checking for wide-enough struct timeval.tv_sec member | configure:12071: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:199:27: warning: typedef 'verify_tv_sec_type' locally defined but not used [-Wunused-local-typedefs] | typedef int verify_tv_sec_type[ | ^ | configure:12071: $? = 0 | configure:12079: result: yes | configure:12089: checking whether gettimeofday is declared without a macro | configure:12111: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:12111: $? = 0 | configure:12119: result: yes | configure:12135: checking for unsigned long long int | configure:12156: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:12156: $? = 0 | configure:12164: result: yes | configure:12174: checking for long long int | configure:12224: result: yes | configure:12246: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:191:10: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:191:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:191:16: error: unknown type name 'universal' | configure:12246: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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:12403: checking whether stdint.h conforms to C99 | configure:12572: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:12572: $? = 0 | configure:12652: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:12652: $? = 0 | configure:12652: ./conftest | configure:12652: $? = 0 | configure:12664: result: yes | configure:13116: checking whether imaxabs is declared without a macro | configure:13134: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13134: $? = 0 | configure:13142: result: yes | configure:13116: checking whether imaxdiv is declared without a macro | configure:13134: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13134: $? = 0 | configure:13142: result: yes | configure:13116: checking whether strtoimax is declared without a macro | configure:13134: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13134: $? = 0 | configure:13142: result: yes | configure:13116: checking whether strtoumax is declared without a macro | configure:13134: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13134: $? = 0 | configure:13142: result: yes | configure:13157: checking for inttypes.h | configure:13157: result: yes | configure:13168: checking whether the inttypes.h PRIxNN macros are broken | configure:13190: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13190: $? = 0 | configure:13198: result: no | configure:13227: checking for wint_t | configure:13252: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13252: $? = 0 | configure:13259: result: yes | configure:13367: checking whether iswcntrl works | configure:13411: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:13411: $? = 0 | configure:13411: ./conftest | configure:13411: $? = 0 | configure:13422: result: yes | configure:13446: checking for towlower | configure:13446: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:219:6: warning: conflicting types for built-in function 'towlower' | char towlower (); | ^ | configure:13446: $? = 0 | configure:13446: result: yes | configure:13494: checking for wctype_t | configure:13522: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13522: $? = 0 | configure:13530: result: yes | configure:13536: checking for wctrans_t | configure:13562: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13562: $? = 0 | configure:13570: result: yes | configure:13579: checking whether wctype is declared without a macro | configure:13608: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13608: $? = 0 | configure:13616: result: yes | configure:13579: checking whether iswctype is declared without a macro | configure:13608: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13608: $? = 0 | configure:13616: result: yes | configure:13579: checking whether wctrans is declared without a macro | configure:13608: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13608: $? = 0 | configure:13616: result: yes | configure:13579: checking whether towctrans is declared without a macro | configure:13608: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13608: $? = 0 | configure:13616: result: yes | configure:13662: checking whether we are using the GNU C Library >= 2.1 or uClibc | configure:13692: result: yes | configure:13713: checking for wchar_t | configure:13730: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13730: $? = 0 | configure:13737: result: yes | configure:13753: checking whether NULL can be used in arbitrary expressions | configure:13771: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13771: $? = 0 | configure:13778: result: yes | configure:13872: checking whether malloc, realloc, calloc are POSIX compliant | configure:13892: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:13892: $? = 0 | configure:13900: result: yes | configure:13907: checking for stdlib.h | configure:13907: result: yes | configure:13917: checking for GNU libc compatible malloc | configure:13950: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:13950: $? = 0 | configure:13950: ./conftest | configure:13950: $? = 0 | configure:13961: result: yes | configure:13982: checking for a traditional japanese locale | configure:14052: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:14055: $? = 0 | configure:14113: result: ja_JP.EUC-JP | configure:14121: checking for a transitional chinese locale | configure:14192: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:14195: $? = 0 | configure:14246: result: zh_CN.GB18030 | configure:14253: checking for a french Unicode locale | configure:14325: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:14328: $? = 0 | configure:14374: result: fr_FR.UTF-8 | configure:14465: checking for mmap | configure:14465: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:14465: $? = 0 | configure:14465: result: yes | configure:14476: checking for MAP_ANONYMOUS | configure:14513: result: yes | configure:14535: checking whether memchr works | configure:14598: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:14598: $? = 0 | configure:14598: ./conftest | configure:14598: $? = 0 | configure:14608: result: yes | configure:14615: checking whether memrchr is declared | configure:14615: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:14615: $? = 0 | configure:14615: result: yes | configure:14655: checking whether alarm is declared | configure:14655: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:14655: $? = 0 | configure:14655: result: yes | configure:14670: checking for promoted mode_t type | configure:14687: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:211:13: warning: typedef 'array' locally defined but not used [-Wunused-local-typedefs] | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ^ | configure:14687: $? = 0 | configure:14695: result: int | configure:14703: checking for stdbool.h that conforms to C99 | configure:14770: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:257:14: warning: the address of 's' will always evaluate as 'true' [-Waddress] | bool e = &s; | ^ | conftest.c:261:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:261:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:261:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:261:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:261:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:261:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:261:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:261:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress] | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ | conftest.c:262:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress] | ^ | conftest.c:262:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress] | ^ | conftest.c:262:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress] | ^ | configure:14770: $? = 0 | configure:14777: result: yes | configure:14779: checking for _Bool | configure:14779: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:14779: $? = 0 | configure:14779: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:244:20: error: expected expression before ')' token | if (sizeof ((_Bool))) | ^ | configure:14779: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((_Bool))) | | return 0; | | ; | | return 0; | | } | configure:14779: result: yes | configure:14822: checking for compound literals | configure:14839: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:14839: $? = 0 | configure:14846: result: yes | configure:14854: checking whether struct tm is in sys/time.h or time.h | configure:14874: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:14874: $? = 0 | configure:14881: result: time.h | configure:14890: checking for struct tm.tm_gmtoff | configure:14890: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:14890: $? = 0 | configure:14890: result: yes | configure:14949: checking for library containing setfilecon | configure:14980: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | /tmp/cc3JHHVk.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:222: undefined reference to `setfilecon' | collect2: error: ld returned 1 exit status | configure:14980: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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:14980: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lselinux -lacl >&5 | /usr/bin/ld: cannot find -lselinux | collect2: error: ld returned 1 exit status | configure:14980: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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:14997: result: no | configure:15023: checking whether setenv is declared | configure:15023: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15023: $? = 0 | configure:15023: result: yes | configure:15049: checking search.h usability | configure:15049: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15049: $? = 0 | configure:15049: result: yes | configure:15049: checking search.h presence | configure:15049: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:15049: $? = 0 | configure:15049: result: yes | configure:15049: checking for search.h | configure:15049: result: yes | configure:15061: checking for tsearch | configure:15061: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:15061: $? = 0 | configure:15061: result: yes | configure:15073: checking for sigset_t | configure:15073: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15073: $? = 0 | configure:15073: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:223:23: error: expected expression before ')' token | if (sizeof ((sigset_t))) | ^ | configure:15073: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | /* end confdefs.h. */ | | | | #include | | /* Mingw defines sigset_t not in , but in . */ | | #include | | | | | | int | | main () | | { | | if (sizeof ((sigset_t))) | | return 0; | | ; | | return 0; | | } | configure:15073: result: yes | configure:15104: checking whether snprintf returns a byte count as in C99 | configure:15174: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:15174: $? = 0 | configure:15174: ./conftest | configure:15174: $? = 0 | configure:15185: result: yes | configure:15188: checking whether snprintf is declared | configure:15188: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15188: $? = 0 | configure:15188: result: yes | configure:15207: checking whether strdup is declared | configure:15207: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15207: $? = 0 | configure:15207: result: yes | configure:15220: checking whether strerror(0) succeeds | configure:15255: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:15255: $? = 0 | configure:15255: ./conftest | configure:15255: $? = 0 | configure:15266: result: yes | configure:15358: checking whether ffsl is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether ffsll is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether memmem is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether mempcpy is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether memrchr is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether rawmemchr is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether stpcpy is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether stpncpy is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strchrnul is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strdup is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strncat is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strndup is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strnlen is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strpbrk is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strsep is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strcasestr is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strtok_r is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strerror_r is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strsignal is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15358: checking whether strverscmp is declared without a macro | configure:15376: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15376: $? = 0 | configure:15384: result: yes | configure:15489: checking whether ffs is declared without a macro | configure:15511: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15511: $? = 0 | configure:15519: result: yes | configure:15489: checking whether strcasecmp is declared without a macro | configure:15511: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15511: $? = 0 | configure:15519: result: yes | configure:15489: checking whether strncasecmp is declared without a macro | configure:15511: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15511: $? = 0 | configure:15519: result: yes | configure:15531: checking whether strndup is declared | configure:15531: result: yes | configure:15544: checking whether strnlen is declared | configure:15544: result: yes | configure:15557: checking whether strtoimax is declared | configure:15557: result: yes | configure:15570: checking whether strtoumax is declared | configure:15570: result: yes | configure:15587: checking for struct timespec in | configure:15604: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15604: $? = 0 | configure:15611: result: yes | configure:15762: checking whether ttyname_r is declared | configure:15762: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15762: $? = 0 | configure:15762: result: yes | configure:15806: checking whether unsetenv is declared | configure:15806: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15806: $? = 0 | configure:15806: result: yes | configure:15818: checking whether the utimes function works | configure:15933: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:15933: $? = 0 | configure:15933: ./conftest | configure:15933: $? = 0 | configure:15943: result: yes | configure:15956: checking for struct utimbuf | configure:15979: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:15979: $? = 0 | configure:15986: result: yes | configure:16015: checking for inttypes.h | configure:16034: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:16034: $? = 0 | configure:16041: result: yes | configure:16052: checking for stdint.h | configure:16069: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:16069: $? = 0 | configure:16076: result: yes | configure:16089: checking for intmax_t | configure:16114: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:16114: $? = 0 | configure:16121: result: yes | configure:16140: checking where to find the exponent in a 'double' | configure:16454: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16454: $? = 0 | configure:16454: ./conftest | configure:16454: $? = 0 | configure:16466: result: word 1 bit 20 | configure:16493: checking for snprintf | configure:16493: result: yes | configure:16493: checking for strnlen | configure:16493: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16493: $? = 0 | configure:16493: result: yes | configure:16493: checking for wcslen | configure:16493: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16493: $? = 0 | configure:16493: result: yes | configure:16493: checking for wcsnlen | configure:16493: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16493: $? = 0 | configure:16493: result: yes | configure:16493: checking for mbrtowc | configure:16493: result: yes | configure:16493: checking for wcrtomb | configure:16493: result: yes | configure:16502: checking whether _snprintf is declared | configure:16502: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:268:10: error: '_snprintf' undeclared (first use in this function) | (void) _snprintf; | ^ | conftest.c:268:10: note: each undeclared identifier is reported only once for each function it appears in | configure:16502: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef _snprintf | | #ifdef __cplusplus | | (void) _snprintf; | | #else | | (void) _snprintf; | | #endif | | #endif | | | | ; | | return 0; | | } | configure:16502: result: no | configure:16524: checking whether vsnprintf is declared | configure:16524: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:16524: $? = 0 | configure:16524: result: yes | configure:16570: checking for alloca as a compiler built-in | configure:16594: result: yes | configure:16629: checking whether program_invocation_name is declared | configure:16629: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:16629: $? = 0 | configure:16629: result: yes | configure:16648: checking whether program_invocation_short_name is declared | configure:16648: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:16648: $? = 0 | configure:16648: result: yes | configure:16672: checking whether program_invocation_name is defined | configure:16685: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16685: $? = 0 | configure:16689: result: yes | configure:16698: checking whether program_invocation_short_name is defined | configure:16711: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16711: $? = 0 | configure:16715: result: yes | configure:16776: checking whether btowc(0) is correct | configure:16811: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16811: $? = 0 | configure:16811: ./conftest | configure:16811: $? = 0 | configure:16822: result: yes | configure:16825: checking whether btowc(EOF) is correct | configure:16864: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:16864: $? = 0 | configure:16864: ./conftest | configure:16864: $? = 0 | configure:16876: result: yes | configure:17010: checking whether this system has an arbitrary file name length limit | configure:17051: result: yes | configure:17119: checking for library containing clock_gettime | configure:17150: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:17150: $? = 0 | configure:17167: result: none required | configure:17179: checking for clock_gettime | configure:17179: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:17179: $? = 0 | configure:17179: result: yes | configure:17179: checking for clock_settime | configure:17179: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:17179: $? = 0 | configure:17179: result: yes | configure:17290: checking for closedir | configure:17290: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:17290: $? = 0 | configure:17290: result: yes | configure:17388: checking for d_ino member in directory struct | configure:17439: result: yes | configure:17541: checking whether alphasort is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17541: checking whether closedir is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17541: checking whether dirfd is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17541: checking whether fdopendir is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17541: checking whether opendir is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17541: checking whether readdir is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17541: checking whether rewinddir is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17541: checking whether scandir is declared without a macro | configure:17559: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:17559: $? = 0 | configure:17567: result: yes | configure:17596: checking for dirfd | configure:17596: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:17596: $? = 0 | configure:17596: result: yes | configure:17605: checking whether dirfd is declared | configure:17605: result: yes | configure:17622: checking whether dirfd is a macro | configure:17645: result: no | configure:17748: checking whether // is distinct from / | configure:17777: result: no | configure:17841: checking whether dup2 works | configure:17900: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:17900: $? = 0 | configure:17900: ./conftest | configure:17900: $? = 0 | configure:17911: result: yes | configure:17992: checking for error_at_line | configure:18008: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:18008: $? = 0 | configure:18016: result: yes | configure:18050: checking for euidaccess | configure:18050: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:18050: $? = 0 | configure:18050: result: yes | configure:18481: checking for fchownat | configure:18481: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:18481: $? = 0 | configure:18481: result: yes | configure:18486: checking whether fchownat works with AT_SYMLINK_NOFOLLOW | configure:18518: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:18518: $? = 0 | configure:18518: ./conftest | configure:18518: $? = 0 | configure:18529: result: yes | configure:18542: checking whether fchownat works with an empty file name | configure:18574: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c: In function 'main': | conftest.c:314:17: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] | if (mkdir ("conftestdir", 0700) < 0) | ^ | configure:18574: $? = 0 | configure:18574: ./conftest | configure:18574: $? = 0 | configure:18585: result: yes | configure:18652: checking whether fcntl handles F_DUPFD correctly | configure:18682: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:18682: $? = 0 | configure:18682: ./conftest | configure:18682: $? = 0 | configure:18692: result: yes | configure:18710: checking whether fcntl understands F_DUPFD_CLOEXEC | configure:18731: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:311:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:314:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:18731: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 | | #ifndef F_DUPFD_CLOEXEC | | choke me | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18760: result: no | configure:18904: checking whether fcntl is declared without a macro | configure:18922: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:18922: $? = 0 | configure:18930: result: yes | configure:18904: checking whether openat is declared without a macro | configure:18922: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:18922: $? = 0 | configure:18930: result: yes | configure:18947: checking whether fdopendir is declared | configure:18947: result: yes | configure:18970: checking whether fdopendir works | configure:19011: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:19011: $? = 0 | configure:19011: ./conftest | configure:19011: $? = 0 | configure:19021: result: yes | configure:19074: checking for struct stat.st_blocks | configure:19074: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:19074: $? = 0 | configure:19074: result: yes | configure:19161: checking whether conversion from 'int' to 'long double' works | configure:19202: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:19202: $? = 0 | configure:19202: ./conftest | configure:19202: $? = 0 | configure:19213: result: yes | configure:19340: checking for working GNU fnmatch | configure:19441: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:19441: $? = 0 | configure:19441: ./conftest | configure:19441: $? = 0 | configure:19453: result: yes | configure:19552: checking for __fpending | configure:19569: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:19569: $? = 0 | configure:19578: result: yes | configure:19581: checking whether __fpending is declared | configure:19581: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:19581: $? = 0 | configure:19581: result: yes | configure:19729: checking for fseeko | configure:19756: result: yes | configure:19884: checking whether fstatat (..., 0) works | configure:19909: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:19909: $? = 0 | configure:19909: ./conftest | configure:19909: $? = 0 | configure:19920: result: yes | configure:20093: checking whether getcwd handles long file names properly | configure:20292: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20292: $? = 0 | configure:20292: ./conftest | configure:20292: $? = 0 | configure:20307: result: yes | configure:20318: checking for getpagesize | configure:20318: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20318: $? = 0 | configure:20318: result: yes | configure:20327: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:20457: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20457: $? = 0 | configure:20457: ./conftest | configure:20457: $? = 0 | configure:20473: result: no | configure:20594: checking for working getdelim function | configure:20654: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20654: $? = 0 | configure:20654: ./conftest | configure:20654: $? = 0 | configure:20664: result: yes | configure:20739: checking whether getdtablesize works | configure:20768: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20768: $? = 0 | configure:20768: ./conftest | configure:20768: $? = 0 | configure:20779: result: yes | configure:20822: checking for getgroups | configure:20822: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20822: $? = 0 | configure:20822: result: yes | configure:20877: checking for working getgroups | configure:20904: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20904: $? = 0 | configure:20904: ./conftest | configure:20904: $? = 0 | configure:20915: result: yes | configure:20943: checking whether getgroups handles negative values | configure:20970: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:20970: $? = 0 | configure:20970: ./conftest | configure:20970: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_GETGROUPS 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | int size = getgroups (0, 0); | | gid_t *list = malloc (size * sizeof *list); | | return getgroups (-1, list) != -1; | | ; | | return 0; | | } | configure:20980: result: no | configure:21025: checking for getline | configure:21025: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:21025: $? = 0 | configure:21025: result: yes | configure:21033: checking for working getline function | configure:21093: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:21093: $? = 0 | configure:21093: ./conftest | configure:21093: $? = 0 | configure:21103: result: yes | configure:21233: checking for getpagesize | configure:21233: result: yes | configure:21280: checking whether getpagesize is declared | configure:21280: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21280: $? = 0 | configure:21280: result: yes | configure:21336: checking whether gettimeofday clobbers localtime buffer | configure:21375: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:21375: $? = 0 | configure:21375: ./conftest | configure:21375: $? = 0 | configure:21385: result: no | configure:21401: checking for gettimeofday with POSIX signature | configure:21429: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:339:19: error: conflicting types for 'gettimeofday' | int gettimeofday (struct timeval *restrict, void *restrict); | ^ | In file included from conftest.c:337:0: | /usr/include/x86_64-kfreebsd-gnu/sys/time.h:71:12: note: previous declaration of 'gettimeofday' was here | extern int gettimeofday (struct timeval *__restrict __tv, | ^ | configure:21429: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 | | /* end confdefs.h. */ | | #include | | struct timeval c; | | int gettimeofday (struct timeval *restrict, void *restrict); | | | | int | | main () | | { | | /* glibc uses struct timezone * rather than the POSIX void * | | if _GNU_SOURCE is defined. However, since the only portable | | use of gettimeofday uses NULL as the second parameter, and | | since the glibc definition is actually more typesafe, it is | | not worth wrapping this to get a compliant signature. */ | | int (*f) (struct timeval *restrict, void *restrict) | | = gettimeofday; | | int x = f (&c, 0); | | return !(x | c.tv_sec | c.tv_usec); | | | | ; | | return 0; | | } | configure:21445: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21445: $? = 0 | configure:21454: result: almost | configure:21529: checking for group_member | configure:21529: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:21529: $? = 0 | configure:21529: result: yes | configure:21611: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:342:23: error: conflicting types for 'foo' | extern int foo; | ^ | conftest.c:341:28: note: previous declaration of 'foo' was here | extern intptr_t foo; | ^ | configure:21611: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define GNULIB_TEST_GROUP_MEMBER 1 | | /* end confdefs.h. */ | | #include | | extern intptr_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:21611: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21611: $? = 0 | configure:21621: checking whether INT32_MAX < INTMAX_MAX | configure:21655: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21655: $? = 0 | configure:21662: result: yes | configure:21673: checking whether INT64_MAX == LONG_MAX | configure:21707: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21707: $? = 0 | configure:21714: result: yes | configure:21727: checking whether UINT32_MAX < UINTMAX_MAX | configure:21761: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21761: $? = 0 | configure:21768: result: yes | configure:21779: checking whether UINT64_MAX == ULONG_MAX | configure:21813: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21813: $? = 0 | configure:21820: result: yes | configure:21874: checking whether iswblank is declared | configure:21874: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:21874: $? = 0 | configure:21874: result: yes | configure:22033: checking whether langinfo.h defines CODESET | configure:22051: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22051: $? = 0 | configure:22059: result: yes | configure:22064: checking whether langinfo.h defines T_FMT_AMPM | configure:22082: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22082: $? = 0 | configure:22090: result: yes | configure:22095: checking whether langinfo.h defines ERA | configure:22113: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22113: $? = 0 | configure:22121: result: yes | configure:22126: checking whether langinfo.h defines YESEXPR | configure:22144: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22144: $? = 0 | configure:22152: result: yes | configure:22169: checking whether nl_langinfo is declared without a macro | configure:22187: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22187: $? = 0 | configure:22195: result: yes | configure:22214: checking for lchown | configure:22214: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:22214: $? = 0 | configure:22214: result: yes | configure:22273: checking whether link obeys POSIX | configure:22316: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c: In function 'main': | conftest.c:357:18: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] | if (rename ("conftest.a", "conftest.b")) | ^ | configure:22316: $? = 0 | configure:22316: ./conftest | configure:22316: $? = 0 | configure:22327: result: yes | configure:22367: checking for __xpg4 | configure:22383: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | /tmp/ccbFQpc3.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:354: undefined reference to `__xpg4' | collect2: error: ld returned 1 exit status | configure:22383: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 | | /* end confdefs.h. */ | | extern int __xpg4; | | int | | main () | | { | | return __xpg4; | | ; | | return 0; | | } | configure:22392: result: no | configure:22397: checking whether link(2) dereferences a symlink | configure:22453: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:22453: $? = 0 | configure:22453: ./conftest | configure:22453: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 | | /* end confdefs.h. */ | | | | # include | | # include | | # include | | # include | | | | # define SAME_INODE(Stat_buf_1, Stat_buf_2) ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev) | | | | int | | main () | | { | | const char *file = "conftest.file"; | | const char *sym = "conftest.sym"; | | const char *hard = "conftest.hard"; | | struct stat sb_file, sb_hard; | | | | /* Create a symlink to the regular file. */ | | if (symlink (file, sym)) | | return 2; | | | | /* Create a hard link to that symlink. */ | | if (link (sym, hard)) | | return 3; | | | | if (lstat (hard, &sb_hard)) | | return 4; | | if (lstat (file, &sb_file)) | | return 5; | | | | /* If the dev/inode of hard and file are the same, then | | the link call followed the symlink. */ | | return SAME_INODE (sb_hard, sb_file) ? 1 : 0; | | } | | | configure:22465: result: yes | configure:22490: checking whether linkat(,AT_SYMLINK_FOLLOW) works | configure:22517: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22517: $? = 0 | configure:22525: result: yes | configure:22527: checking whether linkat handles trailing slash correctly | configure:22580: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:22580: $? = 0 | configure:22580: ./conftest | configure:22580: $? = 0 | configure:22591: result: yes | configure:22673: checking whether locale.h conforms to POSIX:2001 | configure:22691: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22691: $? = 0 | configure:22698: result: yes | configure:22704: checking whether locale.h defines locale_t | configure:22721: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22721: $? = 0 | configure:22729: result: yes | configure:22742: checking whether struct lconv is properly defined | configure:22761: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22761: $? = 0 | configure:22769: result: yes | configure:22850: checking whether setlocale is declared without a macro | configure:22872: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22872: $? = 0 | configure:22880: result: yes | configure:22850: checking whether duplocale is declared without a macro | configure:22872: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:22872: $? = 0 | configure:22880: result: yes | configure:22946: checking whether lseek detects pipes | configure:22979: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:22979: $? = 0 | configure:23014: result: yes | configure:23102: checking for stdlib.h | configure:23102: result: yes | configure:23112: checking for GNU libc compatible malloc | configure:23156: result: yes | configure:23248: checking whether mbrtowc handles incomplete characters | configure:23293: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:23293: $? = 0 | configure:23293: ./conftest | configure:23293: $? = 0 | configure:23305: result: yes | configure:23311: checking whether mbrtowc works as well as mbtowc | configure:23360: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:23360: $? = 0 | configure:23360: ./conftest | configure:23360: $? = 0 | configure:23372: result: yes | configure:23423: checking whether mbrtowc handles a NULL pwc argument | configure:23482: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:23482: $? = 0 | configure:23482: ./conftest | configure:23482: $? = 0 | configure:23494: result: yes | configure:23500: checking whether mbrtowc handles a NULL string argument | configure:23547: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c: In function 'main': | conftest.c:376:11: warning: unused variable 'ret' [-Wunused-variable] | int ret; | ^ | configure:23547: $? = 0 | configure:23547: ./conftest | configure:23547: $? = 0 | configure:23559: result: yes | configure:23567: checking whether mbrtowc has a correct return value | configure:23682: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:23682: $? = 0 | configure:23682: ./conftest | configure:23682: $? = 0 | configure:23697: result: yes | configure:23703: checking whether mbrtowc returns 0 when parsing a NUL character | configure:23747: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:23747: $? = 0 | configure:23747: ./conftest | configure:23747: $? = 0 | configure:23759: result: yes | configure:23857: checking whether mbrtowc handles incomplete characters | configure:23914: result: yes | configure:23920: checking whether mbrtowc works as well as mbtowc | configure:23981: result: yes | configure:24079: checking whether mbrtowc handles incomplete characters | configure:24136: result: yes | configure:24142: checking whether mbrtowc works as well as mbtowc | configure:24203: result: yes | configure:24257: checking whether mbsrtowcs works | configure:24349: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:24349: $? = 0 | configure:24349: ./conftest | configure:24349: $? = 0 | configure:24361: result: yes | configure:24502: checking for mempcpy | configure:24502: result: yes | configure:24556: checking for memrchr | configure:24556: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:24556: $? = 0 | configure:24556: result: yes | configure:24596: checking whether mkdir handles trailing slash | configure:24625: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:24625: $? = 0 | configure:24625: ./conftest | configure:24625: $? = 0 | configure:24638: result: yes | configure:24647: checking whether mkdir handles trailing dot | configure:24676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:24676: $? = 0 | configure:24676: ./conftest | configure:24676: $? = 0 | configure:24689: result: yes | configure:24755: checking for mkdtemp | configure:24755: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:24755: $? = 0 | configure:24755: result: yes | configure:24804: checking whether mkfifo rejects trailing slashes | configure:24842: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:24842: $? = 0 | configure:24842: ./conftest | configure:24842: $? = 0 | configure:24853: result: yes | configure:24966: checking whether mknod can create fifo without root privileges | configure:25003: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:25003: $? = 0 | configure:25003: ./conftest | configure:25003: $? = 0 | configure:25020: result: yes | configure:25075: checking for working mktime | configure:25283: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:25283: $? = 0 | configure:25283: ./conftest | configure:25283: $? = 0 | configure:25294: result: yes | configure:25380: checking whether YESEXPR works | configure:25408: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:25408: $? = 0 | configure:25408: ./conftest | configure:25408: $? = 0 | configure:25419: result: yes | configure:25482: checking for obstacks | configure:25503: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:25503: $? = 0 | configure:25511: result: yes | configure:25538: checking whether open recognizes a trailing slash | configure:25577: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:25577: $? = 0 | configure:25577: ./conftest | configure:25577: $? = 0 | configure:25589: result: yes | configure:25708: checking for opendir | configure:25708: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:25708: $? = 0 | configure:25708: result: yes | configure:25768: checking for struct tm.tm_zone | configure:25768: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:25768: $? = 0 | configure:25768: result: yes | configure:25852: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:25852: $? = 0 | configure:25903: checking for getppriv | configure:25903: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | /tmp/ccZxkXa0.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:423: undefined reference to `getppriv' | collect2: error: ld returned 1 exit status | configure:25903: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | /* end confdefs.h. */ | | /* Define getppriv to an innocuous variant, in case declares getppriv. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getppriv innocuous_getppriv | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getppriv (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getppriv | | | | /* 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 getppriv (); | | /* 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_getppriv || defined __stub___getppriv | | choke me | | #endif | | | | int | | main () | | { | | return getppriv (); | | ; | | return 0; | | } | configure:25903: result: no | configure:25914: checking whether program_invocation_name is declared | configure:25914: result: yes | configure:25926: checking whether program_invocation_short_name is declared | configure:25926: result: yes | configure:25945: checking for ptsname | configure:25945: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:25945: $? = 0 | configure:25945: result: yes | configure:25957: checking whether ptsname sets errno on failure | configure:25985: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c: In function 'main': | conftest.c:398:14: warning: implicit declaration of function 'ptsname' [-Wimplicit-function-declaration] | return ptsname (-1) || !errno; | ^ | configure:25985: $? = 0 | configure:25985: ./conftest | configure:25985: $? = 0 | configure:25995: result: yes | configure:26041: checking whether ptsname_r has the same signature as in glibc | configure:26069: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:26069: $? = 0 | configure:26077: result: yes | configure:26184: checking for sys/acl.h | configure:26184: result: yes | configure:26198: checking for library containing acl_get_file | configure:26246: result: -lacl | configure:26262: checking for acl_get_file | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_get_fd | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_set_file | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_set_fd | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_free | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_from_mode | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_from_text | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_delete_def_file | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_extended_file | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26262: $? = 0 | configure:26262: result: yes | configure:26262: checking for acl_delete_fd_np | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | /tmp/ccFTjbIx.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:438: undefined reference to `acl_delete_fd_np' | collect2: error: ld returned 1 exit status | configure:26262: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | /* end confdefs.h. */ | | /* Define acl_delete_fd_np to an innocuous variant, in case declares acl_delete_fd_np. | | For example, HP-UX 11i declares gettimeofday. */ | | #define acl_delete_fd_np innocuous_acl_delete_fd_np | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char acl_delete_fd_np (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef acl_delete_fd_np | | | | /* 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_delete_fd_np (); | | /* 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_acl_delete_fd_np || defined __stub___acl_delete_fd_np | | choke me | | #endif | | | | int | | main () | | { | | return acl_delete_fd_np (); | | ; | | return 0; | | } | configure:26262: result: no | configure:26262: checking for acl_delete_file_np | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | /tmp/ccF1R4yK.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:438: undefined reference to `acl_delete_file_np' | collect2: error: ld returned 1 exit status | configure:26262: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | /* end confdefs.h. */ | | /* Define acl_delete_file_np to an innocuous variant, in case declares acl_delete_file_np. | | For example, HP-UX 11i declares gettimeofday. */ | | #define acl_delete_file_np innocuous_acl_delete_file_np | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char acl_delete_file_np (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef acl_delete_file_np | | | | /* 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_delete_file_np (); | | /* 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_acl_delete_file_np || defined __stub___acl_delete_file_np | | choke me | | #endif | | | | int | | main () | | { | | return acl_delete_file_np (); | | ; | | return 0; | | } | configure:26262: result: no | configure:26262: checking for acl_copy_ext_native | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | /tmp/cc7WczOR.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:438: undefined reference to `acl_copy_ext_native' | collect2: error: ld returned 1 exit status | configure:26262: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | /* end confdefs.h. */ | | /* Define acl_copy_ext_native to an innocuous variant, in case declares acl_copy_ext_native. | | For example, HP-UX 11i declares gettimeofday. */ | | #define acl_copy_ext_native innocuous_acl_copy_ext_native | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char acl_copy_ext_native (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef acl_copy_ext_native | | | | /* 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_copy_ext_native (); | | /* 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_acl_copy_ext_native || defined __stub___acl_copy_ext_native | | choke me | | #endif | | | | int | | main () | | { | | return acl_copy_ext_native (); | | ; | | return 0; | | } | configure:26262: result: no | configure:26262: checking for acl_create_entry_np | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | /tmp/ccP1gZB2.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:438: undefined reference to `acl_create_entry_np' | collect2: error: ld returned 1 exit status | configure:26262: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | /* end confdefs.h. */ | | /* Define acl_create_entry_np to an innocuous variant, in case declares acl_create_entry_np. | | For example, HP-UX 11i declares gettimeofday. */ | | #define acl_create_entry_np innocuous_acl_create_entry_np | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char acl_create_entry_np (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef acl_create_entry_np | | | | /* 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_create_entry_np (); | | /* 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_acl_create_entry_np || defined __stub___acl_create_entry_np | | choke me | | #endif | | | | int | | main () | | { | | return acl_create_entry_np (); | | ; | | return 0; | | } | configure:26262: result: no | configure:26262: checking for acl_to_short_text | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | /tmp/ccIOQJU8.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:438: undefined reference to `acl_to_short_text' | collect2: error: ld returned 1 exit status | configure:26262: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | /* end confdefs.h. */ | | /* Define acl_to_short_text to an innocuous variant, in case declares acl_to_short_text. | | For example, HP-UX 11i declares gettimeofday. */ | | #define acl_to_short_text innocuous_acl_to_short_text | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char acl_to_short_text (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef acl_to_short_text | | | | /* 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_to_short_text (); | | /* 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_acl_to_short_text || defined __stub___acl_to_short_text | | choke me | | #endif | | | | int | | main () | | { | | return acl_to_short_text (); | | ; | | return 0; | | } | configure:26262: result: no | configure:26262: checking for acl_free_text | configure:26262: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | /tmp/cca0i6Ci.o: In function `main': | /home/locutusofborg/tar-1.28/conftest.c:438: undefined reference to `acl_free_text' | collect2: error: ld returned 1 exit status | configure:26262: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | /* end confdefs.h. */ | | /* Define acl_free_text to an innocuous variant, in case declares acl_free_text. | | For example, HP-UX 11i declares gettimeofday. */ | | #define acl_free_text innocuous_acl_free_text | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char acl_free_text (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef acl_free_text | | | | /* 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_free_text (); | | /* 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_acl_free_text || defined __stub___acl_free_text | | choke me | | #endif | | | | int | | main () | | { | | return acl_free_text (); | | ; | | return 0; | | } | configure:26262: result: no | configure:26273: checking for working acl_get_file | configure:26296: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26296: $? = 0 | configure:26306: result: yes | configure:26315: checking acl/libacl.h usability | configure:26315: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:26315: $? = 0 | configure:26315: result: yes | configure:26315: checking acl/libacl.h presence | configure:26315: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:26315: $? = 0 | configure:26315: result: yes | configure:26315: checking for acl/libacl.h | configure:26315: result: yes | configure:26335: checking for acl_entries | configure:26335: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -lacl >&5 | configure:26335: $? = 0 | configure:26335: result: yes | configure:26349: checking for ACL_FIRST_ENTRY | configure:26367: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:26367: $? = 0 | configure:26374: result: yes | configure:26381: checking for ACL_TYPE_EXTENDED | configure:26399: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:409:12: error: 'ACL_TYPE_EXTENDED' undeclared here (not in a function) | int type = ACL_TYPE_EXTENDED; | ^ | configure:26399: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | /* end confdefs.h. */ | | #include | | #include | | int type = ACL_TYPE_EXTENDED; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:26406: result: no | configure:26621: checking for raise | configure:26621: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:26621: $? = 0 | configure:26621: result: yes | configure:26673: checking for rawmemchr | configure:26673: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:26673: $? = 0 | configure:26673: result: yes | configure:26755: checking for readdir | configure:26755: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:26755: $? = 0 | configure:26755: result: yes | configure:26801: checking whether readlink signature is correct | configure:26819: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:26819: $? = 0 | configure:26826: result: yes | configure:26828: checking whether readlink handles trailing slash correctly | configure:26858: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:26858: $? = 0 | configure:26858: ./conftest | configure:26858: $? = 0 | configure:26869: result: yes | configure:27007: checking for working re_compile_pattern | configure:27215: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27215: $? = 0 | configure:27215: ./conftest | configure:27215: $? = 0 | configure:27225: result: yes | configure:27340: checking whether rename honors trailing slash on destination | configure:27385: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27385: $? = 0 | configure:27385: ./conftest | configure:27385: $? = 0 | configure:27397: result: yes | configure:27409: checking whether rename honors trailing slash on source | configure:27454: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27454: $? = 0 | configure:27454: ./conftest | configure:27454: $? = 0 | configure:27466: result: yes | configure:27479: checking whether rename manages hard links correctly | configure:27522: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27522: $? = 0 | configure:27522: ./conftest | configure:27522: $? = 0 | configure:27540: result: yes | configure:27552: checking whether rename manages existing destinations correctly | configure:27589: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27589: $? = 0 | configure:27589: ./conftest | configure:27589: $? = 0 | configure:27601: result: yes | configure:27696: checking for rewinddir | configure:27696: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27696: $? = 0 | configure:27696: result: yes | configure:27739: checking whether rmdir works | configure:27781: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27781: $? = 0 | configure:27781: ./conftest | configure:27781: $? = 0 | configure:27792: result: yes | configure:27834: checking for rpmatch | configure:27834: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:27834: $? = 0 | configure:27834: result: yes | configure:27986: checking selinux/flask.h usability | configure:27986: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:460:27: fatal error: selinux/flask.h: No such file or directory | compilation terminated. | configure:27986: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:27986: result: no | configure:27986: checking selinux/flask.h presence | configure:27986: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | conftest.c:427:27: fatal error: selinux/flask.h: No such file or directory | compilation terminated. | configure:27986: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | /* end confdefs.h. */ | | #include | configure:27986: result: no | configure:27986: checking for selinux/flask.h | configure:27986: result: no | configure:28177: checking whether setenv validates arguments | configure:28221: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:28221: $? = 0 | configure:28221: ./conftest | configure:28221: $? = 0 | configure:28231: result: yes | configure:28345: checking for volatile sig_atomic_t | configure:28345: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28345: $? = 0 | configure:28345: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:436:36: error: expected expression before ')' token | if (sizeof ((volatile sig_atomic_t))) | ^ | configure:28345: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define HAVE_SELINUX_SELINUX_H 0 | | #define GNULIB_TEST_SETENV 1 | | /* end confdefs.h. */ | | | | #include | | | | | | int | | main () | | { | | if (sizeof ((volatile sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:28345: result: yes | configure:28361: checking for sighandler_t | configure:28361: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28361: $? = 0 | configure:28361: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:436:27: error: expected expression before ')' token | if (sizeof ((sighandler_t))) | ^ | configure:28361: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define HAVE_SELINUX_SELINUX_H 0 | | #define GNULIB_TEST_SETENV 1 | | /* end confdefs.h. */ | | | | #include | | | | | | int | | main () | | { | | if (sizeof ((sighandler_t))) | | return 0; | | ; | | return 0; | | } | configure:28361: result: yes | configure:28375: checking whether pthread_sigmask is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigaction is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigaddset is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigdelset is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigemptyset is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigfillset is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigismember is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigpending is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28375: checking whether sigprocmask is declared without a macro | configure:28393: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28393: $? = 0 | configure:28401: result: yes | configure:28416: checking for stdint.h | configure:28416: result: yes | configure:28426: checking for SIZE_MAX | configure:28497: result: yes | configure:28510: checking whether sleep is declared | configure:28510: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28510: $? = 0 | configure:28510: result: yes | configure:28526: checking for working sleep | configure:28574: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:28574: $? = 0 | configure:28574: ./conftest | configure:28574: $? = 0 | configure:28584: result: yes | configure:28626: checking for snprintf | configure:28626: result: yes | configure:28639: checking whether snprintf respects a size of 1 | configure:28673: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:28673: $? = 0 | configure:28673: ./conftest | configure:28673: $? = 0 | configure:28684: result: yes | configure:28694: checking whether printf supports POSIX/XSI format strings with positions | configure:28726: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:28726: $? = 0 | configure:28726: ./conftest | configure:28726: $? = 0 | configure:28737: result: yes | configure:28797: checking for ssize_t | configure:28821: result: yes | configure:28832: checking whether stat handles trailing slashes on directories | configure:28855: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:28855: $? = 0 | configure:28855: ./conftest | configure:28855: $? = 0 | configure:28865: result: yes | configure:28867: checking whether stat handles trailing slashes on files | configure:28907: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:28907: $? = 0 | configure:28907: ./conftest | configure:28907: $? = 0 | configure:28918: result: yes | configure:28965: checking for struct stat.st_atim.tv_nsec | configure:28965: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:28965: $? = 0 | configure:28965: result: yes | configure:28974: checking whether struct stat.st_atim is of type struct timespec | configure:29001: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29001: $? = 0 | configure:29008: result: yes | configure:29060: checking for struct stat.st_birthtimespec.tv_nsec | configure:29060: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:454:12: error: 'struct stat' has no member named 'st_birthtimespec' | if (ac_aggr.st_birthtimespec.tv_nsec) | ^ | conftest.c:453:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:29060: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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 | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:29060: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:454:19: error: 'struct stat' has no member named 'st_birthtimespec' | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | ^ | conftest.c:453:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:29060: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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 | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:29060: result: no | configure:29071: checking for struct stat.st_birthtimensec | configure:29071: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:454:12: error: 'struct stat' has no member named 'st_birthtimensec' | if (ac_aggr.st_birthtimensec) | ^ | conftest.c:453:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:29071: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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 | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:29071: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:454:19: error: 'struct stat' has no member named 'st_birthtimensec' | if (sizeof ac_aggr.st_birthtimensec) | ^ | conftest.c:453:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:29071: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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 | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:29071: result: no | configure:29082: checking for struct stat.st_birthtim.tv_nsec | configure:29082: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:454:12: error: 'struct stat' has no member named 'st_birthtim' | if (ac_aggr.st_birthtim.tv_nsec) | ^ | conftest.c:453:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:29082: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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 | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:29082: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:454:19: error: 'struct stat' has no member named 'st_birthtim' | if (sizeof ac_aggr.st_birthtim.tv_nsec) | ^ | conftest.c:453:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:29082: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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 | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:29082: result: no | configure:29106: checking for working stdalign.h | configure:29147: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29147: $? = 0 | configure:29154: result: yes | configure:29176: checking for va_copy | configure:29197: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29197: $? = 0 | configure:29205: result: yes | configure:29391: checking whether NULL can be used in arbitrary expressions | configure:29416: result: yes | configure:29619: checking whether dprintf is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether fpurge is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:457:10: error: 'fpurge' undeclared (first use in this function) | (void) fpurge; | ^ | conftest.c:457:10: note: each undeclared identifier is reported only once for each function it appears in | configure:29637: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fpurge | | (void) fpurge; | | ; | | return 0; | | } | configure:29645: result: no | configure:29619: checking whether fseeko is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether ftello is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether getdelim is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether getline is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether gets is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:461:10: error: 'gets' undeclared (first use in this function) | (void) gets; | ^ | conftest.c:461:10: note: each undeclared identifier is reported only once for each function it appears in | configure:29637: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef gets | | (void) gets; | | ; | | return 0; | | } | configure:29645: result: no | configure:29619: checking whether pclose is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether popen is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether renameat is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether snprintf is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether tmpfile is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether vdprintf is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29619: checking whether vsnprintf is declared without a macro | configure:29637: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29637: $? = 0 | configure:29645: result: yes | configure:29734: checking whether _Exit is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether atoll is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether canonicalize_file_name is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether getloadavg is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether getsubopt is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether grantpt is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether initstate is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether initstate_r is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether mkdtemp is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether mkostemp is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether mkostemps is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether mkstemp is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether mkstemps is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether posix_openpt is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether ptsname is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether ptsname_r is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether random is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether random_r is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether realpath is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether rpmatch is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether secure_getenv is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether setenv is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether setstate is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether setstate_r is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether srandom is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether srandom_r is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether strtod is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether strtoll is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether strtoull is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether unlockpt is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29734: checking whether unsetenv is declared without a macro | configure:29758: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:29758: $? = 0 | configure:29766: result: yes | configure:29786: checking for stpcpy | configure:29786: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:516:6: warning: conflicting types for built-in function 'stpcpy' | char stpcpy (); | ^ | configure:29786: $? = 0 | configure:29786: result: yes | configure:29834: checking for strcasecmp | configure:29834: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:518:6: warning: conflicting types for built-in function 'strcasecmp' | char strcasecmp (); | ^ | configure:29834: $? = 0 | configure:29834: result: yes | configure:29851: checking for strncasecmp | configure:29851: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:519:6: warning: conflicting types for built-in function 'strncasecmp' | char strncasecmp (); | ^ | configure:29851: $? = 0 | configure:29851: result: yes | configure:29865: checking whether strncasecmp is declared | configure:29865: result: yes | configure:29917: checking for strchrnul | configure:29917: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:29917: $? = 0 | configure:29917: result: yes | configure:29929: checking whether strchrnul works | configure:29973: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:29973: $? = 0 | configure:29973: ./conftest | configure:29973: $? = 0 | configure:29984: result: yes | configure:30068: checking for working strerror function | configure:30094: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30094: $? = 0 | configure:30094: ./conftest | configure:30094: $? = 0 | configure:30105: result: yes | configure:30226: checking for working strndup | configure:30264: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30264: $? = 0 | configure:30264: ./conftest | configure:30264: $? = 0 | configure:30274: result: yes | configure:30320: checking for working strnlen | configure:30358: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30358: $? = 0 | configure:30358: ./conftest | configure:30358: $? = 0 | configure:30368: result: yes | configure:30417: checking whether strtoimax works | configure:30471: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30471: $? = 0 | configure:30471: ./conftest | configure:30471: $? = 0 | configure:30482: result: yes | configure:30534: checking for strtol | configure:30534: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30534: $? = 0 | configure:30534: result: yes | configure:30562: checking for strtoll | configure:30562: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30562: $? = 0 | configure:30562: result: yes | configure:30609: checking for strtoul | configure:30609: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30609: $? = 0 | configure:30609: result: yes | configure:30637: checking for strtoull | configure:30637: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30637: $? = 0 | configure:30637: result: yes | configure:30737: checking whether symlink handles trailing slash correctly | configure:30771: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:30771: $? = 0 | configure:30771: ./conftest | configure:30771: $? = 0 | configure:30782: result: yes | configure:30951: checking for nlink_t | configure:30951: result: yes | configure:30966: checking whether fchmodat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether fstat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether fstatat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether futimens is declared without a macro | configure:30992: result: yes | configure:30966: checking whether lchmod is declared without a macro | configure:30992: result: yes | configure:30966: checking whether lstat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether mkdirat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether mkfifo is declared without a macro | configure:30992: result: yes | configure:30966: checking whether mkfifoat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether mknod is declared without a macro | configure:30992: result: yes | configure:30966: checking whether mknodat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether stat is declared without a macro | configure:30992: result: yes | configure:30966: checking whether utimensat is declared without a macro | configure:30992: result: yes | configure:31124: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31124: $? = 0 | configure:31159: checking whether localtime_r is declared | configure:31159: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31159: $? = 0 | configure:31159: result: yes | configure:31178: checking whether localtime_r is compatible with its POSIX signature | configure:31202: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:539:15: warning: value computed is not used [-Wunused-value] | *localtime_r (0, 0); | ^ | configure:31202: $? = 0 | configure:31210: result: yes | configure:31264: checking for ttyname_r | configure:31264: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:31264: $? = 0 | configure:31264: result: yes | configure:31277: checking whether ttyname_r is compatible with its POSIX signature | configure:31295: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:535:1: warning: null argument where non-null required (argument 2) [-Wnonnull] | *ttyname_r (0, NULL, 0); | ^ | conftest.c:535:1: error: invalid type argument of unary '*' (have 'int') | configure:31295: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 | | #include | | int | | main () | | { | | *ttyname_r (0, NULL, 0); | | ; | | return 0; | | } | | | configure:31303: result: yes | configure:31312: checking whether ttyname_r works with small buffers | configure:31351: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:31351: $? = 0 | configure:31351: ./conftest | configure:31351: $? = 0 | configure:31364: result: yes | configure:31508: checking whether chdir is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether chown is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether dup is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether dup2 is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether dup3 is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether environ is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether euidaccess is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether faccessat is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether fchdir is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether fchownat is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether fdatasync is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether fsync is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether ftruncate is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getcwd is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getdomainname is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getdtablesize is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getgroups is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether gethostname is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getlogin is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getlogin_r is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getpagesize is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether getusershell is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether setusershell is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether endusershell is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether group_member is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether isatty is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether lchown is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether link is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether linkat is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether lseek is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether pipe is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether pipe2 is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether pread is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether pwrite is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether readlink is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether readlinkat is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether rmdir is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether sethostname is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether sleep is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether symlink is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether symlinkat is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether ttyname_r is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether unlink is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether unlinkat is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31508: checking whether usleep is declared without a macro | configure:31538: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:31538: $? = 0 | configure:31546: result: yes | configure:31649: checking whether unlink honors trailing slashes | configure:31697: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:31697: $? = 0 | configure:31697: ./conftest | configure:31697: $? = 0 | configure:31708: result: yes | configure:31716: checking whether unlink of a parent directory fails as it should | configure:31788: result: guessing yes | configure:31927: checking for unlockpt | configure:31927: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:31927: $? = 0 | configure:31927: result: yes | configure:31988: checking for unsetenv | configure:31988: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:31988: $? = 0 | configure:31988: result: yes | configure:32001: checking for unsetenv() return type | configure:32026: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32026: $? = 0 | configure:32033: result: int | configure:32042: checking whether unsetenv obeys POSIX | configure:32087: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:32087: $? = 0 | configure:32087: ./conftest | configure:32087: $? = 0 | configure:32097: result: yes | configure:32145: checking whether futimesat handles NULL file | configure:32178: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c: In function 'main': | conftest.c:594:15: warning: implicit declaration of function 'futimesat' [-Wimplicit-function-declaration] | if (futimesat (fd, NULL, NULL)) return 2; | ^ | configure:32178: $? = 0 | configure:32178: ./conftest | configure:32178: $? = 0 | configure:32189: result: yes | configure:32386: checking for ptrdiff_t | configure:32386: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32386: $? = 0 | configure:32386: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:621:24: error: expected expression before ')' token | if (sizeof ((ptrdiff_t))) | ^ | configure:32386: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((ptrdiff_t))) | | return 0; | | ; | | return 0; | | } | configure:32386: result: yes | configure:32407: checking for vasprintf | configure:32407: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:32407: $? = 0 | configure:32407: result: yes | configure:32533: checking for vsnprintf | configure:32533: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:610:6: warning: conflicting types for built-in function 'vsnprintf' | char vsnprintf (); | ^ | configure:32533: $? = 0 | configure:32533: result: yes | configure:32546: checking whether snprintf respects a size of 1 | configure:32591: result: yes | configure:32601: checking whether printf supports POSIX/XSI format strings with positions | configure:32644: result: yes | configure:32797: checking whether btowc is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wctob is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether mbsinit is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether mbrtowc is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether mbrlen is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether mbsrtowcs is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether mbsnrtowcs is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcrtomb is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsrtombs is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsnrtombs is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcwidth is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wmemchr is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wmemcmp is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wmemcpy is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wmemmove is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wmemset is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcslen is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsnlen is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcscpy is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcpcpy is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsncpy is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcpncpy is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcscat is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsncat is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcscmp is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsncmp is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcscasecmp is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsncasecmp is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcscoll is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsxfrm is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsdup is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcschr is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsrchr is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcscspn is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsspn is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcspbrk is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcsstr is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcstok is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32797: checking whether wcswidth is declared without a macro | configure:32825: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:32825: $? = 0 | configure:32833: result: yes | configure:32859: checking whether mbrtowc handles incomplete characters | configure:32916: result: yes | configure:32922: checking whether mbrtowc works as well as mbtowc | configure:32983: result: yes | configure:33036: checking whether wcrtomb return value is correct | configure:33091: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:33091: $? = 0 | configure:33091: ./conftest | configure:33091: $? = 0 | configure:33103: result: yes | configure:33242: checking whether iswcntrl works | configure:33297: result: yes | configure:33321: checking for towlower | configure:33321: result: yes | configure:33369: checking for wctype_t | configure:33405: result: yes | configure:33411: checking for wctrans_t | configure:33445: result: yes | configure:33454: checking whether wctype is declared without a macro | configure:33491: result: yes | configure:33454: checking whether iswctype is declared without a macro | configure:33491: result: yes | configure:33454: checking whether wctrans is declared without a macro | configure:33491: result: yes | configure:33454: checking whether towctrans is declared without a macro | configure:33491: result: yes | configure:33514: checking whether wcwidth is declared | configure:33514: result: yes | configure:33543: checking whether wcwidth works reasonably in UTF-8 locales | configure:33594: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:33594: $? = 0 | configure:33594: ./conftest | configure:33594: $? = 0 | configure:33605: result: yes | configure:33687: checking for stdint.h | configure:33687: result: yes | configure:33759: checking whether time.h and sys/time.h may both be included | configure:33779: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:33779: $? = 0 | configure:33786: result: yes | configure:33794: checking for struct stat.st_blksize | configure:33794: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:33794: $? = 0 | configure:33794: result: yes | configure:33814: checking for library containing setsockopt | configure:33845: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:33845: $? = 0 | configure:33862: result: none required | configure:33927: checking for library containing setsockopt | configure:33975: result: none required | configure:34021: checking for sys/mtio.h | configure:34021: result: yes | configure:34031: checking which ioctl field to test for reversed bytes | configure:34050: result: mt_type | configure:34066: checking whether to build rmt | configure:34079: result: yes | configure:33992: checking for remote tape header files | configure:34005: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:34005: $? = 0 | configure:34012: result: yes | configure:34116: checking for sys/buf.h | configure:34116: result: yes | configure:34132: checking for struct stat.st_blksize | configure:34132: result: yes | configure:34148: checking for library containing gethostbyname | configure:34179: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:34179: $? = 0 | configure:34196: result: none required | configure:34972: checking sys/xattr.h usability | configure:34972: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:34972: $? = 0 | configure:34972: result: yes | configure:34972: checking sys/xattr.h presence | configure:34972: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:34972: $? = 0 | configure:34972: result: yes | configure:34972: checking for sys/xattr.h | configure:34972: result: yes | configure:35004: checking for getxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define getxattr to an innocuous variant, in case declares getxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getxattr innocuous_getxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getxattr | | | | /* 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 getxattr (); | | /* 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_getxattr || defined __stub___getxattr | | choke me | | #endif | | | | int | | main () | | { | | return getxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for fgetxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define fgetxattr to an innocuous variant, in case declares fgetxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fgetxattr innocuous_fgetxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fgetxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fgetxattr | | | | /* 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 (); | | /* 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_fgetxattr || defined __stub___fgetxattr | | choke me | | #endif | | | | int | | main () | | { | | return fgetxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for lgetxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define lgetxattr to an innocuous variant, in case declares lgetxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define lgetxattr innocuous_lgetxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char lgetxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef lgetxattr | | | | /* 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 lgetxattr (); | | /* 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_lgetxattr || defined __stub___lgetxattr | | choke me | | #endif | | | | int | | main () | | { | | return lgetxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for setxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define setxattr to an innocuous variant, in case declares setxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define setxattr innocuous_setxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char setxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef setxattr | | | | /* 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 setxattr (); | | /* 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_setxattr || defined __stub___setxattr | | choke me | | #endif | | | | int | | main () | | { | | return setxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for fsetxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define fsetxattr to an innocuous variant, in case declares fsetxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fsetxattr innocuous_fsetxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fsetxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fsetxattr | | | | /* 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 fsetxattr (); | | /* 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_fsetxattr || defined __stub___fsetxattr | | choke me | | #endif | | | | int | | main () | | { | | return fsetxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for lsetxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define lsetxattr to an innocuous variant, in case declares lsetxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define lsetxattr innocuous_lsetxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char lsetxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef lsetxattr | | | | /* 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 lsetxattr (); | | /* 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_lsetxattr || defined __stub___lsetxattr | | choke me | | #endif | | | | int | | main () | | { | | return lsetxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for listxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define listxattr to an innocuous variant, in case declares listxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define listxattr innocuous_listxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char listxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef listxattr | | | | /* 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 listxattr (); | | /* 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_listxattr || defined __stub___listxattr | | choke me | | #endif | | | | int | | main () | | { | | return listxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for flistxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define flistxattr to an innocuous variant, in case declares flistxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define flistxattr innocuous_flistxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char flistxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef flistxattr | | | | /* 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 flistxattr (); | | /* 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_flistxattr || defined __stub___flistxattr | | choke me | | #endif | | | | int | | main () | | { | | return flistxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35004: checking for llistxattr | configure:35004: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | conftest.c:674:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:677:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:35004: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 1 | | /* end confdefs.h. */ | | /* Define llistxattr to an innocuous variant, in case declares llistxattr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define llistxattr innocuous_llistxattr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char llistxattr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef llistxattr | | | | /* 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 llistxattr (); | | /* 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_llistxattr || defined __stub___llistxattr | | choke me | | #endif | | | | int | | main () | | { | | return llistxattr (); | | ; | | return 0; | | } | configure:35004: result: no | configure:35141: checking whether getgrgid is declared | configure:35141: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:35141: $? = 0 | configure:35141: result: yes | configure:35153: checking whether getpwuid is declared | configure:35153: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:35153: $? = 0 | configure:35153: result: yes | configure:35165: checking whether time is declared | configure:35165: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:35165: $? = 0 | configure:35165: result: yes | configure:35178: checking for waitpid | configure:35178: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:35178: $? = 0 | configure:35178: result: yes | configure:35194: checking for remote shell | configure:35220: result: /usr/bin/rsh | configure:35356: checking for default archive format | configure:35373: result: GNU | configure:35376: checking for default archive | configure:35419: result: - | configure:35423: checking for default blocking | configure:35431: result: 20 | configure:35434: checking for default quoting style | configure:35445: result: escape | configure:35496: checking for ld used by gcc | configure:35563: result: /usr/bin/ld | configure:35570: checking if the linker (/usr/bin/ld) is GNU ld | configure:35585: result: yes | configure:35592: checking for shared library run path origin | configure:35605: result: done | configure:36183: checking for iconv | configure:36205: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:36205: $? = 0 | configure:36237: result: yes | configure:36258: checking for iconv declaration | configure:36287: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:36287: $? = 0 | configure:36298: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:36310: checking iconv.h usability | configure:36310: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:36310: $? = 0 | configure:36310: result: yes | configure:36310: checking iconv.h presence | configure:36310: gcc -E -D_FORTIFY_SOURCE=2 conftest.c | configure:36310: $? = 0 | configure:36310: result: yes | configure:36310: checking for iconv.h | configure:36310: result: yes | configure:36320: checking for iconv_t | configure:36320: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:36320: $? = 0 | configure:36320: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:674:22: error: expected expression before ')' token | if (sizeof ((iconv_t))) | ^ | configure:36320: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 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 "xz" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | | | #ifdef HAVE_ICONV_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((iconv_t))) | | return 0; | | ; | | return 0; | | } | configure:36320: result: yes | configure:36336: checking for a sed that does not truncate output | configure:36400: result: /bin/sed | configure:36406: checking whether NLS is requested | configure:36415: result: yes | configure:36455: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:36487: result: /usr/bin/msgfmt | configure:36496: checking for gmsgfmt | configure:36527: result: /usr/bin/msgfmt | configure:36577: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:36609: result: /usr/bin/xgettext | configure:36654: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:36685: result: /usr/bin/msgmerge | configure:36726: checking for CFPreferencesCopyAppValue | configure:36744: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:665:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory | compilation terminated. | configure:36744: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 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 "xz" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:36753: result: no | configure:36760: checking for CFLocaleCopyCurrent | configure:36778: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:665:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory | compilation terminated. | configure:36778: $? = 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_FEATURES_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_XLOCALE_H 1 | | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | | #define HAVE_POSIX_ACLS /**/ | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FACCESSAT 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_LCHMOD 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_LINKAT 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_POSIX_OPENPT 1 | | #define HAVE_PTSNAME_R 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRDUP 1 | | #define HAVE_TZSET 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 1 | | #define HAVE_DECL_GETLINE 1 | | #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_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 1 | | #define HAVE_DECL_ALARM 1 | | #define PROMOTED_MODE_T int | | #define HAVE__BOOL 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 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_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | | #define HAVE_RAW_DECL_FFS 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_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 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_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_DIRFD 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_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #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_EUIDACCESS 1 | | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | | #define GNULIB_GETCWD 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETCWD 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 struct timezone | | #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 HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_TEST_POSIX_OPENPT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME 1 | | #define GNULIB_TEST_PTSNAME_R 1 | | #define HAVE_SYS_ACL_H 1 | | #define HAVE_ACL_GET_FILE 1 | | #define HAVE_ACL_GET_FD 1 | | #define HAVE_ACL_SET_FILE 1 | | #define HAVE_ACL_SET_FD 1 | | #define HAVE_ACL_FREE 1 | | #define HAVE_ACL_FROM_MODE 1 | | #define HAVE_ACL_FROM_TEXT 1 | | #define HAVE_ACL_DELETE_DEF_FILE 1 | | #define HAVE_ACL_EXTENDED_FILE 1 | | #define HAVE_ACL_LIBACL_H 1 | | #define HAVE_ACL_ENTRIES 1 | | #define HAVE_ACL_FIRST_ENTRY 1 | | #define USE_ACL 1 | | #define HAVE_RAISE 1 | | #define GNULIB_TEST_RAISE 1 | | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_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_SYS_XATTR_H 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 "xz" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:36787: result: no | configure:36836: checking for GNU gettext in libc | configure:36860: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lacl >&5 | configure:36860: $? = 0 | configure:36869: result: yes | configure:37551: checking whether to use NLS | configure:37553: result: yes | configure:37556: checking where the gettext function comes from | configure:37567: result: libc | configure:37765: checking that generated files are newer than configure | configure:37771: result: done | configure:37911: 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 falla | | config.status:2355: creating tests/Makefile | config.status:2355: creating tests/atlocal | config.status:2355: creating Makefile | config.status:2355: creating doc/Makefile | config.status:2355: creating gnu/Makefile | config.status:2355: creating lib/Makefile | config.status:2355: creating po/Makefile.in | config.status:2355: creating scripts/Makefile | config.status:2355: creating rmt/Makefile | config.status:2355: creating src/Makefile | config.status:2355: creating config.h | config.status:2584: executing depfiles commands | config.status:2584: executing po-directories commands | config.status:2584: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-unknown-kfreebsd10.1-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall' | ac_cv_env_CPPFLAGS_set=set | ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2 | 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=-Wl,-z,relro | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_RSH_set=set | ac_cv_env_RSH_value=/usr/bin/rsh | 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__set_invalid_parameter_handler=no | ac_cv_func_acl_copy_ext_native=no | ac_cv_func_acl_create_entry_np=no | ac_cv_func_acl_delete_def_file=yes | ac_cv_func_acl_delete_fd_np=no | ac_cv_func_acl_delete_file_np=no | ac_cv_func_acl_entries=yes | ac_cv_func_acl_extended_file=yes | ac_cv_func_acl_free=yes | ac_cv_func_acl_free_text=no | ac_cv_func_acl_from_mode=yes | ac_cv_func_acl_from_text=yes | ac_cv_func_acl_get_fd=yes | ac_cv_func_acl_get_file=yes | ac_cv_func_acl_set_fd=yes | ac_cv_func_acl_set_file=yes | ac_cv_func_acl_to_short_text=no | ac_cv_func_alloca_works=yes | ac_cv_func_btowc=yes | ac_cv_func_canonicalize_file_name=yes | 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=yes | ac_cv_func_euidaccess=yes | ac_cv_func_faccessat=yes | ac_cv_func_fchdir=yes | ac_cv_func_fchmod=yes | ac_cv_func_fchmodat=yes | ac_cv_func_fchown=yes | ac_cv_func_fchownat=yes | ac_cv_func_fcntl=yes | ac_cv_func_fdopendir=yes | ac_cv_func_fgetxattr=no | ac_cv_func_flistxattr=no | ac_cv_func_flockfile=yes | ac_cv_func_fsetxattr=no | ac_cv_func_fstatat=yes | ac_cv_func_fsync=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimens=no | ac_cv_func_futimes=yes | ac_cv_func_futimesat=yes | ac_cv_func_getcwd=yes | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getgroups=yes | ac_cv_func_getgroups_works=yes | ac_cv_func_getline=yes | ac_cv_func_getopt_long_only=yes | ac_cv_func_getpagesize=yes | ac_cv_func_getppriv=no | ac_cv_func_gettimeofday=yes | ac_cv_func_getxattr=no | ac_cv_func_grantpt=yes | ac_cv_func_group_member=yes | ac_cv_func_isblank=yes | ac_cv_func_iswblank=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=yes | ac_cv_func_lchmod=yes | ac_cv_func_lchown=yes | ac_cv_func_lgetxattr=no | ac_cv_func_link=yes | ac_cv_func_linkat=yes | ac_cv_func_listxattr=no | ac_cv_func_llistxattr=no | ac_cv_func_localtime_r=yes | ac_cv_func_lsetxattr=no | ac_cv_func_lstat=yes | ac_cv_func_lutimes=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_mbsrtowcs=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_mkdirat=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_mkfifoat=yes | ac_cv_func_mknod=yes | ac_cv_func_mknodat=yes | 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=yes | 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=yes | ac_cv_func_raise=yes | ac_cv_func_rawmemchr=yes | ac_cv_func_readdir=yes | ac_cv_func_readlink=yes | ac_cv_func_readlinkat=yes | ac_cv_func_realpath=yes | ac_cv_func_renameat=yes | ac_cv_func_rewinddir=yes | ac_cv_func_rpmatch=yes | ac_cv_func_secure_getenv=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_setxattr=no | ac_cv_func_sleep=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchrnul=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_char_p=yes | ac_cv_func_strncasecmp=yes | ac_cv_func_strndup=yes | ac_cv_func_strnlen=yes | ac_cv_func_strnlen_working=yes | ac_cv_func_strtoimax=yes | ac_cv_func_strtol=yes | ac_cv_func_strtoll=yes | ac_cv_func_strtoul=yes | ac_cv_func_strtoull=yes | ac_cv_func_strtoumax=yes | ac_cv_func_symlink=yes | ac_cv_func_symlinkat=yes | ac_cv_func_towlower=yes | ac_cv_func_tsearch=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=no | 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=yes | ac_cv_func_wcwidth=yes | ac_cv_func_wmemchr=yes | ac_cv_func_wmemcpy=yes | ac_cv_func_wmempcpy=yes | ac_cv_gnu_library_2_1=yes | 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_canonicalize_file_name=yes | ac_cv_have_decl_chdir=yes | ac_cv_have_decl_chown=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_closedir=yes | ac_cv_have_decl_dirfd=yes | ac_cv_have_decl_dprintf=yes | ac_cv_have_decl_dup2=yes | ac_cv_have_decl_dup3=yes | ac_cv_have_decl_dup=yes | ac_cv_have_decl_duplocale=yes | ac_cv_have_decl_endusershell=yes | ac_cv_have_decl_environ=yes | ac_cv_have_decl_euidaccess=yes | ac_cv_have_decl_faccessat=yes | ac_cv_have_decl_fchdir=yes | ac_cv_have_decl_fchmodat=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=yes | ac_cv_have_decl_ferror_unlocked=yes | ac_cv_have_decl_fflush_unlocked=yes | ac_cv_have_decl_ffs=yes | ac_cv_have_decl_ffsl=yes | ac_cv_have_decl_ffsll=yes | ac_cv_have_decl_fgets_unlocked=yes | ac_cv_have_decl_fputc_unlocked=yes | ac_cv_have_decl_fputs_unlocked=yes | ac_cv_have_decl_fread_unlocked=yes | 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=yes | 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=yes | ac_cv_have_decl_getdomainname=yes | 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=yes | ac_cv_have_decl_getloadavg=yes | ac_cv_have_decl_getlogin=yes | ac_cv_have_decl_getlogin_r=yes | ac_cv_have_decl_getpagesize=yes | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_getsubopt=yes | ac_cv_have_decl_gettimeofday=yes | ac_cv_have_decl_getusershell=yes | ac_cv_have_decl_grantpt=yes | ac_cv_have_decl_group_member=yes | ac_cv_have_decl_imaxabs=yes | ac_cv_have_decl_imaxdiv=yes | ac_cv_have_decl_initstate=yes | ac_cv_have_decl_initstate_r=yes | ac_cv_have_decl_isatty=yes | ac_cv_have_decl_iswblank=yes | ac_cv_have_decl_iswctype=yes | ac_cv_have_decl_lchmod=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_link=yes | ac_cv_have_decl_linkat=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_mbsnrtowcs=yes | ac_cv_have_decl_mbsrtowcs=yes | ac_cv_have_decl_memmem=yes | ac_cv_have_decl_mempcpy=yes | ac_cv_have_decl_memrchr=yes | ac_cv_have_decl_mkdirat=yes | ac_cv_have_decl_mkdtemp=yes | ac_cv_have_decl_mkfifo=yes | ac_cv_have_decl_mkfifoat=yes | ac_cv_have_decl_mknod=yes | ac_cv_have_decl_mknodat=yes | ac_cv_have_decl_mkostemp=yes | ac_cv_have_decl_mkostemps=yes | ac_cv_have_decl_mkstemp=yes | ac_cv_have_decl_mkstemps=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_pipe2=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=yes | ac_cv_have_decl_program_invocation_short_name=yes | ac_cv_have_decl_pthread_sigmask=yes | ac_cv_have_decl_ptsname=yes | ac_cv_have_decl_ptsname_r=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_random_r=yes | ac_cv_have_decl_rawmemchr=yes | ac_cv_have_decl_readdir=yes | ac_cv_have_decl_readlink=yes | ac_cv_have_decl_readlinkat=yes | ac_cv_have_decl_realpath=yes | ac_cv_have_decl_renameat=yes | ac_cv_have_decl_rewinddir=yes | ac_cv_have_decl_rmdir=yes | ac_cv_have_decl_rpmatch=yes | ac_cv_have_decl_scandir=yes | ac_cv_have_decl_secure_getenv=yes | ac_cv_have_decl_setenv=yes | ac_cv_have_decl_sethostname=yes | ac_cv_have_decl_setlocale=yes | ac_cv_have_decl_setstate=yes | ac_cv_have_decl_setstate_r=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_srandom_r=yes | ac_cv_have_decl_stat=yes | ac_cv_have_decl_stpcpy=yes | ac_cv_have_decl_stpncpy=yes | ac_cv_have_decl_strcasecmp=yes | ac_cv_have_decl_strcasestr=yes | ac_cv_have_decl_strchrnul=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_strncasecmp=yes | ac_cv_have_decl_strncat=yes | ac_cv_have_decl_strndup=yes | ac_cv_have_decl_strnlen=yes | ac_cv_have_decl_strpbrk=yes | ac_cv_have_decl_strsep=yes | ac_cv_have_decl_strsignal=yes | ac_cv_have_decl_strtod=yes | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtok_r=yes | ac_cv_have_decl_strtoll=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_strverscmp=yes | ac_cv_have_decl_symlink=yes | ac_cv_have_decl_symlinkat=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_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_vdprintf=yes | ac_cv_have_decl_vsnprintf=yes | ac_cv_have_decl_wcpcpy=yes | ac_cv_have_decl_wcpncpy=yes | ac_cv_have_decl_wcrtomb=yes | ac_cv_have_decl_wcscasecmp=yes | ac_cv_have_decl_wcscat=yes | ac_cv_have_decl_wcschr=yes | ac_cv_have_decl_wcscmp=yes | ac_cv_have_decl_wcscoll=yes | ac_cv_have_decl_wcscpy=yes | ac_cv_have_decl_wcscspn=yes | ac_cv_have_decl_wcsdup=yes | ac_cv_have_decl_wcslen=yes | ac_cv_have_decl_wcsncasecmp=yes | ac_cv_have_decl_wcsncat=yes | ac_cv_have_decl_wcsncmp=yes | ac_cv_have_decl_wcsncpy=yes | ac_cv_have_decl_wcsnlen=yes | ac_cv_have_decl_wcsnrtombs=yes | ac_cv_have_decl_wcspbrk=yes | ac_cv_have_decl_wcsrchr=yes | ac_cv_have_decl_wcsrtombs=yes | ac_cv_have_decl_wcsspn=yes | ac_cv_have_decl_wcsstr=yes | ac_cv_have_decl_wcstok=yes | ac_cv_have_decl_wcswidth=yes | ac_cv_have_decl_wcsxfrm=yes | ac_cv_have_decl_wctob=yes | ac_cv_have_decl_wctrans=yes | ac_cv_have_decl_wctype=yes | ac_cv_have_decl_wcwidth=yes | ac_cv_have_decl_wmemchr=yes | ac_cv_have_decl_wmemcmp=yes | ac_cv_have_decl_wmemcpy=yes | ac_cv_have_decl_wmemmove=yes | ac_cv_have_decl_wmemset=yes | ac_cv_header_acl_libacl_h=yes | ac_cv_header_dirent_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=yes | 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_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=no | 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_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_io_trioctl_h=no | 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=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_sys_xattr_h=yes | ac_cv_header_sysexits_h=yes | ac_cv_header_time=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_header_xlocale_h=yes | ac_cv_host=x86_64-unknown-kfreebsd10.1-gnu | ac_cv_lib_error_at_line=yes | 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=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_EGREP='/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | ac_cv_path_GREP=/bin/grep | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/bin/msgmerge | ac_cv_path_SED=/bin/sed | ac_cv_path_XGETTEXT=/usr/bin/xgettext | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=mawk | ac_cv_prog_CPP='gcc -E' | 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= | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc= | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_acl_delete_def_file='none required' | ac_cv_search_acl_free='none required' | ac_cv_search_acl_from_text='none required' | ac_cv_search_acl_get_fd='none required' | ac_cv_search_acl_get_file=-lacl | ac_cv_search_acl_set_fd='none required' | ac_cv_search_acl_set_file='none required' | ac_cv_search_acl_to_text='none required' | ac_cv_search_clock_gettime='none required' | ac_cv_search_gethostbyname='none required' | ac_cv_search_setfilecon=no | ac_cv_search_setsockopt='none required' | 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=no | ac_cv_type_mbstate_t=yes | ac_cv_type_minor_t=no | ac_cv_type_mode_t=yes | ac_cv_type_nlink_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_sighandler_t=yes | 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_working_alloca_h=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_working_getline=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | 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, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | diff_cv_st_fstype_string=no | gl_cv_acl_ACL_FIRST_ENTRY=yes | gl_cv_acl_ACL_TYPE_EXTENDED=no | gl_cv_c_amsterdam_compiler=no | gl_cv_c_multiarch=no | gl_cv_cc_double_expbit0='word 1 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=yes | gl_cv_func_fseeko=yes | gl_cv_func_fstatat_zero_flag=yes | gl_cv_func_futimesat_works=yes | gl_cv_func_getcwd_abort_bug=no | gl_cv_func_getcwd_null=yes | 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=no | gl_cv_func_getopt_gnu=yes | gl_cv_func_getopt_long_gnu=yes | gl_cv_func_getopt_posix=yes | gl_cv_func_gettimeofday_clobber=no | gl_cv_func_gettimeofday_posix_signature=almost | gl_cv_func_iswcntrl_works=yes | gl_cv_func_itold_works=yes | gl_cv_func_link_follows_symlink=yes | gl_cv_func_link_works=yes | gl_cv_func_linkat_follow=yes | gl_cv_func_linkat_slash=yes | 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=yes | gl_cv_func_mbrtowc_nul_retval=yes | gl_cv_func_mbrtowc_null_arg1=yes | gl_cv_func_mbrtowc_null_arg2=yes | gl_cv_func_mbrtowc_retval=yes | gl_cv_func_mbrtowc_sanitycheck=yes | gl_cv_func_mbsrtowcs_works=yes | gl_cv_func_memchr_works=yes | gl_cv_func_mkdir_trailing_dot_works=yes | gl_cv_func_mkdir_trailing_slash_works=yes | gl_cv_func_mkfifo_works=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_r_signature_ok=yes | gl_cv_func_ptsname_sets_errno=yes | gl_cv_func_re_compile_pattern_working=yes | gl_cv_func_readlink_works=yes | gl_cv_func_realpath_works=yes | gl_cv_func_rename_dest_works=yes | gl_cv_func_rename_link_works=yes | gl_cv_func_rename_slash_dst_works=yes | 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_strchrnul_works=yes | gl_cv_func_strerror_0_works=yes | gl_cv_func_strndup_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=yes | gl_cv_func_unlink_honors_slashes=yes | gl_cv_func_unlink_parent_fails='guessing yes' | gl_cv_func_unsetenv_works=yes | gl_cv_func_va_copy=yes | gl_cv_func_vsnprintf_usable=yes | gl_cv_func_wcrtomb_retval=yes | gl_cv_func_wcwidth_works=yes | gl_cv_func_working_acl_get_file=yes | gl_cv_func_working_getdelim=yes | gl_cv_func_working_mktime=yes | gl_cv_func_working_strerror=yes | gl_cv_func_working_utimes=yes | gl_cv_have___xpg4=no | gl_cv_have_arbitrary_file_name_length_limit=yes | gl_cv_have_include_next=yes | gl_cv_have_raw_decl__Exit=yes | gl_cv_have_raw_decl_alphasort=yes | gl_cv_have_raw_decl_atoll=yes | gl_cv_have_raw_decl_btowc=yes | gl_cv_have_raw_decl_canonicalize_file_name=yes | 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=yes | gl_cv_have_raw_decl_dprintf=yes | gl_cv_have_raw_decl_dup2=yes | gl_cv_have_raw_decl_dup3=yes | gl_cv_have_raw_decl_dup=yes | gl_cv_have_raw_decl_duplocale=yes | gl_cv_have_raw_decl_endusershell=yes | gl_cv_have_raw_decl_environ=yes | gl_cv_have_raw_decl_euidaccess=yes | gl_cv_have_raw_decl_faccessat=yes | gl_cv_have_raw_decl_fchdir=yes | gl_cv_have_raw_decl_fchmodat=yes | 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=yes | gl_cv_have_raw_decl_ffsll=yes | 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=yes | gl_cv_have_raw_decl_getdomainname=yes | 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=yes | gl_cv_have_raw_decl_getloadavg=yes | 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=no | 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=yes | 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=yes | gl_cv_have_raw_decl_isatty=yes | gl_cv_have_raw_decl_iswctype=yes | gl_cv_have_raw_decl_lchmod=yes | gl_cv_have_raw_decl_lchown=yes | gl_cv_have_raw_decl_link=yes | gl_cv_have_raw_decl_linkat=yes | 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=yes | gl_cv_have_raw_decl_mbsrtowcs=yes | gl_cv_have_raw_decl_memmem=yes | gl_cv_have_raw_decl_mempcpy=yes | gl_cv_have_raw_decl_memrchr=yes | gl_cv_have_raw_decl_mkdirat=yes | gl_cv_have_raw_decl_mkdtemp=yes | gl_cv_have_raw_decl_mkfifo=yes | gl_cv_have_raw_decl_mkfifoat=yes | gl_cv_have_raw_decl_mknod=yes | gl_cv_have_raw_decl_mknodat=yes | gl_cv_have_raw_decl_mkostemp=yes | gl_cv_have_raw_decl_mkostemps=yes | gl_cv_have_raw_decl_mkstemp=yes | gl_cv_have_raw_decl_mkstemps=yes | 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=yes | 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=yes | gl_cv_have_raw_decl_pwrite=yes | gl_cv_have_raw_decl_random=yes | gl_cv_have_raw_decl_random_r=yes | gl_cv_have_raw_decl_rawmemchr=yes | gl_cv_have_raw_decl_readdir=yes | gl_cv_have_raw_decl_readlink=yes | gl_cv_have_raw_decl_readlinkat=yes | gl_cv_have_raw_decl_realpath=yes | gl_cv_have_raw_decl_renameat=yes | gl_cv_have_raw_decl_rewinddir=yes | gl_cv_have_raw_decl_rmdir=yes | gl_cv_have_raw_decl_rpmatch=yes | gl_cv_have_raw_decl_scandir=yes | gl_cv_have_raw_decl_secure_getenv=yes | gl_cv_have_raw_decl_setenv=yes | gl_cv_have_raw_decl_sethostname=yes | gl_cv_have_raw_decl_setlocale=yes | gl_cv_have_raw_decl_setstate=yes | gl_cv_have_raw_decl_setstate_r=yes | 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=yes | gl_cv_have_raw_decl_stat=yes | gl_cv_have_raw_decl_stpcpy=yes | gl_cv_have_raw_decl_stpncpy=yes | gl_cv_have_raw_decl_strcasecmp=yes | gl_cv_have_raw_decl_strcasestr=yes | gl_cv_have_raw_decl_strchrnul=yes | gl_cv_have_raw_decl_strdup=yes | gl_cv_have_raw_decl_strerror_r=yes | gl_cv_have_raw_decl_strncasecmp=yes | gl_cv_have_raw_decl_strncat=yes | gl_cv_have_raw_decl_strndup=yes | gl_cv_have_raw_decl_strnlen=yes | gl_cv_have_raw_decl_strpbrk=yes | gl_cv_have_raw_decl_strsep=yes | gl_cv_have_raw_decl_strsignal=yes | gl_cv_have_raw_decl_strtod=yes | gl_cv_have_raw_decl_strtoimax=yes | gl_cv_have_raw_decl_strtok_r=yes | gl_cv_have_raw_decl_strtoll=yes | gl_cv_have_raw_decl_strtoull=yes | gl_cv_have_raw_decl_strtoumax=yes | gl_cv_have_raw_decl_strverscmp=yes | gl_cv_have_raw_decl_symlink=yes | gl_cv_have_raw_decl_symlinkat=yes | 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=yes | gl_cv_have_raw_decl_vsnprintf=yes | gl_cv_have_raw_decl_wcpcpy=yes | gl_cv_have_raw_decl_wcpncpy=yes | gl_cv_have_raw_decl_wcrtomb=yes | gl_cv_have_raw_decl_wcscasecmp=yes | gl_cv_have_raw_decl_wcscat=yes | gl_cv_have_raw_decl_wcschr=yes | gl_cv_have_raw_decl_wcscmp=yes | gl_cv_have_raw_decl_wcscoll=yes | gl_cv_have_raw_decl_wcscpy=yes | gl_cv_have_raw_decl_wcscspn=yes | gl_cv_have_raw_decl_wcsdup=yes | gl_cv_have_raw_decl_wcslen=yes | gl_cv_have_raw_decl_wcsncasecmp=yes | gl_cv_have_raw_decl_wcsncat=yes | gl_cv_have_raw_decl_wcsncmp=yes | gl_cv_have_raw_decl_wcsncpy=yes | gl_cv_have_raw_decl_wcsnlen=yes | gl_cv_have_raw_decl_wcsnrtombs=yes | gl_cv_have_raw_decl_wcspbrk=yes | gl_cv_have_raw_decl_wcsrchr=yes | gl_cv_have_raw_decl_wcsrtombs=yes | gl_cv_have_raw_decl_wcsspn=yes | gl_cv_have_raw_decl_wcsstr=yes | gl_cv_have_raw_decl_wcstok=yes | gl_cv_have_raw_decl_wcswidth=yes | gl_cv_have_raw_decl_wcsxfrm=yes | gl_cv_have_raw_decl_wctob=yes | gl_cv_have_raw_decl_wctrans=yes | gl_cv_have_raw_decl_wctype=yes | gl_cv_have_raw_decl_wcwidth=yes | gl_cv_have_raw_decl_wmemchr=yes | gl_cv_have_raw_decl_wmemcmp=yes | gl_cv_have_raw_decl_wmemcpy=yes | gl_cv_have_raw_decl_wmemmove=yes | gl_cv_have_raw_decl_wmemset=yes | gl_cv_header_errno_h_complete=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_langinfo_codeset=yes | gl_cv_header_langinfo_era=yes | gl_cv_header_langinfo_t_fmt_ampm=yes | gl_cv_header_langinfo_yesexpr=yes | gl_cv_header_locale_h_needs_xlocale_h=no | gl_cv_header_locale_h_posix2001=yes | gl_cv_header_locale_has_locale_t=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=yes | gl_cv_header_working_stdint_h=yes | gl_cv_next_dirent_h='' | gl_cv_next_fcntl_h='' | gl_cv_next_getopt_h='' | gl_cv_next_inttypes_h='' | gl_cv_next_langinfo_h='' | gl_cv_next_locale_h='' | gl_cv_next_signal_h='' | gl_cv_next_stdint_h='' | gl_cv_next_stdio_h='' | gl_cv_next_stdlib_h='' | gl_cv_next_string_h='' | gl_cv_next_strings_h='' | gl_cv_next_sys_stat_h='' | gl_cv_next_sys_time_h='' | gl_cv_next_sys_types_h='' | gl_cv_next_sysexits_h='' | gl_cv_next_time_h='' | gl_cv_next_unistd_h='' | gl_cv_next_wchar_h='' | gl_cv_next_wctype_h='' | gl_cv_pragma_columns=no | gl_cv_promoted_mode_t=int | gl_cv_rpl_alloca=yes | gl_cv_size_max=yes | gl_cv_struct_dirent_d_ino=yes | 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_sigset_t=yes | gl_cv_type_wctrans_t=yes | gl_cv_type_wctype_t=yes | 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=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=ja_JP.EUC-JP | gt_cv_locale_zh_CN=zh_CN.GB18030 | gt_cv_ssize_t=yes | gt_cv_var_environ_declaration=yes | 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=xz | tar_cv_compressor_lzop=lzop | tar_cv_compressor_xz=xz | tar_cv_path_RSH=/usr/bin/rsh | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /home/locutusofborg/tar-1.28/build-aux/missing aclocal-1.15' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='1' | AM_V='$(V)' | APPLE_UNIVERSAL_BUILD='0' | AR='ar' | ARFLAGS='cru' | AUTOCONF='${SHELL} /home/locutusofborg/tar-1.28/build-aux/missing autoconf' | AUTOHEADER='${SHELL} /home/locutusofborg/tar-1.28/build-aux/missing autoheader' | AUTOM4TE='${SHELL} /home/locutusofborg/tar-1.28/build-aux/missing autom4te' | AUTOMAKE='${SHELL} /home/locutusofborg/tar-1.28/build-aux/missing automake-1.15' | AWK='mawk' | BACKUP_LIBEXEC_SCRIPTS='$(BACKUP_LIBEXEC_SCRIPTS_LIST)' | BACKUP_SBIN_SCRIPTS='$(BACKUP_SBIN_SCRIPTS_LIST)' | BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d' | BITSIZEOF_PTRDIFF_T='' | BITSIZEOF_SIG_ATOMIC_T='' | BITSIZEOF_SIZE_T='' | BITSIZEOF_WCHAR_T='' | BITSIZEOF_WINT_T='' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall' | CPP='gcc -E' | CPPFLAGS='-D_FORTIFY_SOURCE=2' | 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='/bin/grep -E' | EMULTIHOP_HIDDEN='' | EMULTIHOP_VALUE='' | ENOLINK_HIDDEN='' | ENOLINK_VALUE='' | EOVERFLOW_HIDDEN='' | EOVERFLOW_VALUE='' | ERRNO_H='' | EXEEXT='' | FLOAT_H='' | FNMATCH_H='' | GETOPT_H='getopt.h' | GETTEXT_MACRO_VERSION='0.18' | GLIBC21='yes' | 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/msgfmt' | GMSGFMT_015='/usr/bin/msgfmt' | 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='/bin/grep' | HAVE_ALPHASORT='1' | HAVE_ATOLL='1' | HAVE_BTOWC='1' | HAVE_CANONICALIZE_FILE_NAME='1' | HAVE_CHOWN='1' | HAVE_CLOSEDIR='1' | HAVE_DECL_DIRFD='1' | HAVE_DECL_ENVIRON='1' | 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='1' | HAVE_DECL_GETDOMAINNAME='1' | HAVE_DECL_GETLINE='1' | 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='1' | 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='1' | HAVE_DECL_STRNLEN='1' | HAVE_DECL_STRSIGNAL='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOK_R='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_DECL_TTYNAME_R='1' | HAVE_DECL_UNSETENV='1' | HAVE_DECL_VSNPRINTF='1' | HAVE_DECL_WCTOB='1' | HAVE_DECL_WCWIDTH='1' | HAVE_DIRENT_H='1' | HAVE_DPRINTF='1' | HAVE_DUP2='1' | HAVE_DUP3='1' | HAVE_DUPLOCALE='1' | HAVE_EUIDACCESS='1' | HAVE_FACCESSAT='1' | HAVE_FCHDIR='1' | HAVE_FCHMODAT='1' | HAVE_FCHOWNAT='1' | HAVE_FCNTL='1' | HAVE_FDATASYNC='1' | HAVE_FDOPENDIR='1' | HAVE_FEATURES_H='1' | 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='0' | 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='1' | HAVE_INTTYPES_H='1' | HAVE_ISWBLANK='1' | HAVE_ISWCNTRL='1' | HAVE_LANGINFO_CODESET='1' | HAVE_LANGINFO_ERA='1' | HAVE_LANGINFO_H='1' | HAVE_LANGINFO_T_FMT_AMPM='1' | HAVE_LANGINFO_YESEXPR='1' | HAVE_LCHMOD='1' | HAVE_LCHOWN='1' | HAVE_LINK='1' | HAVE_LINKAT='1' | 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='1' | HAVE_MKDIRAT='1' | HAVE_MKDTEMP='1' | HAVE_MKFIFO='1' | HAVE_MKFIFOAT='1' | HAVE_MKNOD='1' | HAVE_MKNODAT='1' | 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='1' | HAVE_PWRITE='1' | HAVE_RAISE='1' | HAVE_RANDOM='1' | HAVE_RANDOM_H='1' | HAVE_RANDOM_R='1' | HAVE_RAWMEMCHR='1' | HAVE_READDIR='1' | HAVE_READLINK='1' | HAVE_READLINKAT='1' | HAVE_REALPATH='1' | HAVE_RENAMEAT='1' | HAVE_REWINDDIR='1' | HAVE_RPMATCH='1' | HAVE_SCANDIR='1' | HAVE_SECURE_GETENV='1' | HAVE_SETENV='1' | HAVE_SETHOSTNAME='1' | HAVE_SIGACTION='1' | HAVE_SIGHANDLER_T='1' | HAVE_SIGINFO_T='1' | HAVE_SIGNED_SIG_ATOMIC_T='' | HAVE_SIGNED_WCHAR_T='' | HAVE_SIGNED_WINT_T='' | HAVE_SIGSET_T='1' | HAVE_SLEEP='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASECMP='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='1' | 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='1' | HAVE_SYSEXITS_H='1' | HAVE_SYS_BITYPES_H='' | HAVE_SYS_INTTYPES_H='' | 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='0' | 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='1' | HAVE__BOOL='1' | HAVE__EXIT='1' | INCLUDE_NEXT='include_next' | INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INT32_MAX_LT_INTMAX_MAX='1' | INT64_MAX_EQ_LONG_MAX='1' | INTLLIBS='' | INTL_MACOSX_LIBS='' | LDFLAGS='-Wl,-z,relro' | LIBGNU_LIBDEPS='' | LIBGNU_LTLIBDEPS='' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='-lacl ' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' | LIBUNISTRING_UNITYPES_H='unitypes.h' | LIBUNISTRING_UNIWIDTH_H='uniwidth.h' | LIB_ACL='-lacl' | LIB_CLOCK_GETTIME='' | LIB_EACCESS='' | LIB_SELINUX='' | LIB_SETSOCKOPT='' | LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/gnu"' | LOCALE_FR='fr_FR' | LOCALE_FR_UTF8='fr_FR.UTF-8' | LOCALE_JA='ja_JP.EUC-JP' | LOCALE_ZH_CN='zh_CN.GB18030' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /home/locutusofborg/tar-1.28/build-aux/missing makeinfo' | MKDIR_P='/bin/mkdir -p' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' | NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' | NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' | NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' | NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' | NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' | NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' | NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H='' | NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' | NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' | NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' | NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' | NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' | NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' | NEXT_AS_FIRST_DIRECTIVE_STRING_H='' | NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' | NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' | NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' | NEXT_DIRENT_H='' | NEXT_ERRNO_H='' | NEXT_FCNTL_H='' | NEXT_FLOAT_H='' | NEXT_GETOPT_H='' | NEXT_INTTYPES_H='' | NEXT_LANGINFO_H='' | NEXT_LOCALE_H='' | NEXT_SELINUX_SELINUX_H='' | NEXT_SIGNAL_H='' | NEXT_STDARG_H='' | NEXT_STDDEF_H='' | NEXT_STDINT_H='' | NEXT_STDIO_H='' | NEXT_STDLIB_H='' | NEXT_STRINGS_H='' | NEXT_STRING_H='' | NEXT_SYSEXITS_H='' | NEXT_SYS_STAT_H='' | NEXT_SYS_TIME_H='' | NEXT_SYS_TYPES_H='' | NEXT_TIME_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.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='' | 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='0' | REPLACE_GETCWD='0' | REPLACE_GETDELIM='0' | REPLACE_GETDOMAINNAME='0' | REPLACE_GETDTABLESIZE='0' | REPLACE_GETGROUPS='1' | REPLACE_GETLINE='0' | 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='0' | 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='0' | REPLACE_MBSINIT='0' | REPLACE_MBSNRTOWCS='0' | REPLACE_MBSRTOWCS='0' | 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='0' | 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='0' | REPLACE_REMOVE='0' | REPLACE_RENAME='0' | REPLACE_RENAMEAT='0' | 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='0' | REPLACE_UNLINK='0' | REPLACE_UNLINKAT='0' | REPLACE_UNSETENV='0' | REPLACE_USLEEP='0' | REPLACE_UTIMENSAT='0' | REPLACE_VASPRINTF='0' | REPLACE_VDPRINTF='0' | REPLACE_VFPRINTF='0' | REPLACE_VPRINTF='0' | REPLACE_VSNPRINTF='0' | REPLACE_VSPRINTF='0' | REPLACE_WCRTOMB='0' | REPLACE_WCSNRTOMBS='0' | REPLACE_WCSRTOMBS='0' | REPLACE_WCSWIDTH='0' | REPLACE_WCTOB='0' | REPLACE_WCTOMB='0' | REPLACE_WCWIDTH='0' | REPLACE_WRITE='0' | RSH='/usr/bin/rsh' | SED='/bin/sed' | SELINUX_CONTEXT_H='selinux/context.h' | SET_MAKE='' | SHELL='/bin/bash' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='' | STDALIGN_H='' | STDARG_H='' | STDBOOL_H='' | STDDEF_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='/usr/bin/xgettext' | XGETTEXT_015='/usr/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='yacc' | 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='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='${exec_prefix}/bin' | build='x86_64-unknown-kfreebsd10.1-gnu' | build_alias='' | build_cpu='x86_64' | build_os='kfreebsd10.1-gnu' | build_vendor='unknown' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' asnprintf.o chdir-long.o fcntl.o futimens.o getgroups.o getopt.o getopt1.o openat-proc.o printf-args.o printf-parse.o selinux-at.o utimensat.o vasnprintf.o' | gl_LTLIBOBJS=' asnprintf.lo chdir-long.lo fcntl.lo futimens.lo getgroups.lo getopt.lo getopt1.lo openat-proc.lo printf-args.lo printf-parse.lo selinux-at.lo utimensat.lo vasnprintf.lo' | gltests_LIBOBJS='' | gltests_LTLIBOBJS='' | gltests_WITNESS='IN_TAR_GNULIB_TESTS' | host='x86_64-unknown-kfreebsd10.1-gnu' | host_alias='' | host_cpu='x86_64' | host_os='kfreebsd10.1-gnu' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /home/locutusofborg/tar-1.28/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='/usr/lib/tar' | 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='/usr' | 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_FEATURES_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_XLOCALE_H 1 | #define HAVE_SYS_MMAN_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 HAVE_SYS_ACL_H 1 | #define HAVE_POSIX_ACLS /**/ | #define major_t int | #define minor_t int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_PATHCONF 1 | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_READLINKAT 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_WMEMPCPY 1 | #define HAVE_FSTATAT 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ISWBLANK 1 | #define HAVE_LINK 1 | #define HAVE_OPENAT 1 | #define HAVE_LINKAT 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKNOD 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_PIPE 1 | #define HAVE_UNLINKAT 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_LUTIMES 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 FUNC_REALPATH_WORKS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 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_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 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 1 | #define HAVE_DECL_GETLINE 1 | #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_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 1 | #define HAVE_DECL_ALARM 1 | #define PROMOTED_MODE_T int | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 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_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 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_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_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 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define GNULIB_AREADLINKAT 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_PROGRAM_INVOCATION_NAME 1 | #define HAVE_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_DIRFD 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_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #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_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 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 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_GETPAGESIZE 1 | #define HAVE_MINIMALLY_WORKING_GETCWD 1 | #define GNULIB_GETCWD 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETCWD 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 struct timezone | #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 HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 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 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 HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 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 HAVE_OBSTACK 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_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_OPENPT 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_PTSNAME 1 | #define GNULIB_TEST_PTSNAME 1 | #define GNULIB_TEST_PTSNAME_R 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_RAWMEMCHR 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 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_RPMATCH 1 | #define GNULIB_TEST_RPMATCH 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_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STPCPY 1 | #define GNULIB_TEST_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCHRNUL 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_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 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 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_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 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_GETDOMAINNAME 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_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 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_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_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_SYS_XATTR_H 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 "xz" | #define LZOP_PROGRAM "lzop" | #define XZ_PROGRAM "xz" | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | #define DEFAULT_ARCHIVE "-" | #define DEFAULT_BLOCKING 20 | #define DEFAULT_QUOTING_STYLE escape_quoting_style | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | | configure: exit 0