## -------------------------- ## ## GNU PSPP 1.0.1 test suite. ## ## -------------------------- ## testsuite: command line was: $ ./tests/testsuite -C tests AUTOTEST_PATH=tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal:utilities RUNNER= ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2017-08-27 Ben Pfaff | | po: Update translations from translationproject.org. | | sys-file-reader: Avoid assert-fail for duplicate attribute names. | CVE-2017-12961. | See also https://bugzilla.redhat.com/show_bug.cgi?id=1482436. | See also http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-12961. | See also http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12961. | Found by team OWL337, using the collAFL fuzzer. ## --------- ## ## Platform. ## ## --------- ## hostname = test3.sph.emory.edu uname -m = x86_64 uname -r = 3.10.0-514.21.1.el7.x86_64 uname -s = Linux uname -v = #1 SMP Sat Apr 22 02:41:35 EDT 2017 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/src/pspp/pspp-1.0.1/tests/data PATH: /usr/local/src/pspp/pspp-1.0.1/tests/language/lexer PATH: /usr/local/src/pspp/pspp-1.0.1/tests/libpspp PATH: /usr/local/src/pspp/pspp-1.0.1/tests/output PATH: /usr/local/src/pspp/pspp-1.0.1/src/ui/terminal PATH: /usr/local/src/pspp/pspp-1.0.1/utilities PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin 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='/usr/local/src/pspp/pspp-1.0.1/tests' | at_srcdir='.' | abs_srcdir='/usr/local/src/pspp/pspp-1.0.1/tests' | at_top_srcdir='..' | abs_top_srcdir='/usr/local/src/pspp/pspp-1.0.1' | at_top_build_prefix='../' | abs_top_builddir='/usr/local/src/pspp/pspp-1.0.1' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # -*- shell-script -*- | | # PSPP - a program for statistical analysis. | # Copyright (C) 2017 Free Software Foundation, Inc. | # | # This program 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. | # | # This program 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 . | # | | | # Variables used internally by the testsuite. | EXEEXT='' | GNM_READ_SUPPORT='yes' | ODF_READ_SUPPORT='yes' | PERL='/usr/bin/perl' | WITH_PERL_MODULE='yes' | host='x86_64-unknown-linux-gnu' | PACKAGE_STRING='GNU PSPP 1.0.1' | PACKAGE_BUGREPORT='address@hidden' | | PSQL_SUPPORT='no' | if test "$PSQL_SUPPORT" = yes; then | : ${PG_CONFIG:=''} | : ${PG_DBASE:=pspptest} | : ${PG_PORT:=6543} | : ${PG_PATH:=`$PG_CONFIG --bindir`} | | # PSQL_SUPPORT indicates that PSPP was built against the PostgreSQL client | # library, but it does not mean that the PostgreSQL utilities are | # installed. So check for them and turn off PSQL_SUPPORT if they are not | # available. | if (PATH=$PG_PATH:$PATH; export PATH; initdb --version) >/dev/null 2>&1 | then | : | else | PSQL_SUPPORT=no | fi | fi | | # Variables used by programs invoked by the testsuite. | CHARSETALIASDIR="$abs_top_builddir/gl" | export CHARSETALIASDIR | | GZIP= | export GZIP | | WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy | export WINEPREFIX | | | HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc. | export HOME | | # Avoids error messages during tests if $TERM is set to an unknown terminal. | TERM=; unset TERM | | pspp_diff=`which diff` | if test X"$RUNNER" = Xwine; then | diff () { | $pspp_diff -w "$@" | } | fi ## ---------------- ## ## Tested programs. ## ## ---------------- ## ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Mon Sep 18 12:25:46 EDT 2017 1. epoch (calendar.at:19): ok (0m0.085s 0m0.070s) 2. numeric input formats (data-in.at:295): ok (0m0.324s 0m0.026s) 3. reading big numbers (data-in.at:418): ok (0m0.010s 0m0.011s) 4. DATE input format (data-in.at:498): ok (0m0.022s 0m0.021s) 5. ADATE input format (data-in.at:710): ok (0m0.027s 0m0.015s) 6. EDATE input format (data-in.at:922): ok (0m0.021s 0m0.021s) 7. JDATE input format (data-in.at:1134): ok (0m0.020s 0m0.021s) 8. SDATE input format (data-in.at:1346): ok (0m0.026s 0m0.017s) 9. QYR input format (data-in.at:1558): ok (0m0.024s 0m0.018s) 10. MOYR input format (data-in.at:1770): ok (0m0.023s 0m0.019s) 11. WKYR input format (data-in.at:1982): ok (0m0.027s 0m0.015s) 12. DATETIME input format (data-in.at:2194): ok (0m0.030s 0m0.019s) 13. TIME input format (data-in.at:2606): ok (0m0.029s 0m0.015s) 14. DTIME input format (data-in.at:3018): ok (0m0.027s 0m0.020s) 15. binary and hexadecimal input (IB, PIB, and PIBHEX formats) (data-in.at:3430): ok (0m0.634s 0m0.037s) 16. BCD input (P and PK formats) (data-in.at:3451): ok (0m0.397s 0m0.026s) 17. legacy input (N and Z formats) (data-in.at:3471): ok (0m0.489s 0m0.028s) 18. WKDAY input format (data-in.at:3491): ok (0m0.007s 0m0.015s) 19. MONTH input format (data-in.at:3551): ok (0m0.008s 0m0.015s) 20. numeric format output (data-out.at:19): ok (0m3.015s 0m0.111s) 21. non-ASCII custom currency formats (data-out.at:237): ok (0m0.010s 0m0.009s) 22. binary and hexadecimal output (data-out.at:273): ok (0m0.011s 0m0.016s) 23. output valid dates (data-out.at:391): ok (0m0.008s 0m0.016s) 24. output invalid dates (data-out.at:823): ok (0m0.011s 0m0.011s) 25. time output (data-out.at:916): ok (0m0.061s 0m0.013s) 26. MONTH output (data-out.at:13993): ok (0m0.013s 0m0.021s) 27. WKDAY output (data-out.at:14949): ok (0m0.019s 0m0.015s) 28. AHEX output bug (data-out.at:15696): ok (0m0.007s 0m0.012s) 29. 3x3, 0 backing rows, backing widths (datasheet-test.at:28): ok (0m2.265s 0m0.022s) 30. 3x3, 3 backing rows, backing widths 0,0,0 (datasheet-test.at:29): ok (0m3.985s 0m0.012s) 31. 3x3, 3 backing rows, backing widths 0 (datasheet-test.at:30): ok (0m2.687s 0m0.013s) 32. 3x3, 3 backing rows, backing widths 5 (datasheet-test.at:31): ok (0m2.712s 0m0.009s) 33. 3x3, 1 backing rows, backing widths 0,9,0 (datasheet-test.at:32): ok (0m5.390s 0m0.018s) 34. dictionary case-insensitivity (dictionary.at:19): ok (0m0.009s 0m0.011s) 35. Write error - directory exists (file.at:19): ok (0m0.007s 0m0.013s) 37. Write error - temp file disappeared (file.at:66): ok (0m0.007s 0m0.015s) 38. Write fifo (file.at:84): ok (0m0.005s 0m0.016s) 39. Reading from pipe (file.at:107): ok (0m0.009s 0m0.011s) 40. format guesser (format-guesser.at:19): ok (0m0.025s 0m0.018s) 41. variable labels and missing values (pc+-file-reader.at:19): ok (0m0.027s 0m0.038s) 42. value labels (pc+-file-reader.at:137): ok (0m0.011s 0m0.023s) 43. compressed data (pc+-file-reader.at:302): ok (0m0.011s 0m0.022s) 44. weighted (pc+-file-reader.at:379): ok (0m0.011s 0m0.021s) 45. unspecified character encoding (pc+-file-reader.at:465): ok (0m0.013s 0m0.022s) 46. unexpected fixed values (pc+-file-reader.at:569): ok (0m0.009s 0m0.024s) 47. short main header (pc+-file-reader.at:627): ok (0m0.015s 0m0.018s) 48. long main header (pc+-file-reader.at:678): ok (0m0.014s 0m0.018s) 49. invalid compression type (pc+-file-reader.at:730): ok (0m0.013s 0m0.019s) 50. unrealistic number of cases (pc+-file-reader.at:782): ok (0m0.013s 0m0.019s) 51. labels bad offsets (pc+-file-reader.at:834): ok (0m0.012s 0m0.022s) 52. record 1 bad length (pc+-file-reader.at:899): ok (0m0.010s 0m0.022s) 53. bad variable format (pc+-file-reader.at:952): ok (0m0.011s 0m0.022s) 54. bad variable name (pc+-file-reader.at:1004): ok (0m0.010s 0m0.022s) 55. duplicate variable name (pc+-file-reader.at:1056): ok (0m0.011s 0m0.021s) 56. partial case (pc+-file-reader.at:1112): ok (0m0.011s 0m0.021s) 57. case extends past end of data record (pc+-file-reader.at:1176): ok (0m0.011s 0m0.021s) 58. corrupt compressed data (pc+-file-reader.at:1241): ok (0m0.009s 0m0.023s) 59. invalid weight index (pc+-file-reader.at:1319): ok (0m0.010s 0m0.022s) 60. string weight (pc+-file-reader.at:1371): ok (0m0.010s 0m0.022s) 61. overwriting portable file (por-file.at:19): ok (0m0.008s 0m0.014s) 62. overwriting portable file atomically (por-file.at:34): ok (0m0.005s 0m0.019s) 63. write to same portable file being read (por-file.at:52): ok (0m0.027s 0m0.031s) 64. write portable file with value labels (por-file.at:86): ok (0m0.022s 0m0.037s) 65. variable labels and missing values (sys-file-reader.at:19): ok (0m0.029s 0m0.039s) 66. unspecified number of variable positions (sys-file-reader.at:203): ok (0m0.019s 0m0.048s) 67. wrong number of variable positions but version 13 (sys-file-reader.at:254): ok (0m0.024s 0m0.042s) 68. value labels (sys-file-reader.at:308): ok (0m0.024s 0m0.043s) 69. documents (sys-file-reader.at:521): ok (0m0.026s 0m0.040s) 70. empty document record (sys-file-reader.at:587): ok (0m0.022s 0m0.043s) 71. multiple response sets (sys-file-reader.at:634): ok (0m0.037s 0m0.046s) 72. extra product info (sys-file-reader.at:751): ok (0m0.023s 0m0.044s) 73. variable display parameters, without width (sys-file-reader.at:798): ok (0m0.020s 0m0.047s) 74. variable display parameters, with width (sys-file-reader.at:904): ok (0m0.024s 0m0.044s) 75. long variable names (sys-file-reader.at:1022): ok (0m0.018s 0m0.049s) 76. very long strings (sys-file-reader.at:1088): ok (0m0.023s 0m0.045s) 77. data file and variable attributes (sys-file-reader.at:1156): ok (0m0.038s 0m0.072s) 78. variable roles (sys-file-reader.at:1273): ok (0m0.029s 0m0.041s) 79. compressed data (sys-file-reader.at:1347): ok (0m0.021s 0m0.046s) 80. compressed data, zero bias (sys-file-reader.at:1409): ok (0m0.021s 0m0.046s) 81. compressed data, other bias (sys-file-reader.at:1471): ok (0m0.023s 0m0.047s) 82. zcompressed data (sys-file-reader.at:1606): ok (0m0.022s 0m0.045s) 83. no variables (sys-file-reader.at:1636): ok (0m0.052s 0m0.074s) 84. unspecified character encoding (sys-file-reader.at:1673): ok (0m0.019s 0m0.051s) 85. misplaced type 4 record (sys-file-reader.at:1709): ok (0m0.016s 0m0.048s) 86. bad record type (sys-file-reader.at:1732): ok (0m0.020s 0m0.042s) 87. wrong number of variable positions (sys-file-reader.at:1755): ok (0m0.022s 0m0.046s) 88. variable name may not begin with `#' (sys-file-reader.at:1781): ok (0m0.018s 0m0.049s) 89. variable name may not be reserved word (sys-file-reader.at:1807): ok (0m0.027s 0m0.041s) 90. variable width must be between 0 and 255 (sys-file-reader.at:1833): ok (0m0.027s 0m0.041s) 91. duplicate variable name (sys-file-reader.at:1861): ok (0m0.028s 0m0.040s) 92. variable label indicator not 0 or 1 (sys-file-reader.at:1893): ok (0m0.021s 0m0.044s) 93. invalid numeric missing value indicator (sys-file-reader.at:1919): ok (0m0.023s 0m0.043s) 94. invalid string missing value indicator (sys-file-reader.at:1945): ok (0m0.021s 0m0.048s) 95. missing string continuation record (sys-file-reader.at:1971): ok (0m0.028s 0m0.042s) 96. invalid variable format (sys-file-reader.at:1998): ok (0m0.024s 0m0.043s) 97. invalid long string missing values (sys-file-reader.at:2047): ok (0m0.022s 0m0.042s) 98. weighting variable must be numeric (sys-file-reader.at:2136): ok (0m0.016s 0m0.046s) 99. bad weighting variable index (sys-file-reader.at:2170): ok (0m0.018s 0m0.045s) 100. variable index is long string contination (sys-file-reader.at:2199): ok (0m0.023s 0m0.039s) 101. multiple documents records (sys-file-reader.at:2229): ok (0m0.021s 0m0.041s) 102. extension record too large (sys-file-reader.at:2263): ok (0m0.024s 0m0.038s) 103. unknown extension record (sys-file-reader.at:2287): ok (0m0.020s 0m0.042s) 104. bad machine integer info size (sys-file-reader.at:2317): ok (0m0.024s 0m0.038s) 105. bad machine integer info float format (sys-file-reader.at:2347): ok (0m0.027s 0m0.034s) 106. bad machine integer info endianness (sys-file-reader.at:2377): ok (0m0.023s 0m0.040s) 107. bad machine floating-point info size (sys-file-reader.at:2413): ok (0m0.025s 0m0.038s) 108. wrong special floating point values (sys-file-reader.at:2443): ok (0m0.024s 0m0.042s) 109. bad mrsets name (sys-file-reader.at:2476): ok (0m0.026s 0m0.038s) 110. missing space after C in mrsets (sys-file-reader.at:2576): ok (0m0.019s 0m0.043s) 111. missing space after E in mrsets (sys-file-reader.at:2604): ok (0m0.020s 0m0.042s) 112. unexpected label source in mrsets (sys-file-reader.at:2632): ok (0m0.020s 0m0.042s) 113. bad type character in mrsets (sys-file-reader.at:2662): ok (0m0.018s 0m0.044s) 114. bad counted string length in mrsets (sys-file-reader.at:2690): ok (0m0.020s 0m0.042s) 115. missing space in counted string in mrsets (sys-file-reader.at:2718): ok (0m0.019s 0m0.043s) 116. counted string too long in mrsets (sys-file-reader.at:2746): ok (0m0.018s 0m0.045s) 117. missing space after counted string in mrsets (sys-file-reader.at:2774): ok (0m0.019s 0m0.043s) 118. missing newline after variable name in mrsets (sys-file-reader.at:2802): ok (0m0.016s 0m0.046s) 119. duplicate variable name in mrsets (sys-file-reader.at:2832): ok (0m0.021s 0m0.044s) 120. mixed variable types in mrsets (sys-file-reader.at:2862): ok (0m0.019s 0m0.044s) 121. missing newline after variable name in mrsets (sys-file-reader.at:2893): ok (0m0.019s 0m0.044s) 122. zero or one variable in mrset (sys-file-reader.at:2921): ok (0m0.023s 0m0.041s) 123. wrong display parameter size (sys-file-reader.at:2951): ok (0m0.019s 0m0.045s) 124. wrong display parameter count (sys-file-reader.at:2980): ok (0m0.016s 0m0.052s) 125. wrong display measurement level (sys-file-reader.at:3009): ok (0m0.023s 0m0.045s) 126. wrong display alignment (sys-file-reader.at:3038): ok (0m0.021s 0m0.046s) 127. bad variable name in variable/value pair (sys-file-reader.at:3067): ok (0m0.024s 0m0.043s) 128. duplicate long variable name (sys-file-reader.at:3097): ok (0m0.026s 0m0.043s) 129. bad very long string length (sys-file-reader.at:3142): ok (0m0.019s 0m0.049s) 130. bad very long string segment width (sys-file-reader.at:3180): ok (0m0.016s 0m0.052s) 131. too many value labels (sys-file-reader.at:3215): ok (0m0.025s 0m0.043s) 132. missing type 4 record (sys-file-reader.at:3237): ok (0m0.024s 0m0.044s) 133. value label with no associated variables (sys-file-reader.at:3267): ok (0m0.018s 0m0.051s) 134. type 4 record names long string variable (sys-file-reader.at:3291): ok (0m0.029s 0m0.039s) 135. variables for value label must all be same type (sys-file-reader.at:3322): ok (0m0.024s 0m0.044s) 136. duplicate value labels type (sys-file-reader.at:3353): ok (0m0.028s 0m0.041s) 137. missing attribute value (sys-file-reader.at:3387): ok (0m0.025s 0m0.044s) 138. unquoted attribute value (sys-file-reader.at:3427): ok (0m0.021s 0m0.049s) 139. duplicate attribute name (sys-file-reader.at:3468): ok (0m0.021s 0m0.046s) 140. bad variable name in long string value label (sys-file-reader.at:3510): ok (0m0.017s 0m0.051s) 141. fewer data records than indicated by file header (sys-file-reader.at:3569): ok (0m0.022s 0m0.047s) 142. partial data record between variables (sys-file-reader.at:3609): ok (0m0.023s 0m0.047s) 143. partial data record within long string (sys-file-reader.at:3643): ok (0m0.019s 0m0.050s) 144. partial compressed data record (sys-file-reader.at:3677): ok (0m0.029s 0m0.039s) 145. zcompressed data - bad zheader_ofs (sys-file-reader.at:3725): ok (0m0.019s 0m0.051s) 146. zcompressed data - bad ztrailer_ofs (sys-file-reader.at:3737): ok (0m0.030s 0m0.040s) 147. zcompressed data - invalid ztrailer_len (sys-file-reader.at:3751): ok (0m0.020s 0m0.049s) 148. zcompressed data - wrong ztrailer_len (sys-file-reader.at:3764): ok (0m0.024s 0m0.046s) 149. zcompressed data - wrong ztrailer_bias (sys-file-reader.at:3777): ok (0m0.019s 0m0.051s) 150. zcompressed data - wrong ztrailer_zero (sys-file-reader.at:3789): ok (0m0.029s 0m0.042s) 151. zcompressed data - wrong block_size (sys-file-reader.at:3801): ok (0m0.022s 0m0.049s) 152. zcompressed data - wrong n_blocks (sys-file-reader.at:3813): ok (0m0.023s 0m0.047s) 153. zcompressed data - wrong uncompressed_ofs (sys-file-reader.at:3825): ok (0m0.023s 0m0.047s) 154. zcompressed data - wrong compressed_ofs (sys-file-reader.at:3837): ok (0m0.021s 0m0.050s) 155. zcompressed data - compressed sizes don't add up (sys-file-reader.at:3849): ok (0m0.015s 0m0.048s) 156. zcompressed data - uncompressed_size > block_size (sys-file-reader.at:3915): ok (0m0.026s 0m0.040s) 157. zcompressed data - compression expands data too much (sys-file-reader.at:3927): ok (0m0.024s 0m0.040s) 158. zcompressed data - compressed sizes don't add up (sys-file-reader.at:3940): ok (0m0.021s 0m0.043s) 159. integer overflows in long string missing values (sys-file-reader.at:3957): ok (0m0.007s 0m0.010s) 160. null dereference skipping bad extension record 18 (sys-file-reader.at:3970): ok (0m0.004s 0m0.012s) 161. write and read numeric data (sys-file.at:20): ok (0m0.020s 0m0.044s) 162. write and read long string value labels and missing values (sys-file.at:62): ok (0m0.018s 0m0.036s) 163. write and read compressed files (sys-file.at:115): ok (0m0.011s 0m0.016s) 164. overwriting system file (sys-file.at:142): ok (0m0.009s 0m0.016s) 165. overwriting system file atomically (sys-file.at:157): ok (0m0.007s 0m0.020s) 166. write to same system file being read (sys-file.at:176): ok (0m0.022s 0m0.041s) 167. nonempty case_map doesn't crash (sys-file.at:207): ok (0m0.020s 0m0.020s) 168. system files with -1 case_size (sys-file.at:233): ok (0m0.017s 0m0.032s) 169. write v2 system file (sys-file.at:291): ok (0m0.009s 0m0.015s) 170. read very long strings written by SPSS 13 (sys-file.at:332): ok (0m0.009s 0m0.017s) 171. read very long strings written by SPSS 14 (sys-file.at:358): ok (0m0.010s 0m0.015s) 172. save very long string -- uncompressed (sys-file.at:427): ok (0m0.035s 0m0.032s) 173. save very long string -- compressed (sys-file.at:428): ok (0m0.040s 0m0.028s) 174. system file character encoding (sys-file.at:433): ok (0m0.020s 0m0.026s) 175. decrypt an encrypted system file (encrypted-file.at:19): ok (0m0.007s 0m0.022s) 176. decrypt an encrypted syntax file (encrypted-file.at:45): ok (0m0.004s 0m0.012s) 177. command parser crash bug (command.at:20): ok (0m0.008s 0m0.013s) 178. FINISH executes immediately (command.at:36): ok (0m0.181s 0m0.029s) 179. ERASE -- safer mode (command.at:42): ok (0m0.007s 0m0.017s) 180. ERASE -- not safer mode (command.at:57): ok (0m0.005s 0m0.016s) 181. N OF CASES (command.at:70): ok (0m0.010s 0m0.012s) 182. COMMENT at end of file (command.at:109): ok (0m0.008s 0m0.011s) 183. DO IF (do-if.at:19): ok (0m0.013s 0m0.016s) 184. unpaired END IF crash (do-if.at:68): ok (0m0.009s 0m0.012s) 185. ELSE without DO IF (do-if.at:80): ok (0m0.010s 0m0.012s) 186. DO REPEAT -- simple (do-repeat.at:19): ok (0m0.007s 0m0.017s) 187. DO REPEAT -- containing BEGIN DATA (do-repeat.at:43): ok (0m0.008s 0m0.016s) 188. DO REPEAT -- dummy vars not expanded in include files (do-repeat.at:78): ok (0m0.010s 0m0.017s) 189. DO REPEAT -- nested (do-repeat.at:108): ok (0m0.008s 0m0.017s) 190. DO REPEAT -- empty (do-repeat.at:141): ok (0m0.006s 0m0.014s) 191. DO REPEAT -- missing END REPEAT (do-repeat.at:158): ok (0m0.007s 0m0.013s) 192. LOOP with index (loop.at:29): ok (0m0.006s 0m0.015s) 193. LOOP with IF condition (loop.at:64): ok (0m0.007s 0m0.014s) 194. LOOP with END IF condition (loop.at:101): ok (0m0.010s 0m0.011s) 195. LOOP with index and IF based on index (loop.at:140): ok (0m0.007s 0m0.014s) 196. LOOP with index and END IF based on index (loop.at:169): ok (0m0.008s 0m0.014s) 197. LOOP with index and IF and END IF based on index (loop.at:202): ok (0m0.008s 0m0.013s) 198. LOOP with no conditions containing BREAK (loop.at:227): ok (0m0.010s 0m0.012s) 199. LOOP with no conditions that ends due to MXLOOPS (loop.at:265): ok (0m0.005s 0m0.017s) 200. TEMPORARY as first transformation (temporary.at:20): ok (0m0.009s 0m0.012s) 201. DATA LIST LIST with empty fields (data-list.at:19): ok (0m0.006s 0m0.013s) 202. DATA LIST LIST with explicit delimiters (data-list.at:50): ok (0m0.005s 0m0.015s) 203. DATA LIST FREE with SKIP (data-list.at:79): ok (0m0.008s 0m0.011s) 204. DATA LIST LIST with SKIP and tab delimiter (data-list.at:113): ok (0m0.009s 0m0.011s) 205. DATA LIST FREE with explicit delimiter at end of line (data-list.at:162): ok (0m0.008s 0m0.013s) 206. DATA LIST FIXED with multiple records per case (data-list.at:223): ok (0m0.006s 0m0.015s) 207. DATA LIST FIXED with empty trailing record (data-list.at:255): ok (0m0.006s 0m0.014s) 208. DATA LIST with various line-ends (data-list.at:285): ok (0m0.007s 0m0.017s) 209. DATA LIST properly expands tabs in input (data-list.at:309): ok (0m0.008s 0m0.021s) 210. DATA LIST FREE and LIST report missing delimiters (data-list.at:339): ok (0m0.007s 0m0.013s) 211. DATA LIST FREE and LIST assume a width if omitted (data-list.at:357): ok (0m0.008s 0m0.012s) 212. DATA LIST Decimal comma (data-list.at:370): ok (0m0.007s 0m0.013s) 213. DATA LIST - Negative SKIP (data-list.at:405): ok (0m0.004s 0m0.015s) 214. DATA LIST - Negative RECORDS (data-list.at:421): ok (0m0.005s 0m0.014s) 215. BEGIN DATA as part of a procedure (data-reader.at:21): ok (0m0.007s 0m0.013s) 216. BEGIN DATA as an independent command (data-reader.at:54): ok (0m0.010s 0m0.010s) 217. read and write files with MODE=BINARY (data-reader.at:211): ok (0m0.015s 0m0.032s) 218. read and write files with MODE=360 /RECFORM=FIXED /LRECL=32 (data-reader.at:217): ok (0m0.016s 0m0.048s) 219. read and write files with MODE=360 /RECFORM=VARIABLE (data-reader.at:227): ok (0m0.013s 0m0.036s) 220. read and write files with MODE=360 /RECFORM=SPANNED (data-reader.at:234): ok (0m0.021s 0m0.028s) 221. DATASET COPY (dataset.at:19): ok (0m0.009s 0m0.013s) 222. DATASET DECLARE (dataset.at:115): ok (0m0.007s 0m0.013s) 223. DATASET NAME deletes duplicate name (dataset.at:146): ok (0m0.008s 0m0.012s) 224. DATASET ACTIVATE deletes unnamed dataset (dataset.at:170): ok (0m0.006s 0m0.013s) 225. DATASET ACTIVATE executes pending transformations (dataset.at:190): ok (0m0.008s 0m0.012s) 226. DATASET CLOSE (dataset.at:240): ok (0m0.011s 0m0.012s) 227. FILE HANDLE (file-handle.at:19): ok (0m0.007s 0m0.014s) 228. GET DATA /TYPE=GNM with CELLRANGE (get-data-spreadsheet.at:169): ok (0m0.006s 0m0.019s) 229. GET DATA /TYPE=GNM with CELLRANGE and READNAMES (get-data-spreadsheet.at:169): ok (0m0.008s 0m0.016s) 230. GET DATA /TYPE=GNM without CELLRANGE (get-data-spreadsheet.at:169): ok (0m0.007s 0m0.016s) 231. GET DATA /TYPE=GNM with missing data (get-data-spreadsheet.at:169): ok (0m0.014s 0m0.010s) 232. GET DATA /TYPE=GNM with no options (get-data-spreadsheet.at:169): ok (0m0.008s 0m0.015s) 233. GET DATA /TYPE=GNM with empty sheet (get-data-spreadsheet.at:169): ok (0m0.008s 0m0.015s) 234. GET DATA /TYPE=GNM with nonexistent sheet (get-data-spreadsheet.at:169): ok (0m0.009s 0m0.015s) 235. GET DATA /TYPE=GNM sheet index bug (get-data-spreadsheet.at:172): ok (0m0.009s 0m0.013s) 236. GET DATA /TYPE=GNM assert-fail (get-data-spreadsheet.at:321): ok (0m0.007s 0m0.013s) 237. GET DATA /TYPE=ODS with CELLRANGE (get-data-spreadsheet.at:375): ok (0m0.012s 0m0.013s) 238. GET DATA /TYPE=ODS with CELLRANGE and READNAMES (get-data-spreadsheet.at:375): ok (0m0.009s 0m0.017s) 239. GET DATA /TYPE=ODS without CELLRANGE (get-data-spreadsheet.at:375): ok (0m0.008s 0m0.016s) 240. GET DATA /TYPE=ODS with missing data (get-data-spreadsheet.at:375): ok (0m0.008s 0m0.017s) 241. GET DATA /TYPE=ODS with no options (get-data-spreadsheet.at:375): ok (0m0.007s 0m0.016s) 242. GET DATA /TYPE=ODS with empty sheet (get-data-spreadsheet.at:375): ok (0m0.008s 0m0.015s) 243. GET DATA /TYPE=ODS with nonexistent sheet (get-data-spreadsheet.at:375): ok (0m0.004s 0m0.019s) 244. GET DATA /TYPE=ODS crash (get-data-spreadsheet.at:378): ok (0m0.008s 0m0.014s) 245. GET DATA /TYPE=PSQL (get-data-psql.at:140): skipped (get-data-psql.at:141) 246. GET DATA /TYPE=TXT with explicit delimiters (get-data-txt.at:23): ok (0m0.008s 0m0.013s) 247. GET DATA /TYPE=TXT with FIRSTCASE (get-data-txt.at:45): ok (0m0.006s 0m0.016s) 248. GET DATA /TYPE=TXT with FIRSTCASE and tab delimiter (get-data-txt.at:83): ok (0m0.009s 0m0.013s) 249. GET DATA /TYPE=TXT with multiple records per case (get-data-txt.at:132): ok (0m0.008s 0m0.013s) 250. GET DATA /TYPE=TXT with empty trailing record (get-data-txt.at:161): ok (0m0.007s 0m0.014s) 251. GET DATA /TYPE=TXT password example (get-data-txt.at:194): ok (0m0.009s 0m0.013s) 252. GET DATA /TYPE=TXT cars example (get-data-txt.at:225): ok (0m0.007s 0m0.016s) 253. GET DATA /TYPE=TXT pets example (get-data-txt.at:272): ok (0m0.009s 0m0.014s) 254. GET DATA /TYPE=TXT with IMPORTCASE (get-data-txt.at:305): ok (0m0.011s 0m0.013s) 255. GET DATA /TYPE=TXT with ENCODING subcommand (get-data-txt.at:332): ok (0m0.011s 0m0.013s) 256. GET DATA /TYPE= truncated (get-data-txt.at:350): ok (0m0.008s 0m0.012s) 257. GET DATA /TYPE=txt bug (get-data-txt.at:363): ok (0m0.007s 0m0.014s) 258. GET DATA /TYPE=txt another bug (get-data-txt.at:400): ok (0m0.006s 0m0.014s) 259. GET data works in multiple procedures (get.at:21): ok (0m0.009s 0m0.014s) 260. GET nonexistent file doesn't crash (get.at:72): ok (0m0.006s 0m0.013s) 261. GET with /KEEP=ALL crashes -- uncompressed (get.at:106): ok (0m0.009s 0m0.015s) 262. GET with /KEEP=ALL crashes -- compressed (get.at:107): ok (0m0.008s 0m0.016s) 263. GET data no type (get.at:111): ok (0m0.011s 0m0.010s) 264. INPUT PROGRAM invalid syntax crash (inpt-pgm.at:21): ok (0m0.010s 0m0.011s) 265. INPUT PROGRAM invalid syntax crash (inpt-pgm.at:37): ok (0m0.008s 0m0.013s) 266. INPUT PROGRAM infinite loop (inpt-pgm.at:52): ok (0m0.005s 0m0.015s) 267. INPUT PROGRAM with VECTOR and EXECUTE (inpt-pgm.at:69): ok (0m0.007s 0m0.013s) 268. LIST plain cases (list.at:19): ok (0m0.006s 0m0.016s) 269. LIST numbered cases (list.at:61): ok (0m0.010s 0m0.012s) 270. LIST with split file (list.at:105): ok (0m0.008s 0m0.014s) 271. LIST lots of variables (list.at:147): ok (0m0.009s 0m0.014s) 272. LIST selected cases (list.at:173): ok (0m0.009s 0m0.014s) 273. LIST very long string (list.at:241): ok (0m0.007s 0m0.014s) 274. LIST crash on invalid input (list.at:269): ok (0m0.011s 0m0.008s) 275. MATCH FILES -- system file and system file (match-files.at:120): ok (0m0.014s 0m0.029s) 276. MATCH FILES -- system file and active file (match-files.at:121): ok (0m0.014s 0m0.032s) 277. MATCH FILES -- active file and system file (match-files.at:122): ok (0m0.012s 0m0.032s) 278. MATCH FILES -- system file and system table (match-files.at:123): ok (0m0.021s 0m0.023s) 279. MATCH FILES -- system file and active table (match-files.at:124): ok (0m0.015s 0m0.028s) 280. MATCH FILES -- active file and system table (match-files.at:125): ok (0m0.017s 0m0.026s) 281. MATCH FILES parallel match (match-files.at:127): ok (0m0.013s 0m0.030s) 282. MATCH FILES bug with TABLE from active dataset (match-files.at:154): ok (0m0.008s 0m0.014s) 283. MATCH FILES bug with scratch variables (match-files.at:186): ok (0m0.006s 0m0.016s) 284. MATCH FILES with incompatible variable types (match-files.at:222): ok (0m0.005s 0m0.015s) 285. Matrix data (lower file) (matrix-data.at:19): ok (0m0.005s 0m0.016s) 286. Matrix data (upper) (matrix-data.at:66): ok (0m0.003s 0m0.016s) 287. Matrix data (full) (matrix-data.at:100): ok (0m0.006s 0m0.014s) 288. Matrix data (upper nodiagonal) (matrix-data.at:137): ok (0m0.008s 0m0.012s) 289. Matrix data (lower nodiagonal) (matrix-data.at:171): ok (0m0.005s 0m0.014s) 290. Matrix data split data (matrix-data.at:206): ok (0m0.009s 0m0.011s) 291. Matrix data duplicate variable (matrix-data.at:265): ok (0m0.009s 0m0.010s) 292. Matrix data - long variable names (matrix-data.at:297): ok (0m0.008s 0m0.011s) 293. Matrix reader - read integrity (matrix-data.at:333): ok (0m0.007s 0m0.012s) 294. Matrix data - too many rows (matrix-data.at:383): ok (0m0.008s 0m0.011s) 295. Matrix data (badly formed) (matrix-data.at:423): ok (0m0.007s 0m0.013s) 296. Matrix data (N subcommand) (matrix-data.at:450): ok (0m0.009s 0m0.011s) 297. PRINT SPACE without arguments (print-space.at:19): ok (0m0.007s 0m0.012s) 298. PRINT SPACE with number (print-space.at:41): ok (0m0.008s 0m0.011s) 299. PRINT SPACE to file (print-space.at:67): ok (0m0.004s 0m0.017s) 300. PRINT SPACE to file with number (print-space.at:88): ok (0m0.008s 0m0.013s) 301. PRINT numeric variables (print.at:36): ok (0m0.005s 0m0.014s) 302. PRINT string variables (print.at:107): ok (0m0.006s 0m0.014s) 303. PRINT to file (print.at:134): ok (0m0.010s 0m0.011s) 304. PRINT crash bug (print.at:179): ok (0m0.007s 0m0.013s) 305. WRITE to file (print.at:200): ok (0m0.009s 0m0.012s) 306. PRINT overwrites file (print.at:243): ok (0m0.009s 0m0.013s) 307. PRINT overwrites file atomically (print.at:259): ok (0m0.008s 0m0.017s) 308. PRINT to same file being read (print.at:277): ok (0m0.006s 0m0.017s) 309. PRINT to special file (print.at:293): ok (0m0.008s 0m0.017s) 310. PRINT with special line ends (print.at:322): ok (0m0.009s 0m0.015s) 311. IMPORT and EXPORT (save.at:19): ok (0m0.011s 0m0.011s) 312. SAVE -- delete unselected (save.at:47): ok (0m0.016s 0m0.024s) 313. CSV output -- defaults (save-translate.at:39): ok (0m0.006s 0m0.016s) 314. CSV output -- recode missing, delete unselected (save-translate.at:48): ok (0m0.006s 0m0.016s) 315. CSV output -- var names, formats (save-translate.at:56): ok (0m0.008s 0m0.015s) 316. CSV output -- comma as decimal point (save-translate.at:67): ok (0m0.009s 0m0.013s) 317. CSV output -- custom delimiter, qualifier (save-translate.at:77): ok (0m0.005s 0m0.017s) 318. CSV output -- KEEP, RENAME (save-translate.at:88): ok (0m0.006s 0m0.016s) 319. TAB output (save-translate.at:100): ok (0m0.010s 0m0.012s) 320. VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES (attributes.at:19): ok (0m0.013s 0m0.026s) 321. DELETE VARIABLES with FILTER (delete-variables.at:20): ok (0m0.006s 0m0.014s) 322. FORMATS positive tests (formats.at:19): ok (0m0.008s 0m0.013s) 323. FORMATS negative tests (formats.at:65): ok (0m0.009s 0m0.011s) 324. MISSING VALUES valid cases (missing-values.at:19): ok (0m0.013s 0m0.012s) 325. MISSING VALUES invalid cases (missing-values.at:145): ok (0m0.006s 0m0.014s) 326. MRSETS add, display, delete (mrsets.at:137): ok (0m0.006s 0m0.014s) 327. MRSETS read and write (mrsets.at:208): ok (0m0.014s 0m0.026s) 328. MRSETS names must begin with $ (mrsets.at:222): ok (0m0.008s 0m0.011s) 329. MRSETS must have at least 2 variables (mrsets.at:232): ok (0m0.006s 0m0.013s) 330. MRSETS does not allow noninteger VALUE (mrsets.at:242): ok (0m0.010s 0m0.009s) 331. MRSETS requires NAME to define a group (mrsets.at:252): ok (0m0.008s 0m0.011s) 332. MRSETS requires VARIABLES to define a group (mrsets.at:262): ok (0m0.006s 0m0.013s) 333. MRSETS variables must be same type (mrsets.at:272): ok (0m0.008s 0m0.012s) 334. MRSETS variables and VALUE must be same type (mrsets.at:284): ok (0m0.006s 0m0.013s) 335. MRSETS VALUE must not be too wide (mrsets.at:297): ok (0m0.006s 0m0.013s) 336. MRSETS LABEL and LABELSOURCE are exclusive (mrsets.at:307): ok (0m0.006s 0m0.013s) 337. MRSETS DISPLAY or DELETE unknown group (mrsets.at:318): ok (0m0.008s 0m0.011s) 338. RENAME VARIABLES (rename-variables.at:19): ok (0m0.008s 0m0.014s) 339. RENAME VARIABLES -- multiple sets (rename-variables.at:64): ok (0m0.010s 0m0.009s) 340. RENAME VARIABLES -- invalid syntax 1 (rename-variables.at:93): ok (0m0.007s 0m0.012s) 341. RENAME VARIABLES -- invalid syntax 2 (rename-variables.at:105): ok (0m0.008s 0m0.011s) 342. RENAME VARIABLES -- invalid syntax 3 (rename-variables.at:119): ok (0m0.007s 0m0.012s) 343. SORT VARIABLES (sort-variables.at:19): ok (0m0.098s 0m0.147s) 344. SPLIT FILE - basic test (split-file.at:19): ok (0m0.008s 0m0.012s) 345. SPLIT FILE - vs procedures (split-file.at:77): ok (0m0.014s 0m0.013s) 346. SYSFILE INFO (sys-file-info.at:19): ok (0m0.004s 0m0.018s) 347. DISPLAY FILE LABEL (sys-file-info.at:70): ok (0m0.007s 0m0.012s) 348. DISPLAY SCRATCH (sys-file-info.at:90): ok (0m0.003s 0m0.016s) 349. DISPLAY INDEX (sys-file-info.at:105): ok (0m0.011s 0m0.008s) 350. DISPLAY NAMES (sys-file-info.at:117): ok (0m0.005s 0m0.014s) 351. DISPLAY LABELS (sys-file-info.at:129): ok (0m0.006s 0m0.013s) 352. VALUE LABELS date formats (value-labels.at:19): ok (0m0.007s 0m0.013s) 353. VALUE LABELS with new-line (value-labels.at:43): ok (0m0.010s 0m0.010s) 354. VALUE LABELS with new-line in system file (value-labels.at:74): ok (0m0.013s 0m0.025s) 355. VALUE LABELS invalid syntax bug (value-labels.at:112): ok (0m0.006s 0m0.014s) 356. VALUE LABELS trailing `/' bug (value-labels.at:130): ok (0m0.006s 0m0.013s) 357. variable display attribute commands (variable-display.at:19): ok (0m0.007s 0m0.014s) 358. variable labels (variable-display.at:52): ok (0m0.008s 0m0.012s) 359. VECTOR short form (vector.at:19): ok (0m0.010s 0m0.011s) 360. VECTOR short form with format specification (vector.at:35): ok (0m0.005s 0m0.015s) 361. VECTOR short form in INPUT PROGRAM (vector.at:55): ok (0m0.008s 0m0.013s) 362. VECTOR long form (vector.at:74): ok (0m0.011s 0m0.010s) 363. WEIGHT (weight.at:19): ok (0m0.007s 0m0.016s) 364. LAG function (evaluate.at:1989): ok (0m0.006s 0m0.015s) 365. LAG crash bug (evaluate.at:2021): ok (0m0.008s 0m0.013s) 366. UNIFORM function (evaluate.at:2046): ok (0m0.006s 0m0.015s) 367. VALUELABEL function (evaluate.at:2088): ok (0m0.009s 0m0.012s) 368. variables in expressions (evaluate.at:2132): ok (0m0.011s 0m0.012s) 369. vectors in expressions (evaluate.at:2181): ok (0m0.006s 0m0.015s) 370. parse expression with unknown variable crash (parse.at:19): ok (0m0.007s 0m0.012s) 371. parse expression with invalid logical expression (parse.at:41): ok (0m0.007s 0m0.013s) 372. single words (command-name.at:19): ok (0m0.002s 0m0.002s) 373. two words without prefix match (command-name.at:61): ok (0m0.000s 0m0.003s) 374. two words with prefix match (command-name.at:102): ok (0m0.000s 0m0.003s) 375. ambiguous single-word names (command-name.at:128): ok (0m0.001s 0m0.002s) 376. ambiguous two-word names (command-name.at:154): ok (0m0.000s 0m0.003s) 377. numbers and punctuation (command-name.at:190): ok (0m0.000s 0m0.003s) 378. off by more than one word (command-name.at:226): ok (0m0.000s 0m0.003s) 379. lexer ignores initial #! line (lexer.at:19): ok (0m0.008s 0m0.013s) 380. lexer properly reports scan errors (lexer.at:38): ok (0m0.006s 0m0.013s) 381. lexer crash due to null byte (lexer.at:82): ok (0m0.007s 0m0.014s) 382. q2c enforces mandatory subcommands (q2c.at:19): ok (0m0.008s 0m0.012s) 383. identifiers (scan.at:21): ok (0m0.001s 0m0.004s) 384. reserved words (scan.at:82): ok (0m0.003s 0m0.001s) 385. punctuation (scan.at:179): ok (0m0.001s 0m0.003s) 386. numbers (scan.at:252): ok (0m0.001s 0m0.003s) 387. strings (scan.at:337): ok (0m0.000s 0m0.004s) 388. #! construct (scan.at:432): ok (0m0.001s 0m0.003s) 389. * and COMMENT commands (scan.at:456): ok (0m0.001s 0m0.004s) 390. DOCUMENT command (scan.at:533): ok (0m0.000s 0m0.004s) 391. TITLE, SUBTITLE, FILE LABEL commands (scan.at:582): ok (0m0.001s 0m0.004s) 392. BEGIN DATA command (scan.at:666): ok (0m0.002s 0m0.002s) 393. DO REPEAT command (scan.at:723): ok (0m0.001s 0m0.004s) 394. batch mode (scan.at:780): ok (0m0.000s 0m0.004s) 395. identifiers (segment.at:24): ok (0m0.003s 0m0.009s) 396. identifiers that end in '.' (segment.at:107): ok (0m0.016s 0m0.009s) 397. reserved words (segment.at:213): ok (0m0.006s 0m0.005s) 398. punctuation (segment.at:277): ok (0m0.002s 0m0.008s) 399. numbers (segment.at:333): ok (0m0.005s 0m0.007s) 400. strings (segment.at:400): ok (0m0.006s 0m0.007s) 401. #! construct (segment.at:472): ok (0m0.003s 0m0.007s) 402. * and COMMENT commands (segment.at:503): ok (0m0.008s 0m0.009s) 403. DOCUMENT command (segment.at:591): ok (0m0.006s 0m0.005s) 404. TITLE, SUBTITLE, FILE LABEL commands (segment.at:650): ok (0m0.007s 0m0.009s) 405. BEGIN DATA command (segment.at:739): ok (0m0.006s 0m0.008s) 406. DO REPEAT command (segment.at:864): ok (0m0.007s 0m0.006s) 407. batch mode (segment.at:946): ok (0m0.005s 0m0.006s) 408. auto mode (segment.at:1000): ok (0m0.009s 0m0.007s) 409. Long variable names (variable-parser.at:22): ok (0m0.010s 0m0.014s) 410. AGGREGATE presorted data to dataset file, itemwise missing (aggregate.at:177): ok (0m0.010s 0m0.017s) 411. AGGREGATE presorted data to dataset file, columnwise missing (aggregate.at:178): ok (0m0.015s 0m0.013s) 412. AGGREGATE unsorted data to dataset file, itemwise missing (aggregate.at:179): ok (0m0.012s 0m0.015s) 413. AGGREGATE unsorted data to dataset file, columnwise missing (aggregate.at:180): ok (0m0.019s 0m0.009s) 414. AGGREGATE presorted data to active file, itemwise missing (aggregate.at:181): ok (0m0.007s 0m0.019s) 415. AGGREGATE presorted data to active file, columnwise missing (aggregate.at:182): ok (0m0.009s 0m0.017s) 416. AGGREGATE unsorted data to active file, itemwise missing (aggregate.at:183): ok (0m0.008s 0m0.018s) 417. AGGREGATE unsorted data to active file, columnwise missing (aggregate.at:184): ok (0m0.011s 0m0.017s) 418. AGGREGATE presorted data to external file, itemwise missing (aggregate.at:185): ok (0m0.013s 0m0.019s) 419. AGGREGATE presorted data to external file, columnwise missing (aggregate.at:186): ok (0m0.014s 0m0.016s) 420. AGGREGATE unsorted data to external file, itemwise missing (aggregate.at:187): ok (0m0.014s 0m0.017s) 421. AGGREGATE unsorted data to external file, columnwise missing (aggregate.at:188): ok (0m0.019s 0m0.014s) 422. AGGREGATE crash with MAX function (aggregate.at:190): ok (0m0.006s 0m0.016s) 423. AGGREGATE crash with invalid syntax (aggregate.at:216): ok (0m0.006s 0m0.015s) 424. AGGREGATE mode=addvariables (aggregate.at:232): ok (0m0.007s 0m0.014s) 425. AGGREGATE buggy duplicate variables (aggregate.at:271): ok (0m0.007s 0m0.014s) 426. AUTORECODE numbers and short strings (autorecode.at:19): ok (0m0.007s 0m0.015s) 427. AUTORECODE long strings and check the value labels (autorecode.at:75): ok (0m0.007s 0m0.014s) 428. AUTORECODE group subcommand (autorecode.at:121): ok (0m0.009s 0m0.011s) 429. AUTORECODE group - string variables (autorecode.at:155): ok (0m0.007s 0m0.013s) 430. AUTORECODE group vs. strings (autorecode.at:191): ok (0m0.005s 0m0.015s) 431. AUTORECODE /blank (autorecode.at:221): ok (0m0.007s 0m0.012s) 432. AUTORECODE with TEMPORARY (autorecode.at:252): ok (0m0.007s 0m0.013s) 433. AUTORECODE with /INTO (autorecode.at:295): ok (0m0.007s 0m0.014s) 434. CORRELATIONS -- unweighted (correlations.at:19): ok (0m0.004s 0m0.018s) 435. CORRELATIONS -- weighted (correlations.at:89): ok (0m0.015s 0m0.025s) 436. CORRELATIONS -- non-square (correlations.at:137): ok (0m0.010s 0m0.010s) 437. CORRELATIONS -- crash with WITH keyword (correlations.at:166): ok (0m0.009s 0m0.012s) 438. CORRELATIONS -- incorrect subtable selection (correlations.at:222): ok (0m0.008s 0m0.013s) 439. CORRELATIONS -- empty dataset (correlations.at:370): ok (0m0.008s 0m0.011s) 440. CORRELATIONS -- empty dataset 2 (correlations.at:382): ok (0m0.003s 0m0.016s) 441. CROSSTABS integer mode crash (crosstabs.at:19): ok (0m0.008s 0m0.012s) 442. CROSSTABS integer mode crash 2 (crosstabs.at:57): ok (0m0.006s 0m0.013s) 443. CROSSTABS long string crash (crosstabs.at:83): ok (0m0.009s 0m0.011s) 444. CROSSTABS crash (crosstabs.at:124): ok (0m0.003s 0m0.016s) 445. CROSSTABS chi-square crash (crosstabs.at:184): ok (0m0.007s 0m0.013s) 446. CROSSTABS crash with SPLIT FILE (crosstabs.at:228): ok (0m0.006s 0m0.014s) 447. 3-way CROSSTABS (crosstabs.at:323): ok (0m0.011s 0m0.010s) 448. CROSSTABS rounding weights with COUNT (crosstabs.at:450): ok (0m0.009s 0m0.012s) 449. CROSSTABS descending sort order (crosstabs.at:557): ok (0m0.008s 0m0.011s) 450. CROSSTABS crash when all cases missing (crosstabs.at:592): ok (0m0.005s 0m0.014s) 451. CROSSTABS Fisher Exact Test (crosstabs.at:617): ok (0m0.010s 0m0.012s) 452. CROSSTABS Pearson's R (crosstabs.at:882): ok (0m0.035s 0m0.063s) 453. CROSSTABS Goodman and Kruskal's lambda (crosstabs.at:1115): ok (0m0.010s 0m0.011s) 454. CROSSTABS Goodman and Kruskal's lambda - treatment of ties (crosstabs.at:1216): ok (0m0.007s 0m0.013s) 455. CROSSTABS Somers' D, Tau-B, Tau-C, Gamma (crosstabs.at:1251): ok (0m0.017s 0m0.028s) 456. CROSSTABS Cohens Kappa (crosstabs.at:1592): ok (0m0.007s 0m0.013s) 457. CROSSTABS many statistics (crosstabs.at:1637): ok (0m0.007s 0m0.013s) 458. CROSSTABS uncertainy coefficient (crosstabs.at:1695): ok (0m0.006s 0m0.015s) 459. CROSSTABS barchart (crosstabs.at:1734): ok (0m0.113s 0m0.112s) 460. DESCRIPTIVES basics (descriptives.at:19): ok (0m0.008s 0m0.014s) 461. DESCRIPTIVES -- excluding missing data (descriptives.at:98): ok (0m0.006s 0m0.014s) 462. DESCRIPTIVES -- including missing data (descriptives.at:112): ok (0m0.009s 0m0.011s) 463. DESCRIPTIVES -- excluding missing data listwise (descriptives.at:126): ok (0m0.009s 0m0.011s) 464. DESCRIPTIVES -- including missing data listwise (descriptives.at:140): ok (0m0.007s 0m0.014s) 465. DESCRIPTIVES bug calculating mean only (descriptives.at:154): ok (0m0.010s 0m0.009s) 466. DESCRIPTIVES bug with TEMPORARY (descriptives.at:180): ok (0m0.008s 0m0.012s) 467. DESCRIPTIVES -- Z scores (descriptives.at:205): ok (0m0.002s 0m0.018s) 468. DESCRIPTIVES -- Z scores with SPLIT FILE (descriptives.at:236): ok (0m0.009s 0m0.012s) 469. DESCRIPTIVES -- Z scores bug with TEMPORARY (descriptives.at:300): ok (0m0.007s 0m0.014s) 470. DESCRIPTIVES -- Z scores with FILTER (descriptives.at:342): ok (0m0.010s 0m0.014s) 471. EXAMINE (examine.at:19): ok (0m0.008s 0m0.013s) 472. EXAMINE -- extremes (examine.at:190): ok (0m0.009s 0m0.011s) 473. EXAMINE -- extremes with fractional weights (examine.at:251): ok (0m0.004s 0m0.016s) 474. EXAMINE -- percentiles (examine.at:327): ok (0m0.009s 0m0.013s) 475. EXAMINE -- missing values (examine.at:419): ok (0m0.006s 0m0.016s) 476. EXAMINE -- user missing values (examine.at:459): ok (0m0.010s 0m0.010s) 477. EXAMINE -- missing values and percentiles (examine.at:485): ok (0m0.007s 0m0.012s) 478. EXAMINE -- trimmed mean (examine.at:505): ok (0m0.009s 0m0.013s) 479. EXAMINE -- crash bug (examine.at:552): ok (0m0.004s 0m0.015s) 480. EXAMINE -- consecutive runs don't crash (examine.at:570): ok (0m0.009s 0m0.010s) 481. EXAMINE -- missing values don't crash (examine.at:588): ok (0m0.011s 0m0.008s) 482. EXAMINE -- single case doesn't crash (examine.at:605): ok (0m0.008s 0m0.012s) 483. EXAMINE -- all-missing data doesn't crash (examine.at:624): ok (0m0.005s 0m0.014s) 484. EXAMINE -- big input doesn't crash (examine.at:646): ok (0m0.101s 0m0.019s) 485. EXAMINE -- big input doesn't crash 2 (examine.at:666): ok (0m1.146s 0m0.044s) 486. EXAMINE -- non-numeric ID (examine.at:693): ok (0m0.005s 0m0.015s) 487. EXAMINE -- Bad Input (examine.at:745): ok (0m0.008s 0m0.012s) 488. EXAMINE -- MISSING=REPORT (examine.at:775): ok (0m0.009s 0m0.012s) 489. EXAMINE -- sample unweighted (examine.at:903): ok (0m0.010s 0m0.011s) 490. EXAMINE -- Empty Parentheses (examine.at:1046): ok (0m0.010s 0m0.010s) 491. EXAMINE -- Bad variable (examine.at:1070): ok (0m0.008s 0m0.012s) 492. EXAMINE -- Extremes vs. Missing Weights (examine.at:1093): ok (0m0.010s 0m0.012s) 493. GRAPH simple scatterplot (graph.at:19): ok (0m0.006s 0m0.015s) 494. GRAPH Scatter and Histogram (graph.at:43): ok (0m3.507s 0m0.021s) 495. GRAPH missing values don't crash (graph.at:97): ok (0m0.025s 0m0.012s) 496. GRAPH missing=VARIABLE no crash (graph.at:118): ok (0m0.021s 0m0.016s) 497. GRAPH missing value in by variable (graph.at:141): ok (0m0.022s 0m0.016s) 498. GRAPH histogram with null data (graph.at:166): ok (0m0.020s 0m0.012s) 499. GRAPH histogram all missing (graph.at:184): ok (0m0.008s 0m0.012s) 500. GRAPH barcharts (graph.at:203): ok (0m0.025s 0m0.017s) 501. GRAPH barchart arity (graph.at:232): ok (0m0.014s 0m0.017s) 502. GRAPH barchart bad syntax (graph.at:261): ok (0m0.017s 0m0.013s) 503. GRAPH barchart full (graph.at:289): ok (0m0.030s 0m0.015s) 504. GRAPH buggy syntax (graph.at:332): ok (0m0.012s 0m0.019s) 505. FACTOR extraction=paf method=correlation (factor.at:19): ok (0m0.032s 0m0.013s) 506. FACTOR extraction=pc method=correlation (factor.at:1539): ok (0m0.010s 0m0.012s) 507. FACTOR empty dataset (factor.at:1800): ok (0m0.008s 0m0.011s) 508. FACTOR /ROTATION=NOROTATE (factor.at:1821): ok (0m0.010s 0m0.011s) 509. FACTOR /CRITERIA=ITERATE (factor.at:1895): ok (0m0.005s 0m0.015s) 510. FACTOR promax (factor.at:1945): ok (0m0.095s 0m0.019s) 511. FACTOR covariance matrix (factor.at:2090): ok (0m0.009s 0m0.012s) 512. FACTOR correlation matrix (factor.at:2171): ok (0m0.009s 0m0.013s) 513. FACTOR bad input (factor.at:2267): ok (0m0.008s 0m0.012s) 514. FACTOR anti-image matrix (factor.at:2300): ok (0m0.008s 0m0.014s) 515. FACTOR Kaiser-Meyer-Olkin (factor.at:2357): ok (0m0.009s 0m0.012s) 516. FLIP with NEWNAMES (flip.at:19): ok (0m0.007s 0m0.015s) 517. FLIP without NEWNAMES (flip.at:66): ok (0m0.007s 0m0.014s) 518. FLIP badly formed (flip.at:104): ok (0m0.007s 0m0.013s) 519. FLIP with invalid variable names (flip.at:120): ok (0m0.005s 0m0.016s) 520. FREQUENCIES string variable (frequencies.at:19): ok (0m0.007s 0m0.014s) 521. FREQUENCIES two runs crash (frequencies.at:52): ok (0m0.011s 0m0.011s) 522. FREQUENCIES with LIMIT (frequencies.at:101): ok (0m0.008s 0m0.012s) 523. FREQUENCIES HTML output crash (frequencies.at:125): ok (0m0.007s 0m0.015s) 524. FREQUENCIES pie chart crash (frequencies.at:160): ok (0m0.006s 0m0.015s) 525. FREQUENCIES histogram crash (frequencies.at:196): ok (0m0.021s 0m0.014s) 526. FREQUENCIES median with histogram crash (frequencies.at:227): ok (0m0.008s 0m0.012s) 527. FREQUENCIES crash after TEMPORARY (frequencies.at:242): ok (0m0.009s 0m0.012s) 528. FREQUENCIES basic percentiles (frequencies.at:303): ok (0m0.006s 0m0.015s) 529. FREQUENCIES basic n-tiles (frequencies.at:323): ok (0m0.008s 0m0.013s) 530. FREQUENCIES compatibility percentiles (frequencies.at:344): ok (0m0.007s 0m0.014s) 531. FREQUENCIES enhanced percentiles (frequencies.at:385): ok (0m0.007s 0m0.014s) 532. FREQUENCIES enhanced percentiles, weighted (frequencies.at:425): ok (0m0.009s 0m0.012s) 533. FREQUENCIES enhanced percentiles, weighted (2) (frequencies.at:469): ok (0m0.010s 0m0.011s) 534. FREQUENCIES enhanced percentiles, weighted (3) (frequencies.at:511): ok (0m0.007s 0m0.014s) 535. FREQUENCIES enhanced percentiles, weighted, missing values (frequencies.at:551): ok (0m0.004s 0m0.017s) 536. FREQUENCIES dichotomous histogram (frequencies.at:596): ok (0m0.007s 0m0.014s) 537. FREQUENCIES median (frequencies.at:630): ok (0m0.007s 0m0.013s) 538. FREQUENCIES variance (frequencies.at:660): ok (0m0.004s 0m0.016s) 539. FREQUENCIES default statistics (frequencies.at:691): ok (0m0.008s 0m0.013s) 540. FREQUENCIES no valid data (frequencies.at:746): ok (0m0.006s 0m0.015s) 541. FREQUENCIES histogram no valid cases (frequencies.at:789): ok (0m0.005s 0m0.015s) 542. FREQUENCIES percentiles + histogram bug#48128 (frequencies.at:810): ok (0m0.009s 0m0.012s) 543. GLM latin square design (glm.at:19): ok (0m0.010s 0m0.014s) 544. GLM 2 by 2 factorial design (glm.at:90): ok (0m0.010s 0m0.011s) 545. GLM Type I and II Sums of Squares (glm.at:142): ok (0m0.021s 0m0.026s) 546. GLM excluded intercept (glm.at:275): ok (0m0.009s 0m0.013s) 547. GLM missing values (glm.at:346): ok (0m0.027s 0m0.040s) 548. LOGISTIC REGRESSION basic test (logistic.at:97): ok (0m0.009s 0m0.014s) 549. LOGISTIC REGRESSION missing values (logistic.at:149): ok (0m0.014s 0m0.031s) 550. LOGISTIC REGRESSION weights (logistic.at:197): ok (0m0.018s 0m0.028s) 551. LOGISTIC REGRESSION without constant (logistic.at:258): ok (0m0.007s 0m0.016s) 552. LOGISTIC REGRESSION non-dichotomous dep var (logistic.at:315): ok (0m0.008s 0m0.013s) 553. LOGISTIC REGRESSION with categorical (logistic.at:340): ok (0m0.011s 0m0.017s) 554. LOGISTIC REGRESSION with cat var 2 (logistic.at:808): ok (0m0.011s 0m0.014s) 555. LOGISTIC REGRESSION identical categories (logistic.at:1075): ok (0m0.011s 0m0.009s) 556. LOGISTIC REGRESSION missing categoricals (logistic.at:1095): ok (0m0.018s 0m0.028s) 557. LOGISTIC REGRESSION confidence interval (logistic.at:1232): ok (0m0.010s 0m0.014s) 558. MEANS simple example (means.at:19): ok (0m0.007s 0m0.014s) 559. MEANS very simple example (means.at:80): ok (0m0.011s 0m0.010s) 560. MEANS default missing (means.at:114): ok (0m0.009s 0m0.012s) 561. MEANS linear stats (means.at:168): ok (0m0.012s 0m0.010s) 562. MEANS standard errors (means.at:217): ok (0m0.006s 0m0.015s) 563. MEANS harmonic and geometric means (means.at:263): ok (0m0.005s 0m0.016s) 564. MEANS all/none/default (means.at:305): ok (0m0.009s 0m0.012s) 565. MEANS missing=table (means.at:365): ok (0m0.012s 0m0.010s) 566. MEANS user missing values (means.at:475): ok (0m0.007s 0m0.014s) 567. MEANS empty factor spec (means.at:573): ok (0m0.010s 0m0.010s) 568. MEANS parser bug (means.at:593): ok (0m0.007s 0m0.013s) 569. NPAR TESTS BINOMIAL P < 0.5; N1/N2 < 1 (npar.at:19): ok (0m0.006s 0m0.014s) 570. NPAR TESTS BINOMIAL P < 0.5; N1/N2 > 1 (npar.at:44): ok (0m0.008s 0m0.012s) 571. NPAR TESTS BINOMIAL P < 0.5; N1/N2 = 1 (npar.at:69): ok (0m0.012s 0m0.009s) 572. NPAR TESTS BINOMIAL P > 0.5; N1/N2 < 1 (npar.at:94): ok (0m0.006s 0m0.015s) 573. NPAR TESTS BINOMIAL P > 0.5; N1/N2 > 1 (npar.at:119): ok (0m0.008s 0m0.014s) 574. NPAR TESTS BINOMIAL P > 0.5; N1/N2 = 1 (npar.at:143): ok (0m0.007s 0m0.014s) 575. NPAR TESTS BINOMIAL P = 0.5; N1/N2 < 1 (npar.at:167): ok (0m0.008s 0m0.013s) 576. NPAR TESTS BINOMIAL P = 0.5; N1/N2 > 1 (npar.at:192): ok (0m0.006s 0m0.015s) 577. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 (npar.at:216): ok (0m0.010s 0m0.011s) 578. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 Cutpoint (npar.at:241): ok (0m0.010s 0m0.011s) 579. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 Named values (npar.at:267): ok (0m0.009s 0m0.012s) 580. NPAR TESTS BINOMIAL - crash (npar.at:296): ok (0m0.009s 0m0.011s) 581. NPAR TESTS CHISQUARE (npar.at:315): ok (0m0.009s 0m0.012s) 582. NPAR TESTS CHISQUARE expected values missing (npar.at:401): ok (0m0.008s 0m0.012s) 583. NPAR TESTS CHISQUARE with DESCRIPTIVES (npar.at:434): ok (0m0.008s 0m0.014s) 584. NPAR TESTS CHISQUARE, listwise missing (npar.at:487): ok (0m0.010s 0m0.012s) 585. NPAR TESTS WILCOXON (npar.at:540): ok (0m0.009s 0m0.013s) 586. NPAR TESTS WILCOXON with missing values (npar.at:588): ok (0m0.006s 0m0.015s) 587. NPAR TESTS SIGN (npar.at:636): ok (0m0.010s 0m0.013s) 588. NPAR Kruskal-Wallis test (npar.at:680): ok (0m0.019s 0m0.024s) 589. NPAR Kruskal-Wallis multiple-variables (npar.at:775): ok (0m0.010s 0m0.013s) 590. NPAR TESTS Runs (npar.at:842): ok (0m0.007s 0m0.015s) 591. NPAR TESTS Runs (2) (npar.at:930): ok (0m0.009s 0m0.012s) 592. NPAR TESTS Friedman (npar.at:953): ok (0m0.008s 0m0.013s) 593. NPAR TESTS Mann-Whitney (npar.at:992): ok (0m0.008s 0m0.013s) 594. NPAR TESTS Mann-Whitney Multiple (npar.at:1053): ok (0m0.012s 0m0.013s) 595. NPAR TESTS Cochran (npar.at:1099): ok (0m0.011s 0m0.011s) 596. NPAR TESTS Kendall (npar.at:1146): ok (0m0.007s 0m0.015s) 597. NPAR TESTS McNemar (npar.at:1211): ok (0m0.010s 0m0.011s) 598. NPAR TESTS Kolmogorov-Smirnov Uniform parameters given (npar.at:1265): ok (0m0.010s 0m0.011s) 599. NPAR TESTS Kolmogorov-Smirnov Normal parameters imputed (npar.at:1302): ok (0m0.006s 0m0.015s) 600. NPAR TESTS Median Test (median imputed) (npar.at:1506): ok (0m0.007s 0m0.014s) 601. NPAR TESTS Median Test (median given) (npar.at:1571): ok (0m0.008s 0m0.013s) 602. NPAR TESTS Median Test (two sample) (npar.at:1634): ok (0m0.007s 0m0.014s) 603. NPAR TESTS Jonckheere-Terpstra (npar.at:1700): ok (0m0.006s 0m0.015s) 604. NPAR TESTS (PAIRED) (npar.at:1743): ok (0m0.007s 0m0.014s) 605. NPAR TESTS CHISQUARE crash (npar.at:1780): ok (0m0.009s 0m0.011s) 606. NPAR TESTS - crash on invalid syntax (npar.at:1809): ok (0m0.005s 0m0.015s) 607. NPAR TESTS - crash on unterminated string (npar.at:1833): ok (0m0.007s 0m0.013s) 608. ONEWAY basic operation (oneway.at:19): ok (0m0.007s 0m0.015s) 609. ONEWAY with splits (oneway.at:88): ok (0m0.009s 0m0.013s) 610. ONEWAY with missing values (oneway.at:195): ok (0m0.023s 0m0.040s) 611. ONEWAY descriptives subcommand (oneway.at:300): ok (0m0.008s 0m0.013s) 612. ONEWAY homogeneity subcommand (oneway.at:349): ok (0m0.009s 0m0.012s) 613. ONEWAY multiple variables (oneway.at:394): ok (0m0.008s 0m0.016s) 614. ONEWAY vs. weights (oneway.at:502): ok (0m0.016s 0m0.028s) 615. ONEWAY posthoc LSD and BONFERRONI (oneway.at:573): ok (0m0.012s 0m0.009s) 616. ONEWAY posthoc Tukey HSD and Games-Howell (oneway.at:655): ok (0m0.073s 0m0.012s) 617. ONEWAY posthoc Sidak (oneway.at:711): ok (0m0.009s 0m0.013s) 618. ONEWAY posthoc Scheffe (oneway.at:771): ok (0m0.008s 0m0.014s) 619. ONEWAY bad contrast count (oneway.at:853): ok (0m0.009s 0m0.012s) 620. ONEWAY crash on single category independent variable (oneway.at:924): ok (0m0.008s 0m0.012s) 621. ONEWAY crash on missing dependent variable (oneway.at:945): ok (0m0.050s 0m0.014s) 622. ONEWAY Games-Howell test with few cases (oneway.at:973): ok (0m0.019s 0m0.013s) 623. ONEWAY Crash on empty data (oneway.at:995): ok (0m0.009s 0m0.012s) 624. ONEWAY Crash on invalid dependent variable (oneway.at:1017): ok (0m0.008s 0m0.012s) 625. ONEWAY Crash on unterminated string (oneway.at:1037): ok (0m0.011s 0m0.009s) 626. QUICK CLUSTER with small data set (quick-cluster.at:19): ok (0m0.012s 0m0.010s) 627. QUICK CLUSTER with large data set (quick-cluster.at:62): ok (0m0.231s 0m0.020s) 628. QUICK CLUSTER with weights (quick-cluster.at:92): ok (0m0.030s 0m0.022s) 629. QUICK CLUSTER with listwise missing (quick-cluster.at:134): ok (0m0.015s 0m0.026s) 630. QUICK CLUSTER with pairwise missing (quick-cluster.at:173): ok (0m0.018s 0m0.030s) 631. QUICK CLUSTER crash on bad cluster quantity (quick-cluster.at:246): ok (0m0.009s 0m0.010s) 632. QUICK CLUSTER infinite loop on bad command name (quick-cluster.at:263): ok (0m0.007s 0m0.012s) 633. QUICK CLUSTER /PRINT subcommand (quick-cluster.at:280): ok (0m0.009s 0m0.011s) 634. QUICK CLUSTER -- Empty Parentheses (quick-cluster.at:436): ok (0m0.005s 0m0.014s) 635. RANK simple case with defaults (rank.at:19): ok (0m0.007s 0m0.014s) 636. RANK multiple variables with defaults (rank.at:59): ok (0m0.008s 0m0.013s) 637. RANK with RANK, RFRACTION, N (rank.at:90): ok (0m0.011s 0m0.011s) 638. RANK with SAVAGE, PERCENT, PROPORTION, NTILES (rank.at:167): ok (0m0.010s 0m0.011s) 639. RANK with SPLIT FILE (rank.at:226): ok (0m0.008s 0m0.014s) 640. RANK with fractional ranks (rank.at:316): ok (0m0.008s 0m0.013s) 641. RANK all-ties due to tiny weights (rank.at:363): ok (0m0.007s 0m0.015s) 642. RANK and TEMPORARY (rank.at:440): ok (0m0.008s 0m0.012s) 643. RANK variable name fallback (rank.at:496): ok (0m0.004s 0m0.016s) 644. RANK robust variable name creation (rank.at:534): ok (0m0.026s 0m0.010s) 645. RANK handling of invalid input (rank.at:587): ok (0m0.006s 0m0.013s) 646. RANK handling of invalid syntax (rank.at:615): ok (0m0.010s 0m0.010s) 647. LINEAR REGRESSION - basic (regression.at:19): ok (0m0.007s 0m0.014s) 648. LINEAR REGRESSION - one save (regression.at:76): ok (0m0.007s 0m0.013s) 649. LINEAR REGRESSION - SAVE vs SPLITS (regression.at:149): ok (0m0.035s 0m0.046s) 650. LINEAR REGRESSION multiple dependent variables (regression.at:242): ok (0m0.009s 0m0.017s) 651. LINEAR REGRESSION test of QR decomposition (regression.at:274): ok (0m0.011s 0m0.014s) 652. LINEAR REGRESSION no crash on all missing (regression.at:1807): ok (0m0.005s 0m0.014s) 653. LINEAR REGRESSION missing dependent variable (regression.at:1833): ok (0m0.013s 0m0.025s) 654. LINEAR REGRESSION with invalid syntax (and empty dataset) (regression.at:1890): ok (0m0.008s 0m0.011s) 655. LINEAR REGRESSION coefficient confidence interval (regression.at:1910): ok (0m0.005s 0m0.017s) 656. LINEAR REGRESSION crash with long string variables (regression.at:2152): ok (0m0.008s 0m0.015s) 657. LINEAR REGRESSION -- Empty Parentheses (regression.at:2202): ok (0m0.007s 0m0.012s) 658. LINEAR REGRESSION varibles on ENTER subcommand (regression.at:2227): ok (0m0.006s 0m0.014s) 659. LINEAR REGRESSION /ORIGIN (regression.at:2283): ok (0m0.009s 0m0.011s) 660. RELIABILITY (reliability.at:19): ok (0m0.012s 0m0.012s) 661. RELIABILITY bad syntax (reliability.at:274): ok (0m0.008s 0m0.011s) 662. RELIABILITY bad syntax 2 (reliability.at:294): ok (0m0.007s 0m0.012s) 663. RELIABILITY crash with no data (reliability.at:309): ok (0m0.007s 0m0.011s) 664. RELIABILITY tutorial example (reliability.at:327): ok (0m0.008s 0m0.013s) 665. ROC, free distribution (roc.at:19): ok (0m0.010s 0m0.011s) 666. ROC, negative exponential distribution (roc.at:70): ok (0m0.008s 0m0.013s) 667. ROC, with anomaly (roc.at:129): ok (0m0.008s 0m0.013s) 668. ROC crash on no state variable (roc.at:187): ok (0m0.008s 0m0.011s) 669. ROC crash on invalid syntax (roc.at:204): ok (0m0.007s 0m0.012s) 670. sort 500 cases (100 unique) with 2 buffers (sort-cases.at:73): ok (0m0.018s 0m0.024s) 671. sort 500 cases (100 unique) with 3 buffers (sort-cases.at:74): ok (0m0.019s 0m0.020s) 672. sort 500 cases (100 unique) with 4 buffers (sort-cases.at:75): ok (0m0.017s 0m0.020s) 673. sort 500 cases (100 unique) with 5 buffers (sort-cases.at:76): ok (0m0.017s 0m0.019s) 674. sort 500 cases (100 unique) with 10 buffers (sort-cases.at:77): ok (0m0.015s 0m0.019s) 675. sort 500 cases (100 unique) with 50 buffers (sort-cases.at:78): ok (0m0.016s 0m0.017s) 676. sort 500 cases (100 unique) with 100 buffers (sort-cases.at:79): ok (0m0.018s 0m0.015s) 677. sort 500 cases (100 unique) (sort-cases.at:80): ok (0m0.013s 0m0.019s) 678. sort 1000 cases (100 unique) with 2 buffers (sort-cases.at:82): ok (0m0.035s 0m0.021s) 679. sort 1000 cases (100 unique) with 3 buffers (sort-cases.at:83): ok (0m0.028s 0m0.023s) 680. sort 1000 cases (100 unique) with 5 buffers (sort-cases.at:84): ok (0m0.027s 0m0.019s) 681. sort 1000 cases (100 unique) (sort-cases.at:85): ok (0m0.023s 0m0.014s) 682. sort 5000 cases (1000 unique) with 5 buffers (sort-cases.at:87): ok (0m0.133s 0m0.044s) 683. sort 5000 cases (1000 unique) with 50 buffers (sort-cases.at:88): ok (0m0.073s 0m0.018s) 684. sort 5000 cases (1000 unique) (sort-cases.at:89): ok (0m0.065s 0m0.015s) 685. sort 10000 cases (100 unique) with 3 buffers (sort-cases.at:91): ok (0m0.575s 0m0.095s) 686. sort 10000 cases (100 unique) with 5 buffers (sort-cases.at:92): ok (0m0.397s 0m0.066s) 687. sort 10000 cases (100 unique) (sort-cases.at:93): ok (0m0.111s 0m0.024s) 688. sort 50000 cases (10000 unique) with 500 buffers (sort-cases.at:95): ok (0m0.659s 0m0.037s) 689. sort 50000 cases (sort-cases.at:97): ok (0m0.576s 0m0.032s) 690. SORT CASES preserves filtered cases (sort-cases.at:100): ok (0m0.006s 0m0.016s) 691. T-TEST /PAIRS (t-test.at:19): ok (0m0.008s 0m0.014s) 692. T-TEST /PAIRS with per-analysis missing values (t-test.at:59): ok (0m0.015s 0m0.030s) 693. T-TEST /PAIRS with listwise missing values (t-test.at:124): ok (0m0.018s 0m0.027s) 694. T-TEST weighted paired bug (t-test.at:192): ok (0m0.010s 0m0.012s) 695. T-TEST /PAIRS bug (t-test.at:234): ok (0m0.008s 0m0.015s) 696. T-TEST /GROUPS (t-test.at:270): ok (0m0.010s 0m0.012s) 697. T-TEST /GROUPS with one value for independent variable (t-test.at:320): ok (0m0.009s 0m0.012s) 698. T-TEST /GROUPS with per-analysis missing values (t-test.at:370): ok (0m0.014s 0m0.030s) 699. T-TEST /GROUPS with listwise missing values (t-test.at:430): ok (0m0.019s 0m0.026s) 700. T-TEST /TESTVAL (t-test.at:490): ok (0m0.010s 0m0.012s) 701. T-TEST /TESTVAL with per-analysis missing values (t-test.at:522): ok (0m0.015s 0m0.030s) 702. T-TEST /TESTVAL with listwise missing values (t-test.at:575): ok (0m0.017s 0m0.028s) 703. T-TEST wih TEMPORARY transformation (t-test.at:628): ok (0m0.021s 0m0.024s) 704. T-TEST invalid syntax (t-test.at:684): ok (0m0.007s 0m0.014s) 705. T-TEST string variable (t-test.at:707): ok (0m0.010s 0m0.012s) 706. T-TEST string variable, only one value (t-test.at:754): ok (0m0.006s 0m0.015s) 707. T-TEST string variable comparison bug (t-test.at:780): ok (0m0.008s 0m0.013s) 708. T-TEST wrong group (t-test.at:821): ok (0m0.008s 0m0.013s) 709. T-TEST non number p value (t-test.at:842): ok (0m0.009s 0m0.012s) 710. T-TEST unterminated string - paired (t-test.at:861): ok (0m0.008s 0m0.013s) 711. CACHE (cache.at:19): ok (0m0.006s 0m0.013s) 712. CD (cd.at:19): ok (0m0.011s 0m0.015s) 713. USE ALL (date.at:19): ok (0m0.009s 0m0.013s) 714. INSERT SYNTAX=INTERACTIVE (insert.at:31): ok (0m0.007s 0m0.015s) 715. INSERT SYNTAX=BATCH (insert.at:47): ok (0m0.005s 0m0.018s) 716. INSERT CD=NO (insert.at:67): ok (0m0.008s 0m0.016s) 717. INSERT CD=YES (insert.at:88): ok (0m0.010s 0m0.016s) 718. INSERT ERROR=STOP (insert.at:132): ok (0m0.006s 0m0.016s) 719. INSERT ERROR=CONTINUE (insert.at:142): ok (0m0.009s 0m0.016s) 720. INSERT nonexistent file (insert.at:162): ok (0m0.005s 0m0.015s) 721. INCLUDE full check (insert.at:181): ok (0m0.003s 0m0.021s) 722. INSERT unterminated string (insert.at:205): ok (0m0.008s 0m0.011s) 723. PERMISSIONS (permissions.at:19): ok (0m0.022s 0m0.035s) 724. PERMISSIONS - bad syntax (permissions.at:45): ok (0m0.010s 0m0.010s) 725. SET FORMAT to invalid output format (set.at:20): ok (0m0.007s 0m0.014s) 726. SET crash on invalid cc (set.at:42): ok (0m0.007s 0m0.013s) 727. SET MXWARNS (set.at:52): ok (0m0.010s 0m0.011s) 728. SET MXWARNS special case zero (set.at:88): ok (0m0.005s 0m0.016s) 729. PRESERVE of SET FORMAT (set.at:126): ok (0m0.008s 0m0.013s) 730. SHOW N (show.at:19): ok (0m0.006s 0m0.015s) 731. SHOW N empty (show.at:39): ok (0m0.006s 0m0.014s) 732. FILE LABEL and (ADD) DOCUMENT (title.at:19): ok (0m0.009s 0m0.016s) 733. COMPUTE crash with SAVE (compute.at:19): ok (0m0.014s 0m0.025s) 734. COMPUTE bug in long string UPCASE (compute.at:38): ok (0m0.008s 0m0.014s) 735. COMPUTE bug with long variable names (compute.at:66): ok (0m0.006s 0m0.015s) 736. COMPUTE self-reference to new variable (compute.at:92): ok (0m0.007s 0m0.016s) 737. COUNT -- numeric data (count.at:19): ok (0m0.007s 0m0.014s) 738. COUNT -- string data (count.at:58): ok (0m0.009s 0m0.011s) 739. RECODE numeric to numeric, without INTO (recode.at:37): ok (0m0.012s 0m0.010s) 740. RECODE numeric to numeric, with INTO, without COPY (recode.at:79): ok (0m0.009s 0m0.013s) 741. RECODE numeric to numeric, with INTO, with COPY (recode.at:111): ok (0m0.012s 0m0.010s) 742. RECODE string to string, with INTO, without COPY (recode.at:144): ok (0m0.011s 0m0.011s) 743. RECODE string to string (recode.at:172): ok (0m0.007s 0m0.015s) 744. RECODE string to numeric (recode.at:200): ok (0m0.009s 0m0.012s) 745. RECODE numeric to string (recode.at:226): ok (0m0.010s 0m0.011s) 746. RECODE bug in COPY (recode.at:252): ok (0m0.009s 0m0.012s) 747. RECODE bug in COPY with INTO (recode.at:283): ok (0m0.005s 0m0.015s) 748. RECODE increased string widths (recode.at:316): ok (0m0.008s 0m0.013s) 749. RECODE crash on invalid dest variable (recode.at:347): ok (0m0.009s 0m0.011s) 750. SAMPLE (sample.at:19): ok (0m0.009s 0m0.019s) 751. FILTER (select-if.at:19): ok (0m0.009s 0m0.014s) 752. ABT -- insert-any-remove-any (abt.at:24): ok (0m0.099s 0m0.001s) 753. ABT -- insert-any-remove-same (abt.at:25): ok (0m0.074s 0m0.000s) 754. ABT -- insert-any-remove-reverse (abt.at:26): ok (0m0.071s 0m0.002s) 755. ABT -- random-sequence (abt.at:27): ok (0m1.014s 0m0.002s) 756. ABT -- insert-ordered (abt.at:28): ok (0m0.081s 0m0.002s) 757. ABT -- moved (abt.at:29): ok (0m0.071s 0m0.003s) 758. ABT -- changed (abt.at:30): ok (0m0.041s 0m0.002s) 759. BT -- insert-any-remove-any (bt.at:24): ok (0m0.039s 0m0.002s) 760. BT -- insert-any-remove-same (bt.at:25): ok (0m0.032s 0m0.001s) 761. BT -- insert-any-remove-reverse (bt.at:26): ok (0m0.027s 0m0.003s) 762. BT -- random-sequence (bt.at:27): ok (0m0.360s 0m0.002s) 763. BT -- insert-ordered (bt.at:28): ok (0m0.055s 0m0.002s) 764. BT -- find-ge-le (bt.at:29): ok (0m0.001s 0m0.002s) 765. BT -- moved (bt.at:30): ok (0m0.059s 0m0.001s) 766. BT -- changed (bt.at:31): ok (0m0.038s 0m0.001s) 767. ASCII (encoding-guesser.at:19): ok (0m0.000s 0m0.003s) 768. UTF-8 (encoding-guesser.at:25): ok (0m0.001s 0m0.004s) 769. UTF-8 starting with ASCII (encoding-guesser.at:32): ok (0m0.001s 0m0.004s) 770. UTF-16 with big-endian byte order mark (encoding-guesser.at:39): ok (0m0.001s 0m0.002s) 771. UTF-16 with little-endian byte order mark (encoding-guesser.at:46): ok (0m0.001s 0m0.002s) 772. UTF-16BE (encoding-guesser.at:53): ok (0m0.000s 0m0.003s) 773. UTF-16BE starting with U+0100 (encoding-guesser.at:62): ok (0m0.000s 0m0.003s) 774. UTF-16LE (encoding-guesser.at:69): ok (0m0.000s 0m0.003s) 775. UTF-16LE starting with U+0100 (encoding-guesser.at:78): ok (0m0.001s 0m0.002s) 776. UTF-32 with big-endian byte order mark (encoding-guesser.at:85): ok (0m0.000s 0m0.003s) 777. UTF-32 with little-endian byte order mark (encoding-guesser.at:92): ok (0m0.001s 0m0.002s) 778. UTF-32BE (encoding-guesser.at:99): ok (0m0.001s 0m0.002s) 779. UTF-32LE (encoding-guesser.at:106): ok (0m0.001s 0m0.002s) 780. ISO-8859-1 (encoding-guesser.at:113): ok (0m0.002s 0m0.003s) 781. GB-18030 with byte order mark (encoding-guesser.at:121): ok (0m0.001s 0m0.004s) 782. UTF-EBCDIC with byte order mark (encoding-guesser.at:129): ok (0m0.001s 0m0.004s) 783. EUC-JP as Auto,EUC-JP (encoding-guesser.at:137): ok (0m0.002s 0m0.003s) 784. EUC-JP starting with ASCII as Auto,EUC-JP (encoding-guesser.at:145): ok (0m0.001s 0m0.005s) 785. UTF-8 with character split across input buffers (encoding-guesser.at:153): ok (0m0.001s 0m0.004s) 786. windows-1252 as Auto,UTF-8 (encoding-guesser.at:161): ok (0m0.000s 0m0.005s) 787. floating point format conversions (float-format.at:19): ok (0m0.018s 0m0.012s) 788. heap -- insert-no-dups-delete-min (heap.at:24): ok (0m0.021s 0m0.002s) 789. heap -- insert-with-dups-delete-min (heap.at:25): ok (0m0.019s 0m0.002s) 790. heap -- insert-no-dups-delete-random (heap.at:26): ok (0m0.003s 0m0.002s) 791. heap -- inc-dec (heap.at:27): ok (0m0.039s 0m0.002s) 792. heap -- random-insert-delete (heap.at:28): ok (0m0.026s 0m0.002s) 793. hmap -- insert-any-remove-any-random-hash (hmap.at:24): ok (0m0.024s 0m0.000s) 794. hmap -- insert-any-remove-any-identity-hash (hmap.at:25): ok (0m0.022s 0m0.001s) 795. hmap -- insert-any-remove-any-constant-hash (hmap.at:26): ok (0m0.021s 0m0.002s) 796. hmap -- insert-any-remove-same-random-hash (hmap.at:27): ok (0m0.019s 0m0.001s) 797. hmap -- insert-any-remove-same-identity-hash (hmap.at:28): ok (0m0.016s 0m0.001s) 798. hmap -- insert-any-remove-same-constant-hash (hmap.at:29): ok (0m0.016s 0m0.002s) 799. hmap -- insert-any-remove-reverse-random-hash (hmap.at:30): ok (0m0.017s 0m0.002s) 800. hmap -- insert-any-remove-reverse-identity-hash (hmap.at:31): ok (0m0.017s 0m0.000s) 801. hmap -- insert-any-remove-reverse-constant-hash (hmap.at:32): ok (0m0.017s 0m0.001s) 802. hmap -- random-sequence-random-hash (hmap.at:33): ok (0m0.043s 0m0.001s) 803. hmap -- random-sequence-identity-hash (hmap.at:34): ok (0m0.029s 0m0.001s) 804. hmap -- random-sequence-constant-hash (hmap.at:35): ok (0m0.005s 0m0.001s) 805. hmap -- insert-ordered-random-hash (hmap.at:36): ok (0m0.165s 0m0.002s) 806. hmap -- insert-ordered-identity-hash (hmap.at:37): ok (0m0.130s 0m0.001s) 807. hmap -- insert-ordered-constant-hash (hmap.at:38): ok (0m0.005s 0m0.000s) 808. hmap -- moved-random-hash (hmap.at:39): ok (0m0.050s 0m0.001s) 809. hmap -- moved-identity-hash (hmap.at:40): ok (0m0.033s 0m0.001s) 810. hmap -- moved-constant-hash (hmap.at:41): ok (0m0.001s 0m0.002s) 811. hmap -- changed-random-hash (hmap.at:42): ok (0m0.023s 0m0.001s) 812. hmap -- changed-identity-hash (hmap.at:43): ok (0m0.018s 0m0.002s) 813. hmap -- changed-constant-hash (hmap.at:44): ok (0m0.021s 0m0.001s) 814. hmap -- swap-random-hash (hmap.at:45): ok (0m0.000s 0m0.002s) 815. hmap -- clear (hmap.at:46): ok (0m0.031s 0m0.002s) 816. hmap -- destroy-null (hmap.at:47): ok (0m0.000s 0m0.001s) 817. hmap -- shrink-empty (hmap.at:48): ok (0m0.000s 0m0.001s) 818. hmapx -- insert-any-remove-any-random-hash (hmapx.at:24): ok (0m0.027s 0m0.001s) 819. hmapx -- insert-any-remove-any-identity-hash (hmapx.at:25): ok (0m0.024s 0m0.002s) 820. hmapx -- insert-any-remove-any-constant-hash (hmapx.at:26): ok (0m0.026s 0m0.002s) 821. hmapx -- insert-any-remove-same-random-hash (hmapx.at:27): ok (0m0.022s 0m0.001s) 822. hmapx -- insert-any-remove-same-identity-hash (hmapx.at:28): ok (0m0.018s 0m0.001s) 823. hmapx -- insert-any-remove-same-constant-hash (hmapx.at:29): ok (0m0.020s 0m0.002s) 824. hmapx -- insert-any-remove-reverse-random-hash (hmapx.at:30): ok (0m0.019s 0m0.001s) 825. hmapx -- insert-any-remove-reverse-identity-hash (hmapx.at:31): ok (0m0.016s 0m0.002s) 826. hmapx -- insert-any-remove-reverse-constant-hash (hmapx.at:32): ok (0m0.018s 0m0.001s) 827. hmapx -- random-sequence-random-hash (hmapx.at:33): ok (0m0.044s 0m0.001s) 828. hmapx -- random-sequence-identity-hash (hmapx.at:34): ok (0m0.029s 0m0.001s) 829. hmapx -- random-sequence-constant-hash (hmapx.at:35): ok (0m0.007s 0m0.000s) 830. hmapx -- insert-ordered-random-hash (hmapx.at:36): ok (0m0.168s 0m0.001s) 831. hmapx -- insert-ordered-identity-hash (hmapx.at:37): ok (0m0.130s 0m0.001s) 832. hmapx -- insert-ordered-constant-hash (hmapx.at:38): ok (0m0.005s 0m0.001s) 833. hmapx -- moved-random-hash (hmapx.at:39): ok (0m0.047s 0m0.002s) 834. hmapx -- moved-identity-hash (hmapx.at:40): ok (0m0.031s 0m0.002s) 835. hmapx -- moved-constant-hash (hmapx.at:41): ok (0m0.002s 0m0.000s) 836. hmapx -- changed-random-hash (hmapx.at:42): ok (0m0.030s 0m0.001s) 837. hmapx -- changed-identity-hash (hmapx.at:43): ok (0m0.025s 0m0.002s) 838. hmapx -- changed-constant-hash (hmapx.at:44): ok (0m0.030s 0m0.001s) 839. hmapx -- change-random-hash (hmapx.at:45): ok (0m0.031s 0m0.000s) 840. hmapx -- change-identity-hash (hmapx.at:46): ok (0m0.026s 0m0.001s) 841. hmapx -- change-constant-hash (hmapx.at:47): ok (0m0.029s 0m0.002s) 842. hmapx -- swap-random-hash (hmapx.at:48): ok (0m0.001s 0m0.001s) 843. hmapx -- clear (hmapx.at:49): ok (0m0.030s 0m0.001s) 844. hmapx -- destroy-null (hmapx.at:50): ok (0m0.000s 0m0.001s) 845. hmapx -- shrink-empty (hmapx.at:51): ok (0m0.000s 0m0.001s) 846. convert reflexively (i18n.at:36): ok (0m0.000s 0m0.005s) 847. convert without any change (i18n.at:37): ok (0m0.001s 0m0.005s) 848. convert from ISO-8859-1 to UTF-8 (i18n.at:39): ok (0m0.001s 0m0.005s) 849. convert from UTF-8 to ISO-8859-1 (i18n.at:41): ok (0m0.001s 0m0.005s) 850. convert invalid UTF-8 to ISO-8859-1 (i18n.at:45): ok (0m0.002s 0m0.004s) 851. convert truncated UTF-8 to ISO-8559-1 (i18n.at:48): ok (0m0.000s 0m0.006s) 852. convert dropped final character in windows-1258 (i18n.at:53): ok (0m0.001s 0m0.021s) 853. convert from ISO-8859-1 to UTF-8 with overflow (i18n.at:58): ok (0m0.002s 0m0.004s) 854. convert unknown encoding (i18n.at:62): ok (0m0.001s 0m0.003s) 855. truncate "abc" to 6 bytes in UTF-8 (i18n.at:93): ok (0m0.001s 0m0.005s) 856. truncate "" + "xyz" to 6 bytes in UTF-8 (i18n.at:94): ok (0m0.001s 0m0.005s) 857. truncate "" to 6 bytes in UTF-8 (i18n.at:95): ok (0m0.000s 0m0.006s) 858. truncate "abcdefghij" to 6 bytes in UTF-8 (i18n.at:96): ok (0m0.001s 0m0.005s) 859. truncate "" + "tuvwxyz" to 6 bytes in UTF-8 (i18n.at:97): ok (0m0.001s 0m0.005s) 860. truncate "abc" + "xyz" to 6 bytes in UTF-8 (i18n.at:99): ok (0m0.002s 0m0.004s) 861. truncate "abcd" + "xyz" to 6 bytes in UTF-8 (i18n.at:100): ok (0m0.000s 0m0.006s) 862. truncate "abc" + "uvwxyz" to 6 bytes in UTF-8 (i18n.at:101): ok (0m0.001s 0m0.005s) 863. truncate "x\342\203\236" + "y" to 0 bytes in UTF-8 (i18n.at:105): ok (0m0.001s 0m0.004s) 864. truncate "x\342\203\236" + "y" to 1 bytes in UTF-8 (i18n.at:106): ok (0m0.000s 0m0.005s) 865. truncate "x\342\203\236" + "y" to 2 bytes in UTF-8 (i18n.at:107): ok (0m0.003s 0m0.003s) 866. truncate "x\342\203\236" + "y" to 3 bytes in UTF-8 (i18n.at:108): ok (0m0.001s 0m0.005s) 867. truncate "x\342\203\236" + "y" to 4 bytes in UTF-8 (i18n.at:109): ok (0m0.002s 0m0.004s) 868. truncate "x\342\203\236" + "y" to 5 bytes in UTF-8 (i18n.at:110): ok (0m0.001s 0m0.005s) 869. truncate "\303\251\303\250\303\244" + "xyz" to 0 bytes in ISO-8859-1 (i18n.at:113): ok (0m0.001s 0m0.005s) 870. truncate "\303\251\303\250\303\244" + "xyz" to 1 bytes in ISO-8859-1 (i18n.at:114): ok (0m0.001s 0m0.005s) 871. truncate "\303\251\303\250\303\244" + "xyz" to 2 bytes in ISO-8859-1 (i18n.at:115): ok (0m0.001s 0m0.005s) 872. truncate "\303\251\303\250\303\244" + "xyz" to 3 bytes in ISO-8859-1 (i18n.at:116): ok (0m0.002s 0m0.004s) 873. truncate "\303\251\303\250\303\244" + "xyz" to 4 bytes in ISO-8859-1 (i18n.at:117): ok (0m0.002s 0m0.004s) 874. truncate "\303\251\303\250\303\244" + "xyz" to 5 bytes in ISO-8859-1 (i18n.at:119): ok (0m0.002s 0m0.004s) 875. truncate "\303\251\303\250\303\244" + "xyz" to 6 bytes in ISO-8859-1 (i18n.at:121): ok (0m0.001s 0m0.005s) 876. read ASCII (line-reader.at:19): ok (0m0.001s 0m0.004s) 877. read UTF-8 (line-reader.at:28): ok (0m0.000s 0m0.003s) 878. read EUC-JP (line-reader.at:36): ok (0m0.001s 0m0.004s) 879. read ASCII as Auto (line-reader.at:45): ok (0m0.000s 0m0.003s) 880. read UTF-8 as Auto (line-reader.at:53): ok (0m0.001s 0m0.002s) 881. read ISO-8859-1 as Auto,ISO-8859-1 (line-reader.at:62): ok (0m0.003s 0m0.007s) 882. read UTF-16BE as Auto,UTF-16BE (line-reader.at:74): ok (0m0.001s 0m0.005s) 883. read EUC-JP as Auto,EUC-JP (line-reader.at:83): ok (0m0.000s 0m0.005s) 884. ll -- push-pop (ll.at:24): ok (0m0.013s 0m0.002s) 885. ll -- insert-remove (ll.at:25): ok (0m0.000s 0m0.002s) 886. ll -- swap (ll.at:26): ok (0m0.001s 0m0.001s) 887. ll -- swap-range (ll.at:27): ok (0m0.002s 0m0.001s) 888. ll -- remove-range (ll.at:28): ok (0m0.001s 0m0.001s) 889. ll -- remove-equal (ll.at:29): ok (0m0.009s 0m0.002s) 890. ll -- remove-if (ll.at:30): ok (0m0.009s 0m0.001s) 891. ll -- moved (ll.at:31): ok (0m0.000s 0m0.001s) 892. ll -- find-equal (ll.at:32): ok (0m0.001s 0m0.001s) 893. ll -- find-if (ll.at:33): ok (0m0.001s 0m0.001s) 894. ll -- find-adjacent-equal (ll.at:34): ok (0m0.001s 0m0.001s) 895. ll -- count-range (ll.at:35): ok (0m0.001s 0m0.001s) 896. ll -- count-equal (ll.at:36): ok (0m0.001s 0m0.001s) 897. ll -- count-if (ll.at:37): ok (0m0.001s 0m0.001s) 898. ll -- min-max (ll.at:38): ok (0m0.001s 0m0.001s) 899. ll -- lexicographical-compare-3way (ll.at:39): ok (0m0.003s 0m0.001s) 900. ll -- apply (ll.at:40): ok (0m0.000s 0m0.001s) 901. ll -- reverse (ll.at:41): ok (0m0.000s 0m0.002s) 902. ll -- permutations-no-dups (ll.at:42): ok (0m0.005s 0m0.001s) 903. ll -- permutations-with-dups (ll.at:43): ok (0m0.067s 0m0.001s) 904. ll -- merge-no-dups (ll.at:44): ok (0m0.009s 0m0.001s) 905. ll -- merge-with-dups (ll.at:45): ok (0m0.097s 0m0.001s) 906. ll -- sort-exhaustive (ll.at:46): ok (0m0.013s 0m0.002s) 907. ll -- sort-stable (ll.at:47): ok (0m0.009s 0m0.002s) 908. ll -- sort-subset (ll.at:48): ok (0m0.010s 0m0.001s) 909. ll -- sort-big (ll.at:49): ok (0m0.055s 0m0.002s) 910. ll -- unique (ll.at:50): ok (0m0.001s 0m0.001s) 911. ll -- sort-unique (ll.at:51): ok (0m0.029s 0m0.001s) 912. ll -- insert-ordered (ll.at:52): ok (0m0.007s 0m0.002s) 913. ll -- partition (ll.at:53): ok (0m0.003s 0m0.001s) 914. llx -- push-pop (llx.at:24): ok (0m0.012s 0m0.002s) 915. llx -- insert-remove (llx.at:25): ok (0m0.001s 0m0.001s) 916. llx -- swap (llx.at:26): ok (0m0.000s 0m0.001s) 917. llx -- swap-range (llx.at:27): ok (0m0.002s 0m0.001s) 918. llx -- remove-range (llx.at:28): ok (0m0.001s 0m0.001s) 919. llx -- remove-equal (llx.at:29): ok (0m0.014s 0m0.001s) 920. llx -- remove-if (llx.at:30): ok (0m0.014s 0m0.001s) 921. llx -- find-equal (llx.at:31): ok (0m0.001s 0m0.001s) 922. llx -- find (llx.at:32): ok (0m0.000s 0m0.001s) 923. llx -- find-if (llx.at:33): ok (0m0.000s 0m0.002s) 924. llx -- find-adjacent-equal (llx.at:34): ok (0m0.000s 0m0.002s) 925. llx -- count-range (llx.at:35): ok (0m0.001s 0m0.001s) 926. llx -- count-equal (llx.at:36): ok (0m0.002s 0m0.000s) 927. llx -- count-if (llx.at:37): ok (0m0.001s 0m0.001s) 928. llx -- min-max (llx.at:38): ok (0m0.001s 0m0.001s) 929. llx -- lexicographical-compare-3way (llx.at:39): ok (0m0.002s 0m0.001s) 930. llx -- apply (llx.at:40): ok (0m0.001s 0m0.001s) 931. llx -- destroy (llx.at:41): ok (0m0.000s 0m0.001s) 932. llx -- reverse (llx.at:42): ok (0m0.001s 0m0.001s) 933. llx -- permutations-no-dups (llx.at:43): ok (0m0.004s 0m0.002s) 934. llx -- permutations-with-dups (llx.at:44): ok (0m0.072s 0m0.002s) 935. llx -- merge-no-dups (llx.at:45): ok (0m0.012s 0m0.002s) 936. llx -- merge-with-dups (llx.at:46): ok (0m0.141s 0m0.001s) 937. llx -- sort-exhaustive (llx.at:47): ok (0m0.028s 0m0.001s) 938. llx -- sort-stable (llx.at:48): ok (0m0.020s 0m0.002s) 939. llx -- sort-subset (llx.at:49): ok (0m0.013s 0m0.002s) 940. llx -- sort-big (llx.at:50): ok (0m0.078s 0m0.002s) 941. llx -- unique (llx.at:51): ok (0m0.002s 0m0.001s) 942. llx -- sort-unique (llx.at:52): ok (0m0.056s 0m0.001s) 943. llx -- insert-ordered (llx.at:53): ok (0m0.017s 0m0.002s) 944. llx -- partition (llx.at:54): ok (0m0.004s 0m0.002s) 945. llx -- allocation-failure (llx.at:55): ok (0m0.000s 0m0.001s) 946. range-map -- insert (range-map.at:24): ok (0m0.030s 0m0.002s) 947. range-map -- delete-contiguous (range-map.at:25): ok (0m0.033s 0m0.000s) 948. range-map -- delete-gaps (range-map.at:26): ok (0m0.032s 0m0.001s) 949. range-set -- insert (range-set.at:24): ok (0m0.214s 0m0.001s) 950. range-set -- delete (range-set.at:25): ok (0m0.145s 0m0.002s) 951. range-set -- allocate (range-set.at:26): ok (0m0.023s 0m0.001s) 952. range-set -- allocate-fully (range-set.at:27): ok (0m0.022s 0m0.002s) 953. range-set -- pool (range-set.at:28): ok (0m0.000s 0m0.001s) 954. range-set -- destroy-null (range-set.at:29): ok (0m0.001s 0m0.001s) 955. range-tower -- set1 (range-tower.at:24): ok (0m0.508s 0m0.001s) 956. range-tower -- set0 (range-tower.at:25): ok (0m0.345s 0m0.001s) 957. range-tower -- insert0 (range-tower.at:26): ok (0m0.350s 0m0.000s) 958. range-tower -- insert1 (range-tower.at:27): ok (0m0.356s 0m0.001s) 959. range-tower -- delete (range-tower.at:28): ok (0m0.346s 0m0.003s) 960. range-tower -- move (range-tower.at:29): ok (0m2.616s 0m0.002s) 961. range-tower -- pool (range-tower.at:30): ok (0m0.001s 0m0.001s) 962. range-tower -- destroy-null (range-tower.at:31): ok (0m0.000s 0m0.001s) 963. sparse array -- random-insert-delete (sparse-array.at:25): ok (0m0.378s 0m0.001s) 964. sparse array -- insert and delete with strides (sparse-array.at:27): ok (0m0.518s 0m0.004s) 965. in-memory sparse_xarray (sparse-xarray-test.at:58): ok (0m0.118s 0m0.037s) 966. on-disk sparse_xarray max-memory-rows=0 (sparse-xarray-test.at:73): ok (0m0.170s 0m0.855s) 967. on-disk sparse_xarray max-memory-rows=1 (sparse-xarray-test.at:74): ok (0m0.197s 0m0.768s) 968. on-disk sparse_xarray max-memory-rows=2 (sparse-xarray-test.at:75): ok (0m0.110s 0m0.493s) 969. copying between in-memory sparse_xarrays (sparse-xarray-test.at:77): ok (0m0.130s 0m0.014s) 970. copying between on-disk sparse_xarrays max-memory-rows=0 (sparse-xarray-test.at:98): ok (0m0.066s 0m0.378s) 971. copying between on-disk sparse_xarrays max-memory-rows=1 (sparse-xarray-test.at:99): ok (0m0.067s 0m0.380s) 972. 26-adic string formatting (str.at:19): ok (0m0.000s 0m0.002s) 973. string map -- insert-any-remove-any (string-map.at:25): ok (0m0.133s 0m0.001s) 974. string map -- insert-any-remove-same (string-map.at:26): ok (0m0.097s 0m0.001s) 975. string map -- insert-any-remove-reverse (string-map.at:27): ok (0m0.095s 0m0.001s) 976. string map -- random-sequence (string-map.at:28): ok (0m0.146s 0m0.001s) 977. string map -- replace (string-map.at:29): ok (0m0.003s 0m0.000s) 978. string map -- insert-ordered (string-map.at:30): ok (0m0.002s 0m0.002s) 979. string map -- clear (string-map.at:31): ok (0m0.001s 0m0.001s) 980. string map -- clone (string-map.at:32): ok (0m0.000s 0m0.002s) 981. string map -- swap (string-map.at:33): ok (0m0.005s 0m0.000s) 982. string map -- node-swap-value (string-map.at:34): ok (0m0.000s 0m0.001s) 983. string map -- insert-map (string-map.at:35): ok (0m0.006s 0m0.001s) 984. string map -- replace-map (string-map.at:36): ok (0m0.005s 0m0.002s) 985. string map -- get-keys-and-values (string-map.at:37): ok (0m0.000s 0m0.001s) 986. string map -- destroy-null (string-map.at:38): ok (0m0.001s 0m0.001s) 987. case-insensitive string map -- insert-any-remove-any (stringi-map.at:25): ok (0m2.617s 0m0.001s) 988. case-insensitive string map -- insert-any-remove-same (stringi-map.at:26): ok (0m1.918s 0m0.001s) 989. case-insensitive string map -- insert-any-remove-reverse (stringi-map.at:27): ok (0m1.912s 0m0.000s) 990. case-insensitive string map -- random-sequence (stringi-map.at:28): ok (0m3.801s 0m0.002s) 991. case-insensitive string map -- replace (stringi-map.at:29): ok (0m0.031s 0m0.001s) 992. case-insensitive string map -- insert-ordered (stringi-map.at:30): ok (0m0.049s 0m0.001s) 993. case-insensitive string map -- clear (stringi-map.at:31): ok (0m0.001s 0m0.001s) 994. case-insensitive string map -- clone (stringi-map.at:32): ok (0m0.002s 0m0.001s) 995. case-insensitive string map -- swap (stringi-map.at:33): ok (0m0.073s 0m0.001s) 996. case-insensitive string map -- node-swap-value (stringi-map.at:34): ok (0m0.002s 0m0.000s) 997. case-insensitive string map -- insert-map (stringi-map.at:35): ok (0m0.081s 0m0.002s) 998. case-insensitive string map -- replace-map (stringi-map.at:36): ok (0m0.083s 0m0.001s) 999. case-insensitive string map -- get-keys-and-values (stringi-map.at:37): ok (0m0.001s 0m0.001s) 1000. case-insensitive string map -- destroy-null (stringi-map.at:38): ok (0m0.001s 0m0.001s) 1001. string set -- insert-any-remove-any (string-set.at:25): ok (0m0.090s 0m0.002s) 1002. string set -- insert-any-remove-same (string-set.at:26): ok (0m0.066s 0m0.001s) 1003. string set -- insert-any-remove-reverse (string-set.at:27): ok (0m0.066s 0m0.001s) 1004. string set -- random-sequence (string-set.at:28): ok (0m0.097s 0m0.001s) 1005. string set -- insert-ordered (string-set.at:29): ok (0m0.001s 0m0.002s) 1006. string set -- union (string-set.at:30): ok (0m0.049s 0m0.002s) 1007. string set -- union-and-intersection (string-set.at:31): ok (0m0.042s 0m0.001s) 1008. string set -- intersect (string-set.at:32): ok (0m0.036s 0m0.001s) 1009. string set -- subtract (string-set.at:33): ok (0m0.035s 0m0.003s) 1010. string set -- swap (string-set.at:34): ok (0m0.039s 0m0.002s) 1011. string set -- clear (string-set.at:35): ok (0m0.028s 0m0.002s) 1012. string set -- clone (string-set.at:36): ok (0m0.045s 0m0.002s) 1013. string set -- destroy-null (string-set.at:37): ok (0m0.000s 0m0.001s) 1014. case-insensitive string set -- insert-any-remove-any (stringi-set.at:25): ok (0m2.736s 0m0.002s) 1015. case-insensitive string set -- insert-any-remove-same (stringi-set.at:26): ok (0m2.095s 0m0.002s) 1016. case-insensitive string set -- insert-any-remove-reverse (stringi-set.at:27): ok (0m2.082s 0m0.002s) 1017. case-insensitive string set -- random-sequence (stringi-set.at:28): ok (0m5.683s 0m0.000s) 1018. case-insensitive string set -- insert-ordered (stringi-set.at:29): ok (0m0.075s 0m0.002s) 1019. case-insensitive string set -- union (stringi-set.at:30): ok (0m1.101s 0m0.001s) 1020. case-insensitive string set -- union-and-intersection (stringi-set.at:31): ok (0m0.955s 0m0.001s) 1021. case-insensitive string set -- intersect (stringi-set.at:32): ok (0m0.665s 0m0.002s) 1022. case-insensitive string set -- subtract (stringi-set.at:33): ok (0m0.708s 0m0.001s) 1023. case-insensitive string set -- swap (stringi-set.at:34): ok (0m0.866s 0m0.001s) 1024. case-insensitive string set -- clear (stringi-set.at:35): ok (0m0.469s 0m0.002s) 1025. case-insensitive string set -- clone (stringi-set.at:36): ok (0m0.869s 0m0.002s) 1026. case-insensitive string set -- destroy-null (stringi-set.at:37): ok (0m0.000s 0m0.001s) 1027. tower -- insert (tower.at:24): ok (0m0.008s 0m0.002s) 1028. tower -- delete (tower.at:25): ok (0m0.020s 0m0.002s) 1029. tower -- resize (tower.at:26): ok (0m0.015s 0m0.002s) 1030. tower -- splice-out (tower.at:27): ok (0m0.008s 0m0.002s) 1031. tower -- splice-in (tower.at:28): ok (0m0.006s 0m0.001s) 1032. read ASCII (u8-istream.at:19): ok (0m0.001s 0m0.004s) 1033. read UTF-8 (u8-istream.at:26): ok (0m0.000s 0m0.003s) 1034. read EUC-JP (u8-istream.at:35): ok (0m0.002s 0m0.003s) 1035. read UTF-8 with character split across input buffers (u8-istream.at:44): ok (0m0.002s 0m0.005s) 1036. read UTF-8 with character split across output buffers (u8-istream.at:55): ok (0m0.002s 0m0.002s) 1037. read UTF-8 with character split across input and output buffers (u8-istream.at:64): ok (0m0.002s 0m0.006s) 1038. read EUC-JP with character split across input buffers (u8-istream.at:75): ok (0m0.004s 0m0.006s) 1039. read EUC-JP with character split across output buffers (u8-istream.at:89): ok (0m0.000s 0m0.004s) 1040. read EUC-JP with character split across input and output buffers (u8-istream.at:98): ok (0m0.005s 0m0.006s) 1041. read ASCII as Auto (u8-istream.at:112): ok (0m0.000s 0m0.003s) 1042. read UTF-8 as Auto (u8-istream.at:121): ok (0m0.002s 0m0.004s) 1043. read ISO-8859-1 as Auto,ISO-8859-1 (u8-istream.at:135): ok (0m0.007s 0m0.003s) 1044. read UTF-16BE as Auto,UTF-16BE (u8-istream.at:147): ok (0m0.001s 0m0.004s) 1045. read UTF-16 as Auto (u8-istream.at:156): ok (0m0.003s 0m0.013s) 1046. read UTF-32 as Auto (u8-istream.at:175): ok (0m0.001s 0m0.013s) 1047. read EUC-JP as Auto,EUC-JP (u8-istream.at:192): ok (0m0.001s 0m0.004s) 1048. Basic zip - unzip test (zip.at:19): ok (0m0.039s 0m0.076s) 1049. Chart Scale (chart-geometry.at:19): ok (0m0.024s 0m0.019s) 1050. Chart Ticks Format (chart-geometry.at:23): ok (0m0.027s 0m0.019s) 1051. two-pass moments (moments.at:44): ok (0m0.010s 0m0.012s) 1052. one-pass moments (moments.at:45): ok (0m0.006s 0m0.015s) 1053. random distributions -- beta (randist.at:102): ok (0m0.018s 0m0.018s) 1054. random distributions -- cauchy (randist.at:337): ok (0m0.042s 0m0.015s) 1055. random distributions -- chisq (randist.at:946): ok (0m0.010s 0m0.017s) 1056. random distributions -- exp (randist.at:994): ok (0m0.012s 0m0.014s) 1057. random distributions -- f (randist.at:1042): ok (0m0.022s 0m0.011s) 1058. random distributions -- gamma (randist.at:1222): ok (0m0.016s 0m0.017s) 1059. random distributions -- laplace (randist.at:1446): ok (0m0.017s 0m0.016s) 1060. random distributions -- logistic (randist.at:1670): ok (0m0.016s 0m0.018s) 1061. random distributions -- lnormal (randist.at:1894): ok (0m0.014s 0m0.017s) 1062. random distributions -- normal (randist.at:2074): ok (0m0.019s 0m0.015s) 1063. random distributions -- pareto (randist.at:2298): ok (0m0.018s 0m0.012s) 1064. random distributions -- t (randist.at:2434): ok (0m0.013s 0m0.015s) 1065. random distributions -- uniform (randist.at:2526): ok (0m0.018s 0m0.013s) 1066. random distributions -- weibull (randist.at:2706): ok (0m0.018s 0m0.013s) 1067. ASCII driver overwriting single-width text (ascii.at:19): ok (0m0.071s 0m0.046s) 1068. ASCII driver overwriting double-width text (ascii.at:151): ok (0m0.016s 0m0.038s) 1069. ASCII driver overwriting combining characters (ascii.at:407): ok (0m0.016s 0m0.037s) 1070. ASCII driver u8_line_set_length (ascii.at:539): ok (0m0.009s 0m0.010s) 1071. ASCII driver Unicode box characters (ascii.at:580): ok (0m0.005s 0m0.015s) 1072. ASCII driver syntax printback (ascii.at:600): ok (0m0.009s 0m0.012s) 1073. ASCII unicode box chars (ascii.at:647): ok (0m0.009s 0m0.012s) 1074. ASCII crash on empty line (ascii.at:673): ok (0m0.006s 0m0.013s) 1075. Examine (charts.at:24): ok (0m0.727s 0m0.014s) 1076. Roc (charts.at:56): ok (0m0.034s 0m0.015s) 1077. Scree (charts.at:111): ok (0m0.033s 0m0.016s) 1078. Histogram (charts.at:139): ok (0m0.242s 0m0.010s) 1079. FREQUENCIES charts (charts.at:176): ok (0m0.085s 0m0.015s) 1080. CROSSTABS charts (charts.at:214): ok (0m0.083s 0m0.018s) 1081. BOXPLOT Empty (charts.at:258): ok (0m0.007s 0m0.013s) 1082. HTML bug (html.at:19): ok (0m0.006s 0m0.013s) 1083. output csv to unwritable directory (output.at:39): skipped (output.at:39) 1084. output html to unwritable directory (output.at:40): skipped (output.at:40) 1085. output odt to unwritable directory (output.at:41): skipped (output.at:41) 1086. output pdf to unwritable directory (output.at:42): skipped (output.at:42) 1087. output txt to unwritable directory (output.at:43): skipped (output.at:43) 1088. letter default paper size (paper-size.at:19): ok (0m0.006s 0m0.015s) 1089. a4 default paper size (paper-size.at:28): ok (0m0.010s 0m0.011s) 1090. specific paper sizes (paper-size.at:37): ok (0m0.010s 0m0.011s) 1091. single cell (render.at:176): ok (0m0.004s 0m0.016s) 1092. nested single cell (render.at:185): ok (0m0.009s 0m0.011s) 1093. single cell with border (render.at:196): ok (0m0.005s 0m0.015s) 1094. nested single cell with border (render.at:208): ok (0m0.007s 0m0.013s) 1095. joined columns (render.at:224): ok (0m0.007s 0m0.013s) 1096. 3x3, joined rows and columns (render.at:240): ok (0m0.006s 0m0.014s) 1097. joined rows and columns (with footnotes) (render.at:260): ok (0m0.009s 0m0.014s) 1098. 6x6, joined rows and columns (render.at:302): ok (0m0.008s 0m0.012s) 1099. 3 rows with many joined cells (render.at:322): ok (0m0.008s 0m0.012s) 1100. 3 columns with many joined cells (render.at:341): ok (0m0.004s 0m0.016s) 1101. joined rows (render.at:393): ok (0m0.006s 0m0.014s) 1102. nested joined rows (render.at:409): ok (0m0.007s 0m0.013s) 1103. joined rows only, no rules (render.at:431): ok (0m0.007s 0m0.013s) 1104. joined columns only, no rules (render.at:444): ok (0m0.005s 0m0.015s) 1105. 5 big narrow cells (render.at:459): ok (0m0.008s 0m0.012s) 1106. 9 big narrow cells (render.at:480): ok (0m0.006s 0m0.014s) 1107. 2 big cells with new-lines (render.at:511): ok (0m0.009s 0m0.012s) 1108. 8x8 with many 2x2 joins (render.at:542): ok (0m0.009s 0m0.012s) 1109. nested 8x8 (render.at:571): ok (0m0.006s 0m0.015s) 1110. nested 8x8s and 6x6s (render.at:600): ok (0m0.009s 0m0.015s) 1111. doubly nested cells (render.at:682): ok (0m0.014s 0m0.013s) 1112. breaking row of many small cells (render.at:770): ok (0m0.010s 0m0.030s) 1113. breaking row of many small cells, with headers (render.at:796): ok (0m0.016s 0m0.024s) 1114. breaking row of many medium-size cells (render.at:835): ok (0m0.015s 0m0.024s) 1115. breaking row of many medium-size cells, with headers (render.at:885): ok (0m0.014s 0m0.026s) 1116. breaking row of many big narrow cells (render.at:943): ok (0m0.014s 0m0.025s) 1117. breaking 2 rows of many small cells (render.at:1053): ok (0m0.020s 0m0.021s) 1118. breaking 3 rows with many joined cells (render.at:1087): ok (0m0.014s 0m0.028s) 1119. horz break 6x6, joined rows and columns (render.at:1129): ok (0m0.018s 0m0.021s) 1120. horz break 6x6, joined rows and columns, left header (render.at:1179): ok (0m0.011s 0m0.028s) 1121. horz break 6x6, joined rows and columns, right header (render.at:1215): ok (0m0.010s 0m0.029s) 1122. breaking joined cells too wide for page (render.at:1251): ok (0m0.012s 0m0.027s) 1123. breaking joined cells much too wide for page (render.at:1319): ok (0m0.021s 0m0.018s) 1124. breaking cell too wide for page, no border (render.at:1411): ok (0m0.010s 0m0.028s) 1125. breaking cell too wide for page, with border (render.at:1441): ok (0m0.013s 0m0.026s) 1126. horz break 8x8 with many 2x2 joins (render.at:1472): ok (0m0.017s 0m0.025s) 1127. breaking column of many small cells (render.at:1622): ok (0m0.018s 0m0.021s) 1128. breaking column of many small cells, with headers (render.at:1732): ok (0m0.015s 0m0.024s) 1129. disabling too-big headers (render.at:1852): ok (0m0.011s 0m0.028s) 1130. breaking column of many medium-size cells (render.at:1909): ok (0m0.017s 0m0.023s) 1131. breaking 3 columns with many joined cells (render.at:2111): ok (0m0.018s 0m0.022s) 1132. vert break 6x6, joined rows and columns (render.at:2223): ok (0m0.014s 0m0.025s) 1133. breaking joined cells too tall for page (render.at:2266): ok (0m0.014s 0m0.025s) 1134. breaking cell too tall for page, no border (render.at:2322): ok (0m0.016s 0m0.022s) 1135. breaking cell too tall for page, with border (render.at:2364): ok (0m0.014s 0m0.025s) 1136. breaking nested cell too tall for page (render.at:2396): ok (0m0.009s 0m0.013s) 1137. double break 6x6, joined rows and columns (render.at:2430): ok (0m0.016s 0m0.024s) 1138. double break 8x8, with joins, left and right headers (render.at:2545): ok (0m0.014s 0m0.027s) 1139. double break 8x8, with joins, top and bottom headers (render.at:2632): ok (0m0.012s 0m0.029s) 1140. double break 8x8, with joins, all headers (render.at:2739): ok (0m0.018s 0m0.023s) 1141. double break joined cells too big for page (render.at:2846): ok (0m0.014s 0m0.026s) 1142. LIST puts space between columns (render.at:2983): ok (0m0.009s 0m0.011s) 1143. ASCII driver renders end of line spaces reasonably (render.at:3008): ok (0m0.007s 0m0.013s) 1144. multiple spanned cells all contribute to dimensions (render.at:3046): ok (0m0.007s 0m0.013s) 1145. OUTPUT precision (tables.at:19): ok (0m0.007s 0m0.014s) 1146. OUTPUT crash (tables.at:84): ok (0m0.009s 0m0.011s) 1147. nonexistent syntax file crash (main.at:19): ok (0m0.005s 0m0.012s) 1148. SIGTERM yields clean shutdown (main.at:25): ok (0m0.990s 0m0.013s) 1149. SIGSEGV yields error report (main.at:40): ok (0m0.008s 0m0.017s) 1150. argument parsing (main.at:60): ok (0m0.008s 0m0.011s) 1151. Syntax Generation - printf like (syntax-gen.at:19): ok (0m0.039s 0m0.027s) 1152. pspp-convert crash when output cannot be opened (pspp-convert.at:3): ok (0m0.010s 0m0.026s) 1153. Perl create system file (perl-module.at:33): ok (0m0.027s 0m0.017s) 1154. Perl writing cases to system files (perl-module.at:93): ok (0m0.022s 0m0.019s) 1155. Perl write variable parameters (perl-module.at:186): ok (0m0.026s 0m0.013s) 1156. Perl dictionary survives system file (perl-module.at:261): ok (0m0.015s 0m0.007s) 1157. Perl read system file (perl-module.at:330): ok (0m0.022s 0m0.020s) 1158. Perl copying system files (perl-module.at:422): ok (0m0.035s 0m0.027s) 1159. Perl value formatting (perl-module.at:538): ok (0m0.025s 0m0.017s) 1160. Perl opening nonexistent file (perl-module.at:577): ok (0m0.016s 0m0.006s) 1161. Perl missing values (perl-module.at:596): ok (0m0.025s 0m0.016s) 1162. Perl custom attributes (perl-module.at:642): ok (0m0.024s 0m0.018s) 1163. Perl Pspp.t (perl-module.at:673): skipped (perl-module.at:676) testsuite: ending at: Mon Sep 18 12:28:47 EDT 2017 testsuite: test suite duration: 0h 3m 1s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 1156 tests were run, 1 failed unexpectedly. 7 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU PSPP 1.0.1 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 36: file.at:40 Write error - no permission Skipped tests: GNU PSPP 1.0.1 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 245: get-data-psql.at:140 GET DATA /TYPE=PSQL 1083: output.at:39 output csv to unwritable directory 1084: output.at:40 output html to unwritable directory 1085: output.at:41 output odt to unwritable directory 1086: output.at:42 output pdf to unwritable directory 1087: output.at:43 output txt to unwritable directory 1163: perl-module.at:673 Perl Pspp.t ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 36. file.at:40: testing Write error - no permission ... ./file.at:54: pspp -O format=csv file.sps --- - 2017-09-18 12:26:14.006251802 -0400 +++ /usr/local/src/pspp/pspp-1.0.1/tests/testsuite.dir/at-groups/36/stdout 2017-09-18 12:26:14.002133412 -0400 @@ -1,4 +1 @@ -error: Creating temporary file to replace directory/foobar.sav: Permission denied. - -error: Error opening `directory/foobar.sav' for writing as a system file: Permission denied. ./file.at:54: exit code was 0, expected 1 36. file.at:40: 36. Write error - no permission (file.at:40): FAILED (file.at:54) ## ------------- ## ## ../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 PSPP configure 1.0.1, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = test3.sph.emory.edu | uname -m = x86_64 | uname -r = 3.10.0-514.21.1.el7.x86_64 | uname -s = Linux | uname -v = #1 SMP Sat Apr 22 02:41:35 EDT 2017 | | /usr/bin/uname -p = x86_64 | /bin/uname -X = unknown | | /bin/arch = x86_64 | /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/sbin | PATH: /usr/local/bin | PATH: /usr/sbin | PATH: /usr/bin | PATH: /root/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:4045: checking for a BSD-compatible install | configure:4113: result: /usr/bin/install -c | configure:4124: checking whether build environment is sane | configure:4179: result: yes | configure:4330: checking for a thread-safe mkdir -p | configure:4369: result: /usr/bin/mkdir -p | configure:4376: checking for gawk | configure:4392: found /usr/bin/gawk | configure:4403: result: gawk | configure:4414: checking whether make sets $(MAKE) | configure:4436: result: yes | configure:4465: checking whether make supports nested variables | configure:4482: result: yes | configure:4621: checking for style of include used by make | configure:4649: result: GNU | configure:4720: checking for gcc | configure:4736: found /usr/bin/gcc | configure:4747: result: gcc | configure:4976: checking for C compiler version | configure:4985: gcc --version >&5 | gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16) | 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:4996: $? = 0 | configure:4985: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper | Target: x86_64-redhat-linux | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux | Thread model: posix | gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) | configure:4996: $? = 0 | configure:4985: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:4996: $? = 4 | configure:4985: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:4996: $? = 4 | configure:5016: checking whether the C compiler works | configure:5038: gcc conftest.c >&5 | configure:5042: $? = 0 | configure:5090: result: yes | configure:5093: checking for C compiler default output file name | configure:5095: result: a.out | configure:5101: checking for suffix of executables | configure:5108: gcc -o conftest conftest.c >&5 | configure:5112: $? = 0 | configure:5134: result: | configure:5156: checking whether we are cross compiling | configure:5164: gcc -o conftest conftest.c >&5 | configure:5168: $? = 0 | configure:5175: ./conftest | configure:5179: $? = 0 | configure:5194: result: no | configure:5199: checking for suffix of object files | configure:5221: gcc -c conftest.c >&5 | configure:5225: $? = 0 | configure:5246: result: o | configure:5250: checking whether we are using the GNU C compiler | configure:5269: gcc -c conftest.c >&5 | configure:5269: $? = 0 | configure:5278: result: yes | configure:5287: checking whether gcc accepts -g | configure:5307: gcc -c -g conftest.c >&5 | configure:5307: $? = 0 | configure:5348: result: yes | configure:5365: checking for gcc option to accept ISO C89 | configure:5428: gcc -c -g -O2 conftest.c >&5 | configure:5428: $? = 0 | configure:5441: result: none needed | configure:5466: checking whether gcc understands -c and -o together | configure:5488: gcc -c conftest.c -o conftest2.o | configure:5491: $? = 0 | configure:5488: gcc -c conftest.c -o conftest2.o | configure:5491: $? = 0 | configure:5503: result: yes | configure:5522: checking dependency style of gcc | configure:5633: result: gcc3 | configure:5654: checking how to run the C preprocessor | configure:5685: gcc -E conftest.c | configure:5685: $? = 0 | configure:5699: gcc -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:5699: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | /* end confdefs.h. */ | | #include | configure:5724: result: gcc -E | configure:5744: gcc -E conftest.c | configure:5744: $? = 0 | configure:5758: gcc -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:5758: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | /* end confdefs.h. */ | | #include | configure:5787: checking for grep that handles long lines and -e | configure:5845: result: /usr/bin/grep | configure:5850: checking for egrep | configure:5912: result: /usr/bin/grep -E | configure:5917: checking for ANSI C header files | configure:5937: gcc -c -g -O2 conftest.c >&5 | configure:5937: $? = 0 | configure:6010: gcc -o conftest -g -O2 conftest.c >&5 | configure:6010: $? = 0 | configure:6010: ./conftest | configure:6010: $? = 0 | configure:6021: result: yes | configure:6034: checking for sys/types.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for sys/stat.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for stdlib.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for string.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for memory.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for strings.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for inttypes.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for stdint.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6034: checking for unistd.h | configure:6034: gcc -c -g -O2 conftest.c >&5 | configure:6034: $? = 0 | configure:6034: result: yes | configure:6047: checking minix/config.h usability | configure:6047: gcc -c -g -O2 conftest.c >&5 | conftest.c:54:26: fatal error: minix/config.h: No such file or directory | #include | ^ | compilation terminated. | configure:6047: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:6047: result: no | configure:6047: checking minix/config.h presence | configure:6047: gcc -E conftest.c | conftest.c:21:26: fatal error: minix/config.h: No such file or directory | #include | ^ | compilation terminated. | configure:6047: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:6047: result: no | configure:6047: checking for minix/config.h | configure:6047: result: no | configure:6071: checking whether it is safe to define __EXTENSIONS__ | configure:6089: gcc -c -g -O2 conftest.c >&5 | configure:6089: $? = 0 | configure:6096: result: yes | configure:6125: checking whether _XOPEN_SOURCE should be defined | configure:6144: gcc -c -g -O2 conftest.c >&5 | configure:6144: $? = 0 | configure:6168: result: no | configure:6223: checking for gcc | configure:6250: result: gcc | configure:6479: checking for C compiler version | configure:6488: gcc --version >&5 | gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16) | 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:6499: $? = 0 | configure:6488: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper | Target: x86_64-redhat-linux | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux | Thread model: posix | gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) | configure:6499: $? = 0 | configure:6488: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:6499: $? = 4 | configure:6488: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:6499: $? = 4 | configure:6503: checking whether we are using the GNU C compiler | configure:6531: result: yes | configure:6540: checking whether gcc accepts -g | configure:6601: result: yes | configure:6618: checking for gcc option to accept ISO C89 | configure:6694: result: none needed | configure:6719: checking whether gcc understands -c and -o together | configure:6756: result: yes | configure:6775: checking dependency style of gcc | configure:6886: result: gcc3 | configure:6909: checking for Minix Amsterdam compiler | configure:6933: result: no | configure:6990: checking for ar | configure:7006: found /usr/bin/ar | configure:7017: result: ar | configure:7092: checking for ranlib | configure:7108: found /usr/bin/ranlib | configure:7119: result: ranlib | configure:7150: checking build system type | configure:7164: result: x86_64-unknown-linux-gnu | configure:7184: checking host system type | configure:7197: result: x86_64-unknown-linux-gnu | configure:7246: checking for _LARGEFILE_SOURCE value needed for large files | configure:7265: gcc -o conftest -g -O2 conftest.c >&5 | configure:7265: $? = 0 | configure:7293: result: no | configure:7321: checking for special C compiler options needed for large files | configure:7366: result: no | configure:7372: checking for _FILE_OFFSET_BITS value needed for large files | configure:7397: gcc -c -g -O2 conftest.c >&5 | configure:7397: $? = 0 | configure:7429: result: no | configure:7520: checking for gcc option to accept ISO C99 | configure:7669: gcc -c -g -O2 conftest.c >&5 | conftest.c:86:29: error: expected ';', ',' or ')' before 'text' | test_restrict (ccp restrict text) | ^ | conftest.c: In function 'main': | conftest.c:140:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | char *restrict newvar = "Another string"; | ^ | conftest.c:140:18: error: 'newvar' undeclared (first use in this function) | conftest.c:140:18: note: each undeclared identifier is reported only once for each function it appears in | conftest.c:150:3: error: 'for' loop initial declarations are only allowed in C99 mode | for (int i = 0; i < ia->datasize; ++i) | ^ | conftest.c:150:3: note: use option -std=c99 or -std=gnu99 to compile your code | configure:7669: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | /* end confdefs.h. */ | | #include | | #include | | #include | | #include | | #include | | | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | | #define debug(...) fprintf (stderr, __VA_ARGS__) | | #define showlist(...) puts (#__VA_ARGS__) | | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | | static void | | test_varargs_macros (void) | | { | | int x = 1234; | | int y = 5678; | | debug ("Flag"); | | debug ("X = %d\n", x); | | showlist (The first, second, and third items.); | | report (x>y, "x is %d but y is %d", x, y); | | } | | | | // Check long long types. | | #define BIG64 18446744073709551615ull | | #define BIG32 4294967295ul | | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | | #if !BIG_OK | | your preprocessor is broken; | | #endif | | #if BIG_OK | | #else | | your preprocessor is broken; | | #endif | | static long long int bignum = -9223372036854775807LL; | | static unsigned long long int ubignum = BIG64; | | | | struct incomplete_array | | { | | int datasize; | | double data[]; | | }; | | | | struct named_init { | | int number; | | const wchar_t *name; | | double average; | | }; | | | | typedef const char *ccp; | | | | static inline int | | test_restrict (ccp restrict text) | | { | | // See if C++-style comments work. | | // Iterate through items via the restricted pointer. | | // Also check for declarations in for loops. | | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | | continue; | | return 0; | | } | | | | // Check varargs and va_copy. | | static void | | test_varargs (const char *format, ...) | | { | | va_list args; | | va_start (args, format); | | va_list args_copy; | | va_copy (args_copy, args); | | | | const char *str; | | int number; | | float fnumber; | | | | while (*format) | | { | | switch (*format++) | | { | | case 's': // string | | str = va_arg (args_copy, const char *); | | break; | | case 'd': // int | | number = va_arg (args_copy, int); | | break; | | case 'f': // float | | fnumber = va_arg (args_copy, double); | | break; | | default: | | break; | | } | | } | | va_end (args_copy); | | va_end (args); | | } | | | | int | | main () | | { | | | | // Check bool. | | _Bool success = false; | | | | // Check restrict. | | if (test_restrict ("String literal") == 0) | | success = true; | | char *restrict newvar = "Another string"; | | | | // Check varargs. | | test_varargs ("s, d' f .", "string", 65, 34.234); | | test_varargs_macros (); | | | | // Check flexible array members. | | struct incomplete_array *ia = | | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | | ia->datasize = 10; | | for (int i = 0; i < ia->datasize; ++i) | | ia->data[i] = i * 1.234; | | | | // Check named initializers. | | struct named_init ni = { | | .number = 34, | | .name = L"Test wide string", | | .average = 543.34343, | | }; | | | | ni.number = 58; | | | | int dynamic_array[ni.number]; | | dynamic_array[ni.number - 1] = 543; | | | | // work around unused variable warnings | | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | | || dynamic_array[ni.number - 1] != 543); | | | | ; | | return 0; | | } | configure:7669: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7669: $? = 0 | configure:7689: result: -std=gnu99 | configure:7790: checking for gcc -std=gnu99 option to accept ISO Standard C | configure:7804: result: -std=gnu99 | configure:8522: checking how to print strings | configure:8549: result: printf | configure:8570: checking for a sed that does not truncate output | configure:8634: result: /usr/bin/sed | configure:8652: checking for fgrep | configure:8714: result: /usr/bin/grep -F | configure:8749: checking for ld used by gcc -std=gnu99 | configure:8816: result: /usr/bin/ld | configure:8823: checking if the linker (/usr/bin/ld) is GNU ld | configure:8838: result: yes | configure:8850: checking for BSD- or MS-compatible name lister (nm) | configure:8899: result: /usr/bin/nm -B | configure:9029: checking the name lister (/usr/bin/nm -B) interface | configure:9036: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9039: /usr/bin/nm -B "conftest.o" | configure:9042: output | 0000000000000000 B some_variable | configure:9049: result: BSD nm | configure:9052: checking whether ln -s works | configure:9056: result: yes | configure:9064: checking the maximum length of command line arguments | configure:9195: result: 1572864 | configure:9212: checking whether the shell understands some XSI constructs | configure:9222: result: yes | configure:9226: checking whether the shell understands "+=" | configure:9232: result: yes | configure:9267: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | configure:9307: result: func_convert_file_noop | configure:9314: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | configure:9334: result: func_convert_file_noop | configure:9341: checking for /usr/bin/ld option to reload object files | configure:9348: result: -r | configure:9422: checking for objdump | configure:9449: result: objdump | configure:9478: checking how to recognize dependent libraries | configure:9676: result: pass_all | configure:9761: checking for dlltool | configure:9788: result: dlltool | configure:9818: checking how to associate runtime and link libraries | configure:9845: result: printf %s\n | configure:9969: checking for archiver @FILE support | configure:9986: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9986: $? = 0 | configure:9989: ar cru libconftest.a @conftest.lst >&5 | configure:9992: $? = 0 | configure:9997: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:10000: $? = 1 | configure:10012: result: @ | configure:10070: checking for strip | configure:10086: found /usr/bin/strip | configure:10097: result: strip | configure:10169: checking for ranlib | configure:10196: result: ranlib | configure:10298: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object | configure:10418: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10421: $? = 0 | configure:10425: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:10428: $? = 0 | configure:10494: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:10497: $? = 0 | configure:10535: result: ok | configure:10572: checking for sysroot | configure:10602: result: no | configure:10679: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10682: $? = 0 | configure:10871: checking for mt | configure:10901: result: no | configure:10921: checking if : is a manifest tool | configure:10927: : '-?' | configure:10935: result: no | configure:11574: checking for dlfcn.h | configure:11574: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:11574: $? = 0 | configure:11574: result: yes | configure:11776: checking for objdir | configure:11791: result: .libs | configure:12062: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions | configure:12080: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | configure:12084: $? = 0 | configure:12097: result: no | configure:12424: checking for gcc -std=gnu99 option to produce PIC | configure:12431: result: -fPIC -DPIC | configure:12439: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works | configure:12457: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | configure:12461: $? = 0 | configure:12474: result: yes | configure:12503: checking if gcc -std=gnu99 static flag -static works | configure:12531: result: no | configure:12546: checking if gcc -std=gnu99 supports -c -o file.o | configure:12567: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:12571: $? = 0 | configure:12593: result: yes | configure:12601: checking if gcc -std=gnu99 supports -c -o file.o | configure:12648: result: yes | configure:12681: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:13838: result: yes | configure:13875: checking whether -lc should be explicitly linked in | configure:13883: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13886: $? = 0 | configure:13901: gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 | configure:13904: $? = 0 | configure:13918: result: no | configure:14078: checking dynamic linker characteristics | configure:14578: gcc -std=gnu99 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:14578: $? = 0 | configure:14812: result: GNU/Linux ld.so | configure:14919: checking how to hardcode library paths into programs | configure:14944: result: immediate | configure:15038: checking for shl_load | configure:15038: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccdYDk67.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:72: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:15038: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define shl_load to an innocuous variant, in case declares shl_load. | | For example, HP-UX 11i declares gettimeofday. */ | | #define shl_load innocuous_shl_load | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char shl_load (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef shl_load | | | | /* 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 shl_load (); | | /* 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_shl_load || defined __stub___shl_load | | choke me | | #endif | | | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:15038: result: no | configure:15042: checking for shl_load in -ldld | configure:15067: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld | collect2: error: ld returned 1 exit status | configure:15067: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* 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 shl_load (); | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:15076: result: no | configure:15081: checking for dlopen | configure:15081: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccNzSXof.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:72: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:15081: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define dlopen to an innocuous variant, in case declares dlopen. | | For example, HP-UX 11i declares gettimeofday. */ | | #define dlopen innocuous_dlopen | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char dlopen (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef dlopen | | | | /* 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 dlopen (); | | /* 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_dlopen || defined __stub___dlopen | | choke me | | #endif | | | | int | | main () | | { | | return dlopen (); | | ; | | return 0; | | } | configure:15081: result: no | configure:15085: checking for dlopen in -ldl | configure:15110: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5 | configure:15110: $? = 0 | configure:15119: result: yes | configure:15238: checking whether a program can dlopen itself | configure:15318: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:15321: $? = 0 | configure:15339: result: yes | configure:15344: checking whether a statically linked program can dlopen itself | configure:15424: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:15427: $? = 0 | configure:15445: result: yes | configure:15484: checking whether stripping libraries is possible | configure:15489: result: yes | configure:15524: checking if libtool supports shared libraries | configure:15526: result: yes | configure:15529: checking whether to build shared libraries | configure:15550: result: yes | configure:15553: checking whether to build static libraries | configure:15557: result: yes | configure:15594: checking whether termios.h defines TIOCGWINSZ | configure:15617: result: no | configure:15621: checking whether sys/ioctl.h defines TIOCGWINSZ | configure:15644: result: yes | configure:15708: checking for pkg-config | configure:15726: found /usr/bin/pkg-config | configure:15738: result: /usr/bin/pkg-config | configure:15763: checking pkg-config is at least version 0.9.0 | configure:15766: result: yes | configure:15776: checking whether makeinfo supports @clicksequence | configure:15785: running ${SHELL} /usr/local/src/pspp/pspp-1.0.1/build-aux/missing makeinfo conftest.texi >&5 | /usr/local/src/pspp/pspp-1.0.1/build-aux/missing: line 81: makeinfo: command not found | WARNING: 'makeinfo' is missing on your system. | You should only need it if you modified a '.texi' file, or | any other file indirectly affecting the aspect of the manual. | You might want to install the Texinfo package: | | The spurious makeinfo call might also be the consequence of | using a buggy 'make' (AIX, DU, IRIX), in which case you might | want to install GNU make: | | configure:15788: $? = 127 | configure:15796: result: no | configure:15802: checking for dot | configure:15813: result: no | configure:15883: checking for perl | configure:15901: found /usr/bin/perl | configure:15914: result: /usr/bin/perl | configure:15977: checking for ld | configure:16082: result: /usr/bin/ld -m elf_x86_64 | configure:16089: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld | configure:16104: result: yes | configure:16111: checking for shared library run path origin | configure:16124: result: done | configure:16145: checking for the common suffixes of directories in the library search path | configure:16219: result: lib64,lib64 | configure:16692: checking whether NLS is requested | configure:16701: result: yes | configure:16729: checking for CFPreferencesCopyAppValue | configure:16747: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:39:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory | #include | ^ | compilation terminated. | configure:16747: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:16756: result: no | configure:16763: checking for CFLocaleCopyCurrent | configure:16781: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:39:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory | #include | ^ | compilation terminated. | configure:16781: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:16790: result: no | configure:16839: checking for GNU gettext in libc | configure:16868: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:16868: $? = 0 | configure:16877: result: yes | configure:17736: checking whether to use NLS | configure:17738: result: yes | configure:17741: checking where the gettext function comes from | configure:17752: result: libc | configure:17814: checking for msgfmt | configure:17830: found /usr/bin/msgfmt | configure:17841: result: msgfmt | configure:17867: checking for special C compiler options needed for large files | configure:17912: result: no | configure:17918: checking for _FILE_OFFSET_BITS value needed for large files | configure:17975: result: no | configure:18062: checking for library containing sin | configure:18093: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:50:6: warning: conflicting types for built-in function 'sin' [enabled by default] | char sin (); | ^ | /tmp/ccpQD4gT.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:54: undefined reference to `sin' | collect2: error: ld returned 1 exit status | configure:18093: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 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 sin (); | | int | | main () | | { | | return sin (); | | ; | | return 0; | | } | configure:18093: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 | conftest.c:50:6: warning: conflicting types for built-in function 'sin' [enabled by default] | char sin (); | ^ | configure:18093: $? = 0 | configure:18110: result: -lm | configure:18118: checking for LC_PAPER | configure:18138: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18138: $? = 0 | configure:18144: result: yes | configure:18177: checking for CAIRO | configure:18184: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango >= 1.22 pangocairo" | configure:18187: $? = 0 | configure:18201: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango >= 1.22 pangocairo" | configure:18204: $? = 0 | configure:18248: result: yes | configure:18258: checking for an xmllint program which fits our needs | configure:18292: result: /usr/bin/xmllint | configure:18318: checking for GTHREAD | configure:18325: $PKG_CONFIG --exists --print-errors "gthread-2.0" | configure:18328: $? = 0 | configure:18342: $PKG_CONFIG --exists --print-errors "gthread-2.0" | configure:18345: $? = 0 | configure:18389: result: yes | configure:18396: checking for GTK | configure:18403: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.14.5" | configure:18406: $? = 0 | configure:18420: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.14.5" | configure:18423: $? = 0 | configure:18467: result: yes | configure:18474: checking for GTKSOURCEVIEW | configure:18481: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= 3.4.2" | configure:18484: $? = 0 | configure:18498: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= 3.4.2" | configure:18501: $? = 0 | configure:18545: result: yes | configure:18552: checking for GLIB | configure:18559: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32" | configure:18562: $? = 0 | configure:18576: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32" | configure:18579: $? = 0 | configure:18623: result: yes | configure:18633: checking for glib-genmarshal | configure:18649: found /usr/bin/glib-genmarshal | configure:18660: result: glib-genmarshal | configure:18682: checking for glib-compile-resources | configure:18698: found /usr/bin/glib-compile-resources | configure:18709: result: glib-compile-resources | configure:18731: checking whether the preprocessor supports include_next | configure:18769: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -Iconftestd1b -Iconftestd2 conftest.c >&5 | configure:18769: $? = 0 | configure:18790: result: yes | configure:18811: checking whether system header files limit the line length | configure:18834: result: no | configure:18929: checking for pg_config | configure:18963: result: no | configure:19093: checking for LIBXML2 | configure:19100: $PKG_CONFIG --exists --print-errors "libxml-2.0" | configure:19103: $? = 0 | configure:19117: $PKG_CONFIG --exists --print-errors "libxml-2.0" | configure:19120: $? = 0 | configure:19162: result: yes | configure:19167: checking for library containing gzopen | configure:19198: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lm >&5 | /tmp/ccnAhzpb.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:56: undefined reference to `gzopen' | collect2: error: ld returned 1 exit status | configure:19198: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 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 gzopen (); | | int | | main () | | { | | return gzopen (); | | ; | | return 0; | | } | configure:19198: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lz -lm >&5 | configure:19198: $? = 0 | configure:19215: result: -lz | configure:19230: checking zlib.h usability | configure:19230: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:19230: $? = 0 | configure:19230: result: yes | configure:19230: checking zlib.h presence | configure:19230: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:19230: $? = 0 | configure:19230: result: yes | configure:19230: checking for zlib.h | configure:19230: result: yes | configure:19417: checking for library containing cblas_dsdot | configure:19448: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lz -lm >&5 | /tmp/cchLVgum.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:61: undefined reference to `cblas_dsdot' | collect2: error: ld returned 1 exit status | configure:19448: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 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 cblas_dsdot (); | | int | | main () | | { | | return cblas_dsdot (); | | ; | | return 0; | | } | configure:19448: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lgslcblas -lz -lm >&5 | configure:19448: $? = 0 | configure:19465: result: -lgslcblas | configure:19480: checking for GSL | configure:19487: $PKG_CONFIG --exists --print-errors "gsl >= 1.13" | configure:19490: $? = 0 | configure:19504: $PKG_CONFIG --exists --print-errors "gsl >= 1.13" | configure:19507: $? = 0 | configure:19665: result: yes | configure:19671: checking for inline | configure:19687: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:19687: $? = 0 | configure:19695: result: inline | configure:19715: checking whether the compiler generally respects inline | configure:19736: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:19736: $? = 0 | configure:19745: result: yes | configure:19759: checking whether gcc -std=gnu99 accepts -fgnu89-inline | configure:19777: gcc -std=gnu99 -c -g -O2 -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:19777: $? = 0 | configure:19785: result: yes | configure:19788: checking whether GSL needs -fgnu89-inline to link | configure:19820: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest1.c conftest2.c -lgslcblas -lz -lm >&5 | configure:19829: $? = 0 | configure:19851: result: no | configure:20814: checking for readline | configure:20840: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lgslcblas -lz -lm -lreadline -lhistory >&5 | configure:20840: $? = 0 | configure:20856: result: yes | configure:20863: checking how to link with libreadline | configure:20865: result: -lreadline | configure:20867: checking for library containing rl_echo_signal_char | configure:20898: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lgslcblas -lz -lm >&5 | /tmp/ccOZU5HO.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:63: undefined reference to `rl_echo_signal_char' | collect2: error: ld returned 1 exit status | configure:20898: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 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 rl_echo_signal_char (); | | int | | main () | | { | | return rl_echo_signal_char (); | | ; | | return 0; | | } | configure:20898: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lreadline -lgslcblas -lz -lm >&5 | configure:20898: $? = 0 | configure:20915: result: -lreadline | configure:20925: checking for library containing rl_outstream | configure:20956: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:20956: $? = 0 | configure:20973: result: none required | configure:20999: checking sys/wait.h usability | configure:20999: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking sys/wait.h presence | configure:20999: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking for sys/wait.h | configure:20999: result: yes | configure:20999: checking fpu_control.h usability | configure:20999: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking fpu_control.h presence | configure:20999: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking for fpu_control.h | configure:20999: result: yes | configure:20999: checking ieeefp.h usability | configure:20999: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:89:20: fatal error: ieeefp.h: No such file or directory | #include | ^ | compilation terminated. | configure:20999: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_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:20999: result: no | configure:20999: checking ieeefp.h presence | configure:20999: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | conftest.c:56:20: fatal error: ieeefp.h: No such file or directory | #include | ^ | compilation terminated. | configure:20999: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | /* end confdefs.h. */ | | #include | configure:20999: result: no | configure:20999: checking for ieeefp.h | configure:20999: result: no | configure:20999: checking fenv.h usability | configure:20999: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking fenv.h presence | configure:20999: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking for fenv.h | configure:20999: result: yes | configure:20999: checking pwd.h usability | configure:20999: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking pwd.h presence | configure:20999: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:20999: $? = 0 | configure:20999: result: yes | configure:20999: checking for pwd.h | configure:20999: result: yes | configure:21010: checking whether SIGWINCH is declared | configure:21010: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:21010: $? = 0 | configure:21010: result: yes | configure:21038: checking for size_t | configure:21038: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:21038: $? = 0 | configure:21038: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:95:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:21038: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 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 ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:21038: result: yes | configure:21051: checking for working alloca.h | configure:21068: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21068: $? = 0 | configure:21076: result: yes | configure:21084: checking for alloca | configure:21121: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21121: $? = 0 | configure:21129: result: yes | configure:21336: checking whether uses 'inline' correctly | configure:21360: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest1.c >&5 | gcc: error: conftest1.c: No such file or directory | gcc: fatal error: no input files | compilation terminated. | configure:21363: $? = 4 | configure:21397: result: yes | configure:21417: checking for btowc | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for snprintf | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:85:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] | char snprintf (); | ^ | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for canonicalize_file_name | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for getcwd | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for readlink | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for realpath | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for readlinkat | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for _set_invalid_parameter_handler | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/cckKDLd2.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:102: undefined reference to `_set_invalid_parameter_handler' | collect2: error: ld returned 1 exit status | configure:21417: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_READLINKAT 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:21417: result: no | configure:21417: checking for fcntl | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for symlink | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for vasnprintf | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/ccIP45ni.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:104: undefined reference to `vasnprintf' | collect2: error: ld returned 1 exit status | configure:21417: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 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:21417: result: no | configure:21417: checking for __fseterr | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/ccJT4xgk.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:104: undefined reference to `__fseterr' | collect2: error: ld returned 1 exit status | configure:21417: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | /* end confdefs.h. */ | | /* Define __fseterr to an innocuous variant, in case declares __fseterr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define __fseterr innocuous___fseterr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char __fseterr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef __fseterr | | | | /* 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 __fseterr (); | | /* 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___fseterr || defined __stub_____fseterr | | choke me | | #endif | | | | int | | main () | | { | | return __fseterr (); | | ; | | return 0; | | } | configure:21417: result: no | configure:21417: checking for getdelim | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for getdtablesize | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for __fsetlocking | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for tcgetattr | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for tcsetattr | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for getprogname | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/ccXLz0KP.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:109: undefined reference to `getprogname' | collect2: error: ld returned 1 exit status | configure:21417: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | /* end confdefs.h. */ | | /* Define getprogname to an innocuous variant, in case declares getprogname. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getprogname innocuous_getprogname | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getprogname (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getprogname | | | | /* 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 getprogname (); | | /* 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_getprogname || defined __stub___getprogname | | choke me | | #endif | | | | int | | main () | | { | | return getprogname (); | | ; | | return 0; | | } | configure:21417: result: no | configure:21417: checking for getexecname | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/ccEJ3lXU.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:109: undefined reference to `getexecname' | collect2: error: ld returned 1 exit status | configure:21417: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | /* end confdefs.h. */ | | /* Define getexecname to an innocuous variant, in case declares getexecname. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getexecname innocuous_getexecname | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getexecname (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getexecname | | | | /* 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 getexecname (); | | /* 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_getexecname || defined __stub___getexecname | | choke me | | #endif | | | | int | | main () | | { | | return getexecname (); | | ; | | return 0; | | } | configure:21417: result: no | configure:21417: checking for gettimeofday | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for iswcntrl | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:99:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default] | char iswcntrl (); | ^ | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for iswblank | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:100:6: warning: conflicting types for built-in function 'iswblank' [enabled by default] | char iswblank (); | ^ | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for lstat | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for mbsinit | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for mbrtowc | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for mprotect | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for mkstemp | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for tzset | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for nl_langinfo | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for pipe2 | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for isblank | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:109:6: warning: conflicting types for built-in function 'isblank' [enabled by default] | char isblank (); | ^ | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for iswctype | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for setenv | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for link | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for secure_getenv | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for getuid | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for geteuid | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for getgid | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for getegid | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for sigaction | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for sigaltstack | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for siginterrupt | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for strdup | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:121:6: warning: conflicting types for built-in function 'strdup' [enabled by default] | char strdup (); | ^ | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for strndup | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:122:6: warning: conflicting types for built-in function 'strndup' [enabled by default] | char strndup (); | ^ | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for localtime_r | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for timegm | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for wcrtomb | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21417: checking for wcwidth | configure:21417: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21417: $? = 0 | configure:21417: result: yes | configure:21429: checking for nl_langinfo and CODESET | configure:21445: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21445: $? = 0 | configure:21454: result: yes | configure:21465: checking for a traditional french locale | configure:21533: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:21536: $? = 0 | configure:21592: result: fr_FR | configure:21598: checking for unsigned long long int | configure:21646: result: yes | configure:21656: checking for long long int | configure:21706: result: yes | configure:21715: checking for wchar_t | configure:21732: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:21732: $? = 0 | configure:21739: result: yes | configure:21748: checking for wint_t | configure:21773: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:21773: $? = 0 | configure:21780: result: yes | configure:21787: checking whether wint_t is too small | configure:21815: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:21815: $? = 0 | configure:21822: result: no | configure:21835: checking where to find the exponent in a 'double' | configure:22149: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:22149: $? = 0 | configure:22149: ./conftest | configure:22149: $? = 0 | configure:22161: result: word 1 bit 20 | configure:22188: checking whether snprintf returns a byte count as in C99 | configure:22275: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:22275: $? = 0 | configure:22275: ./conftest | configure:22275: $? = 0 | configure:22286: result: yes | configure:22297: checking for snprintf | configure:22297: result: yes | configure:22297: checking for strnlen | configure:22297: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:22297: $? = 0 | configure:22297: result: yes | configure:22297: checking for wcslen | configure:22297: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:22297: $? = 0 | configure:22297: result: yes | configure:22297: checking for wcsnlen | configure:22297: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:22297: $? = 0 | configure:22297: result: yes | configure:22297: checking for mbrtowc | configure:22297: result: yes | configure:22297: checking for wcrtomb | configure:22297: result: yes | configure:22306: checking whether _snprintf is declared | configure:22306: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:126:10: error: '_snprintf' undeclared (first use in this function) | (void) _snprintf; | ^ | conftest.c:126:10: note: each undeclared identifier is reported only once for each function it appears in | configure:22306: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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:22306: result: no | configure:22330: checking whether printf supports 'long double' arguments | configure:22385: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:22385: $? = 0 | configure:22385: ./conftest | configure:22385: $? = 0 | configure:22396: result: yes | configure:22413: checking whether printf supports infinite 'double' arguments | configure:22532: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:22532: $? = 0 | configure:22532: ./conftest | configure:22532: $? = 0 | configure:22543: result: yes | configure:22547: checking whether byte ordering is bigendian | configure:22562: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:120:9: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:120:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:120:15: error: unknown type name 'universal' | configure:22562: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:22607: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:22607: $? = 0 | configure:22625: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:126:4: error: unknown type name 'not' | not big endian | ^ | conftest.c:126:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | not big endian | ^ | configure:22625: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:22753: result: no | configure:22773: checking whether long double and double are the same | configure:22794: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:123:13: error: size of array 'check' is negative | typedef int check[sizeof (long double) == sizeof (double) | ^ | configure:22794: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | typedef int check[sizeof (long double) == sizeof (double) | | && LDBL_MANT_DIG == DBL_MANT_DIG | | && LDBL_MAX_EXP == DBL_MAX_EXP | | && LDBL_MIN_EXP == DBL_MIN_EXP | | ? 1 : -1]; | | | | ; | | return 0; | | } | configure:22802: result: no | configure:22826: checking whether printf supports infinite 'long double' arguments | configure:23136: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23136: $? = 0 | configure:23136: ./conftest | configure:23136: $? = 0 | configure:23147: result: yes | configure:23157: checking whether printf supports the 'a' and 'A' directives | configure:23254: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23254: $? = 0 | configure:23254: ./conftest | configure:23254: $? = 0 | configure:23265: result: yes | configure:23270: checking whether printf supports the 'F' directive | configure:23336: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23336: $? = 0 | configure:23336: ./conftest | configure:23336: $? = 0 | configure:23347: result: yes | configure:23352: checking whether printf supports the 'ls' directive | configure:23425: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23425: $? = 0 | configure:23425: ./conftest | configure:23425: $? = 0 | configure:23436: result: yes | configure:23441: checking whether printf supports the grouping flag | configure:23472: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23472: $? = 0 | configure:23472: ./conftest | configure:23472: $? = 0 | configure:23483: result: yes | configure:23488: checking whether printf supports the left-adjust flag correctly | configure:23523: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23523: $? = 0 | configure:23523: ./conftest | configure:23523: $? = 0 | configure:23534: result: yes | configure:23539: checking whether printf supports the zero flag correctly | configure:23575: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23575: $? = 0 | configure:23575: ./conftest | configure:23575: $? = 0 | configure:23586: result: yes | configure:23591: checking whether printf supports large precisions | configure:23634: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23634: $? = 0 | configure:23634: ./conftest | configure:23634: $? = 0 | configure:23645: result: yes | configure:23658: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:121:10: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:121:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:121:16: error: unknown type name 'universal' | configure:23658: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:23693: checking whether printf survives out-of-memory conditions | configure:23865: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:23868: $? = 0 | configure:23872: $? = 0 | configure:23917: result: yes | configure:24009: checking whether // is distinct from / | configure:24038: result: no | configure:24050: checking whether realpath works | configure:24228: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:24228: $? = 0 | configure:24228: ./conftest | configure:24228: $? = 0 | configure:24240: result: yes | configure:24256: checking for sys/param.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for sys/socket.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for unistd.h | configure:24256: result: yes | configure:24256: checking for features.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for sys/stat.h | configure:24256: result: yes | configure:24256: checking for getopt.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for sys/cdefs.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for stdio_ext.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for termios.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for sys/time.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for crtdefs.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:165:21: fatal error: crtdefs.h: No such file or directory | #include | ^ | compilation terminated. | configure:24256: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_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:24256: result: no | configure:24256: checking for wctype.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for langinfo.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for limits.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for xlocale.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for math.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for sys/mman.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for malloc.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for sys/select.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for wchar.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24256: checking for stdint.h | configure:24256: result: yes | configure:24256: checking for strings.h | configure:24256: result: yes | configure:24256: checking for sys/uio.h | configure:24256: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24256: $? = 0 | configure:24256: result: yes | configure:24429: checking whether strtold conforms to C99 | configure:24456: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:24456: $? = 0 | configure:24464: result: yes | configure:24481: checking if environ is properly declared | configure:24504: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:150:39: error: conflicting types for 'environ' | extern struct { int foo; } environ; | ^ | In file included from conftest.c:145:0: | /usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here | extern char **environ; | ^ | configure:24504: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 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:24512: result: yes | configure:24527: checking for complete errno.h | configure:24600: result: yes | configure:24901: checking whether strerror_r is declared | configure:24901: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24901: $? = 0 | configure:24901: result: yes | configure:24914: checking for strerror_r | configure:24914: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:24914: $? = 0 | configure:24914: result: yes | configure:24923: checking whether strerror_r returns char * | configure:24947: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:24947: $? = 0 | configure:24985: result: yes | configure:25000: checking for sig_atomic_t | configure:25000: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:25000: $? = 0 | configure:25000: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:153:27: error: expected expression before ')' token | if (sizeof ((sig_atomic_t))) | ^ | configure:25000: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:25000: result: yes | configure:25036: checking for working fcntl.h | configure:25144: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:25144: $? = 0 | configure:25144: ./conftest | configure:25144: $? = 0 | configure:25160: result: yes | configure:25183: checking for pid_t | configure:25183: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:25183: $? = 0 | configure:25183: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:187:20: error: expected expression before ')' token | if (sizeof ((pid_t))) | ^ | configure:25183: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 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 ((pid_t))) | | return 0; | | ; | | return 0; | | } | configure:25183: result: yes | configure:25194: checking for mode_t | configure:25194: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:25194: $? = 0 | configure:25194: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:187:21: error: expected expression before ')' token | if (sizeof ((mode_t))) | ^ | configure:25194: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 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 ((mode_t))) | | return 0; | | ; | | return 0; | | } | configure:25194: result: yes | configure:25474: checking for stdint.h | configure:25491: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:25491: $? = 0 | configure:25498: result: yes | configure:25509: checking for inttypes.h | configure:25528: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:25528: $? = 0 | configure:25535: result: yes | configure:25549: checking whether printf supports size specifiers as in C99 | configure:25640: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:25640: $? = 0 | configure:25640: ./conftest | configure:25640: $? = 0 | configure:25651: result: yes | configure:25656: checking whether printf supports the 'n' directive | configure:25706: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:25706: $? = 0 | configure:25706: ./conftest | configure:25706: $? = 0 | configure:25717: result: yes | configure:25722: checking whether printf supports POSIX/XSI format strings with positions | configure:25755: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:25755: $? = 0 | configure:25755: ./conftest | configure:25755: $? = 0 | configure:25766: result: yes | configure:25785: checking for intmax_t | configure:25810: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:25810: $? = 0 | configure:25817: result: yes | configure:25939: checking whether frexp() can be used without linking with libm | configure:25957: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:25957: $? = 0 | configure:25966: result: yes | configure:25969: checking whether alarm is declared | configure:25969: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:25969: $? = 0 | configure:25969: result: yes | configure:25981: checking whether stdin defaults to large file offsets | configure:26005: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26005: $? = 0 | configure:26013: result: yes | configure:26191: checking whether fseeko is declared | configure:26191: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26191: $? = 0 | configure:26191: result: yes | configure:26210: checking for fseeko | configure:26228: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26228: $? = 0 | configure:26237: result: yes | configure:26295: checking whether stat file-mode macros are broken | configure:26322: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26322: $? = 0 | configure:26329: result: no | configure:26435: checking for nlink_t | configure:26435: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26435: $? = 0 | configure:26435: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:163:22: error: expected expression before ')' token | if (sizeof ((nlink_t))) | ^ | configure:26435: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 1 | | #define HAVE_DECL_FSEEKO 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | if (sizeof ((nlink_t))) | | return 0; | | ; | | return 0; | | } | configure:26435: result: yes | configure:26450: checking whether fchmodat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether fstat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether fstatat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether futimens is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether lchmod is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether lstat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether mkdirat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether mkfifo is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether mkfifoat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether mknod is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether mknodat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether stat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26450: checking whether utimensat is declared without a macro | configure:26468: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26468: $? = 0 | configure:26476: result: yes | configure:26488: checking whether ftello is declared | configure:26488: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26488: $? = 0 | configure:26488: result: yes | configure:26512: checking for ftello | configure:26529: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26529: $? = 0 | configure:26538: result: yes | configure:26551: checking whether ftello works | configure:26629: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26629: $? = 0 | configure:26629: ./conftest | configure:26629: $? = 0 | configure:26640: result: yes | configure:26654: checking whether getdelim is declared | configure:26654: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26654: $? = 0 | configure:26654: result: yes | configure:26669: checking whether getdtablesize is declared | configure:26669: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26669: $? = 0 | configure:26669: result: yes | configure:26680: checking whether getline is declared | configure:26680: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:26680: $? = 0 | configure:26680: result: yes | configure:26787: checking for getopt.h | configure:26787: result: yes | configure:26804: checking for getopt_long_only | configure:26804: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26804: $? = 0 | configure:26804: result: yes | configure:26818: checking whether getopt is POSIX compatible | configure:26860: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26860: $? = 0 | configure:26860: ./conftest | configure:26860: $? = 0 | configure:26919: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26919: $? = 0 | configure:26919: ./conftest | configure:26919: $? = 0 | configure:26961: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:26961: $? = 0 | configure:26961: ./conftest | program: option requires an argument -- 'b' | configure:26961: $? = 0 | configure:26979: result: yes | configure:26987: checking for working GNU getopt function | configure:27209: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:27209: $? = 0 | configure:27209: ./conftest | configure:27209: $? = 0 | configure:27225: result: yes | configure:27230: checking for working GNU getopt_long function | configure:27275: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:27275: $? = 0 | configure:27275: ./conftest | configure:27275: $? = 0 | configure:27286: result: yes | configure:27297: checking whether getpass is declared | configure:27297: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27297: $? = 0 | configure:27297: result: yes | configure:27318: checking whether fflush_unlocked is declared | configure:27318: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27318: $? = 0 | configure:27318: result: yes | configure:27329: checking whether flockfile is declared | configure:27329: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27329: $? = 0 | configure:27329: result: yes | configure:27340: checking whether fputs_unlocked is declared | configure:27340: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27340: $? = 0 | configure:27340: result: yes | configure:27351: checking whether funlockfile is declared | configure:27351: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27351: $? = 0 | configure:27351: result: yes | configure:27362: checking whether putc_unlocked is declared | configure:27362: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27362: $? = 0 | configure:27362: result: yes | configure:27385: checking for C/C++ restrict keyword | configure:27412: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27412: $? = 0 | configure:27420: result: __restrict | configure:27549: checking for struct timeval | configure:27572: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27572: $? = 0 | configure:27580: result: yes | configure:27585: checking for wide-enough struct timeval.tv_sec member | configure:27612: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27612: $? = 0 | configure:27620: result: yes | configure:27630: checking whether gettimeofday is declared without a macro | configure:27652: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27652: $? = 0 | configure:27660: result: yes | configure:27709: checking for off_t | configure:27709: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:27709: $? = 0 | configure:27709: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:220:20: error: expected expression before ')' token | if (sizeof ((off_t))) | ^ | configure:27709: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 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 ((off_t))) | | return 0; | | ; | | return 0; | | } | configure:27709: result: yes | configure:27721: checking where to find the exponent in a 'float' | configure:27798: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:27798: $? = 0 | configure:27798: ./conftest | configure:27798: $? = 0 | configure:27810: result: word 0 bit 23 | configure:27833: checking whether isnan(float) can be used without linking with libm | configure:27858: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:27858: $? = 0 | configure:27867: result: yes | configure:27923: checking whether isnan(float) works | configure:28009: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:28009: $? = 0 | configure:28009: ./conftest | configure:28009: $? = 0 | configure:28020: result: yes | configure:28040: checking whether isnan(double) can be used without linking with libm | configure:28065: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:28065: $? = 0 | configure:28074: result: yes | configure:28136: checking whether isnan(long double) can be used without linking with libm | configure:28161: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:28161: $? = 0 | configure:28170: result: yes | configure:28227: checking whether isnanl works | configure:28370: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:28370: $? = 0 | configure:28370: ./conftest | configure:28370: $? = 0 | configure:28381: result: yes | configure:28525: checking whether iswcntrl works | configure:28569: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:28569: $? = 0 | configure:28569: ./conftest | configure:28569: $? = 0 | configure:28580: result: yes | configure:28604: checking for towlower | configure:28604: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:209:6: warning: conflicting types for built-in function 'towlower' [enabled by default] | char towlower (); | ^ | configure:28604: $? = 0 | configure:28604: result: yes | configure:28652: checking for wctype_t | configure:28680: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:28680: $? = 0 | configure:28688: result: yes | configure:28694: checking for wctrans_t | configure:28720: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:28720: $? = 0 | configure:28728: result: yes | configure:28737: checking whether wctype is declared without a macro | configure:28766: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:28766: $? = 0 | configure:28774: result: yes | configure:28737: checking whether iswctype is declared without a macro | configure:28766: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:28766: $? = 0 | configure:28774: result: yes | configure:28737: checking whether wctrans is declared without a macro | configure:28766: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:28766: $? = 0 | configure:28774: result: yes | configure:28737: checking whether towctrans is declared without a macro | configure:28766: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:28766: $? = 0 | configure:28774: result: yes | configure:28877: checking whether limits.h has ULLONG_WIDTH etc. | configure:28897: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:195:38: error: 'ULLONG_WIDTH' undeclared here (not in a function) | int ullw = ULLONG_WIDTH; | ^ | configure:28897: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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 | | /* end confdefs.h. */ | | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #endif | | #include | | int ullw = ULLONG_WIDTH; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:28904: result: no | configure:28921: checking whether getc_unlocked is declared | configure:28921: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:28921: $? = 0 | configure:28921: result: yes | configure:28933: checking whether we are using the GNU C Library >= 2.1 or uClibc | configure:28963: result: yes | configure:28988: checking for max_align_t | configure:28988: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:198:13: error: 'max_align_t' undeclared (first use in this function) | if (sizeof (max_align_t)) | ^ | conftest.c:198:13: note: each undeclared identifier is reported only once for each function it appears in | configure:28988: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | /* end confdefs.h. */ | | #include | | | | | | int | | main () | | { | | if (sizeof (max_align_t)) | | return 0; | | ; | | return 0; | | } | configure:28988: result: no | configure:29001: checking whether NULL can be used in arbitrary expressions | configure:29019: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:29019: $? = 0 | configure:29026: result: yes | configure:29125: checking whether imported symbols can be declared weak | configure:29143: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:29143: $? = 0 | configure:29177: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:29177: $? = 0 | configure:29177: ./conftest | configure:29177: $? = 0 | configure:29189: result: yes | configure:29194: checking pthread.h usability | configure:29194: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:29194: $? = 0 | configure:29194: result: yes | configure:29194: checking pthread.h presence | configure:29194: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:29194: $? = 0 | configure:29194: result: yes | configure:29194: checking for pthread.h | configure:29194: result: yes | configure:29232: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/ccoV3A8E.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:200: undefined reference to `pthread_mutexattr_init' | collect2: error: ld returned 1 exit status | configure:29232: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | /* end confdefs.h. */ | | #include | | pthread_mutex_t m; | | pthread_mutexattr_t ma; | | | | int | | main () | | { | | pthread_mutex_lock (&m); | | pthread_mutexattr_init (&ma); | | ; | | return 0; | | } | configure:29232: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm -pthread >&5 | configure:29232: $? = 0 | configure:30027: checking for multithread API to use | configure:30029: result: posix | configure:30043: checking whether lstat correctly handles trailing slash | configure:30082: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:30082: $? = 0 | configure:30082: ./conftest | configure:30082: $? = 0 | configure:30094: result: yes | configure:30107: checking whether malloc, realloc, calloc are POSIX compliant | configure:30127: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:30127: $? = 0 | configure:30135: result: yes | configure:30142: checking for stdlib.h | configure:30142: result: yes | configure:30152: checking for GNU libc compatible malloc | configure:30188: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:30188: $? = 0 | configure:30188: ./conftest | configure:30188: $? = 0 | configure:30199: result: yes | configure:30217: checking for mbstate_t | configure:30241: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:30241: $? = 0 | configure:30248: result: yes | configure:30267: checking for a traditional japanese locale | configure:30337: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:30340: $? = 0 | configure:30398: result: ja_JP | configure:30406: checking for a transitional chinese locale | configure:30477: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:30480: $? = 0 | configure:30531: result: zh_CN.GB18030 | configure:30538: checking for a french Unicode locale | configure:30610: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:30613: $? = 0 | configure:30659: result: fr_FR.UTF-8 | configure:30751: checking for mmap | configure:30751: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:30751: $? = 0 | configure:30751: result: yes | configure:30762: checking for MAP_ANONYMOUS | configure:30799: result: yes | configure:30821: checking whether memchr works | configure:30890: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:30890: $? = 0 | configure:30890: ./conftest | configure:30890: $? = 0 | configure:30901: result: yes | configure:30909: checking whether memrchr is declared | configure:30909: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:30909: $? = 0 | configure:30909: result: yes | configure:30924: checking whether defines MIN and MAX | configure:30941: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:201:13: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] | int x = MIN (42, 17); | ^ | conftest.c:201:13: error: initializer element is not constant | configure:30941: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | /* end confdefs.h. */ | | #include | | int x = MIN (42, 17); | | int | | main () | | { | | | | ; | | return 0; | | } | configure:30948: result: no | configure:30961: checking whether defines MIN and MAX | configure:30978: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:30978: $? = 0 | configure:30985: result: yes | configure:30999: checking whether time_t is signed | configure:31016: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:31016: $? = 0 | configure:31023: result: yes | configure:31046: checking for working mktime | configure:31258: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:31258: $? = 0 | configure:31258: ./conftest | configure:31258: $? = 0 | configure:31269: result: yes | configure:31279: checking for promoted mode_t type | configure:31296: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:206:13: error: size of array 'array' is negative | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ^ | configure:31296: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | | ; | | return 0; | | } | configure:31304: result: mode_t | configure:31657: checking whether C symbols are prefixed with underscore at the linker level | configure:31670: gcc -std=gnu99 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -S conftest.c | configure:31673: $? = 0 | configure:31683: result: no | configure:31719: checking for sigset_t | configure:31719: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:31719: $? = 0 | configure:31719: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:213:23: error: expected expression before ')' token | if (sizeof ((sigset_t))) | ^ | configure:31719: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | /* end confdefs.h. */ | | | | #include | | /* Mingw defines sigset_t not in , but in . */ | | #include | | | | | | int | | main () | | { | | if (sizeof ((sigset_t))) | | return 0; | | ; | | return 0; | | } | configure:31719: result: yes | configure:31747: checking for shared library path variable | configure:31760: result: LD_LIBRARY_PATH | configure:31765: checking whether to activate relocatable installation | configure:31780: result: no | configure:31888: checking whether setenv is declared | configure:31888: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:31888: $? = 0 | configure:31888: result: yes | configure:31904: checking for ssize_t | configure:31921: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:31921: $? = 0 | configure:31928: result: yes | configure:31958: checking whether is self-contained | configure:31975: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:31975: $? = 0 | configure:31994: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:31994: $? = 0 | configure:32024: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:32024: $? = 0 | configure:32037: result: yes | configure:32154: checking whether pselect is declared without a macro | configure:32178: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:32178: $? = 0 | configure:32186: result: yes | configure:32154: checking whether select is declared without a macro | configure:32178: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:32178: $? = 0 | configure:32186: result: yes | configure:32272: checking for library containing setsockopt | configure:32294: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:32294: $? = 0 | configure:32375: result: none needed | configure:32392: checking for uid_t in sys/types.h | configure:32411: result: yes | configure:32426: checking whether snprintf is declared | configure:32426: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:32426: $? = 0 | configure:32426: result: yes | configure:32453: checking for stdbool.h that conforms to C99 | configure:32528: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:32528: $? = 0 | configure:32535: result: yes | configure:32537: checking for _Bool | configure:32537: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:32537: $? = 0 | configure:32537: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:246:20: error: expected expression before ')' token | if (sizeof ((_Bool))) | ^ | configure:32537: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 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 ((_Bool))) | | return 0; | | ; | | return 0; | | } | configure:32537: result: yes | configure:32680: checking whether stdint.h conforms to C99 | configure:32860: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:32860: $? = 0 | configure:32947: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:32947: $? = 0 | configure:32947: ./conftest | configure:32947: $? = 0 | configure:32959: result: yes | configure:32970: checking whether stdint.h predates C++11 | configure:33006: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33006: $? = 0 | configure:33011: result: no | configure:33022: checking whether stdint.h has UINTMAX_WIDTH etc. | configure:33058: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:229:24: error: 'UINTMAX_WIDTH' undeclared here (not in a function) | int iw = UINTMAX_WIDTH; | ^ | configure:33058: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | /* end confdefs.h. */ | | | | /* Work if build is not clean. */ | | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 | | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #endif | | #include | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | int iw = UINTMAX_WIDTH; | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:33063: result: no | configure:33428: checking for strcasestr | configure:33428: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:33428: $? = 0 | configure:33428: result: yes | configure:33443: checking whether strcasestr works | configure:33495: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:33495: $? = 0 | configure:33495: ./conftest | configure:33495: $? = 0 | configure:33506: result: yes | configure:33519: checking whether strdup is declared | configure:33519: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33519: $? = 0 | configure:33519: result: yes | configure:33532: checking whether strerror(0) succeeds | configure:33569: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:33569: $? = 0 | configure:33569: ./conftest | configure:33569: $? = 0 | configure:33580: result: yes | configure:33592: checking whether struct tm is in sys/time.h or time.h | configure:33612: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33612: $? = 0 | configure:33619: result: time.h | configure:33627: checking for struct tm.tm_zone | configure:33627: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33627: $? = 0 | configure:33627: result: yes | configure:33695: checking for struct tm.tm_gmtoff | configure:33695: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33695: $? = 0 | configure:33695: result: yes | configure:33782: checking whether ffsl is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether ffsll is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether memmem is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether mempcpy is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether memrchr is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether rawmemchr is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether stpcpy is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether stpncpy is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strchrnul is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strdup is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strncat is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strndup is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strnlen is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strpbrk is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strsep is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strcasestr is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strtok_r is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strerror_r is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strsignal is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33782: checking whether strverscmp is declared without a macro | configure:33800: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33800: $? = 0 | configure:33808: result: yes | configure:33913: checking whether ffs is declared without a macro | configure:33935: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33935: $? = 0 | configure:33943: result: yes | configure:33913: checking whether strcasecmp is declared without a macro | configure:33935: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33935: $? = 0 | configure:33943: result: yes | configure:33913: checking whether strncasecmp is declared without a macro | configure:33935: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:33935: $? = 0 | configure:33943: result: yes | configure:33965: checking for mmap | configure:33965: result: yes | configure:33976: checking for MAP_ANONYMOUS | configure:34013: result: yes | configure:34025: checking whether strncat works | configure:34113: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:34113: $? = 0 | configure:34113: ./conftest | configure:34113: $? = 0 | configure:34124: result: yes | configure:34131: checking whether strndup is declared | configure:34131: result: yes | configure:34144: checking whether strnlen is declared | configure:34144: result: yes | configure:34156: checking whether ldexp() can be used without linking with libm | configure:34178: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:34178: $? = 0 | configure:34187: result: yes | configure:34190: checking whether strtok_r is declared | configure:34190: result: yes | configure:34235: checking whether is self-contained | configure:34252: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34252: $? = 0 | configure:34260: result: yes | configure:34265: checking for shutdown | configure:34265: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:34265: $? = 0 | configure:34265: result: yes | configure:34275: checking whether defines the SHUT_* macros | configure:34292: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34292: $? = 0 | configure:34300: result: yes | configure:34402: checking for struct sockaddr_storage | configure:34402: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34402: $? = 0 | configure:34402: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:260:38: error: expected expression before ')' token | if (sizeof ((struct sockaddr_storage))) | ^ | configure:34402: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | /* end confdefs.h. */ | | | | /* sys/types.h is not needed according to POSIX, but the | | sys/socket.h in i386-unknown-freebsd4.10 and | | powerpc-apple-darwin5.5 required it. */ | | #include | | #ifdef HAVE_SYS_SOCKET_H | | #include | | #endif | | #ifdef HAVE_WS2TCPIP_H | | #include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((struct sockaddr_storage))) | | return 0; | | ; | | return 0; | | } | configure:34402: result: yes | configure:34423: checking for sa_family_t | configure:34423: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34423: $? = 0 | configure:34423: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:261:26: error: expected expression before ')' token | if (sizeof ((sa_family_t))) | ^ | configure:34423: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | /* end confdefs.h. */ | | | | /* sys/types.h is not needed according to POSIX, but the | | sys/socket.h in i386-unknown-freebsd4.10 and | | powerpc-apple-darwin5.5 required it. */ | | #include | | #ifdef HAVE_SYS_SOCKET_H | | #include | | #endif | | #ifdef HAVE_WS2TCPIP_H | | #include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((sa_family_t))) | | return 0; | | ; | | return 0; | | } | configure:34423: result: yes | configure:34452: checking for struct sockaddr_storage.ss_family | configure:34452: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34452: $? = 0 | configure:34452: result: yes | configure:34508: checking whether socket is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether connect is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether accept is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether bind is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether getpeername is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether getsockname is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether getsockopt is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether listen is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether recv is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether send is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether recvfrom is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether sendto is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether setsockopt is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether shutdown is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34508: checking whether accept4 is declared without a macro | configure:34529: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34529: $? = 0 | configure:34537: result: yes | configure:34560: checking for struct timespec in | configure:34577: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34577: $? = 0 | configure:34584: result: yes | configure:34798: checking whether clearerr_unlocked is declared | configure:34798: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34798: $? = 0 | configure:34798: result: yes | configure:34809: checking whether feof_unlocked is declared | configure:34809: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34809: $? = 0 | configure:34809: result: yes | configure:34820: checking whether ferror_unlocked is declared | configure:34820: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34820: $? = 0 | configure:34820: result: yes | configure:34831: checking whether fgets_unlocked is declared | configure:34831: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34831: $? = 0 | configure:34831: result: yes | configure:34842: checking whether fputc_unlocked is declared | configure:34842: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34842: $? = 0 | configure:34842: result: yes | configure:34853: checking whether fread_unlocked is declared | configure:34853: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34853: $? = 0 | configure:34853: result: yes | configure:34864: checking whether fwrite_unlocked is declared | configure:34864: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34864: $? = 0 | configure:34864: result: yes | configure:34875: checking whether getchar_unlocked is declared | configure:34875: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34875: $? = 0 | configure:34875: result: yes | configure:34886: checking whether putchar_unlocked is declared | configure:34886: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34886: $? = 0 | configure:34886: result: yes | configure:34897: checking whether unsetenv is declared | configure:34897: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34897: $? = 0 | configure:34897: result: yes | configure:34908: checking whether vsnprintf is declared | configure:34908: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:34908: $? = 0 | configure:34908: result: yes | configure:34954: checking for alloca as a compiler built-in | configure:34978: result: yes | configure:35002: checking whether to enable assertions | configure:35019: result: yes | configure:35035: checking whether btowc(0) is correct | configure:35072: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:35072: $? = 0 | configure:35072: ./conftest | configure:35072: $? = 0 | configure:35083: result: yes | configure:35086: checking whether btowc(EOF) is correct | configure:35127: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:35127: $? = 0 | configure:35127: ./conftest | configure:35127: $? = 0 | configure:35139: result: yes | configure:35183: checking for __builtin_expect | configure:35198: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:35198: $? = 0 | configure:35223: result: yes | configure:35237: checking byteswap.h usability | configure:35237: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:35237: $? = 0 | configure:35237: result: yes | configure:35237: checking byteswap.h presence | configure:35237: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:35237: $? = 0 | configure:35237: result: yes | configure:35237: checking for byteswap.h | configure:35237: result: yes | configure:35267: checking for strtod_l | configure:35267: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:35267: $? = 0 | configure:35267: result: yes | configure:35654: checking whether // is distinct from / | configure:35683: result: no | configure:35701: checking whether dup2 works | configure:35789: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:35789: $? = 0 | configure:35789: ./conftest | configure:35789: $? = 0 | configure:35800: result: yes | configure:35868: checking for error_at_line | configure:35884: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:35884: $? = 0 | configure:35892: result: yes | configure:35941: checking whether fcntl handles F_DUPFD correctly | configure:35999: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:35999: $? = 0 | configure:35999: ./conftest | configure:35999: $? = 0 | configure:36009: result: yes | configure:36027: checking whether fcntl understands F_DUPFD_CLOEXEC | configure:36048: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:36048: $? = 0 | configure:36066: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:292:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:295:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:36066: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | /* end confdefs.h. */ | | | | #ifdef __linux__ | | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | | it to support the semantics on older kernels that failed with EINVAL. */ | | choke me | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:36077: result: needs runtime check | configure:36202: checking whether fcntl is declared without a macro | configure:36220: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:36220: $? = 0 | configure:36228: result: yes | configure:36202: checking whether openat is declared without a macro | configure:36220: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:36220: $? = 0 | configure:36228: result: yes | configure:36241: checking for flexible array member | configure:36269: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:36269: $? = 0 | configure:36276: result: yes | configure:36338: checking whether conversion from 'int' to 'long double' works | configure:36381: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:36381: $? = 0 | configure:36381: ./conftest | configure:36381: $? = 0 | configure:36392: result: yes | configure:36536: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:36536: $? = 0 | configure:36950: checking whether frexp works | configure:37048: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c: In function 'main': | conftest.c:353:5: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [enabled by default] | if (memcmp (&y, &x, sizeof x)) | ^ | In file included from conftest.c:297:0: | /usr/include/string.h:65:12: note: expected 'const void *' but argument is of type 'volatile double *' | extern int memcmp (const void *__s1, const void *__s2, size_t __n) | ^ | configure:37048: $? = 0 | configure:37048: ./conftest | configure:37048: $? = 0 | configure:37059: result: yes | configure:37106: checking whether frexpl is declared | configure:37106: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:37106: $? = 0 | configure:37106: result: yes | configure:37116: checking whether frexpl() can be used without linking with libm | configure:37134: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:37134: $? = 0 | configure:37143: result: yes | configure:37149: checking whether frexpl works | configure:37260: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:37260: $? = 0 | configure:37260: ./conftest | configure:37260: $? = 0 | configure:37271: result: yes | configure:37358: checking for fseeko | configure:37385: result: yes | configure:37564: checking for ftello | configure:37590: result: yes | configure:37603: checking whether ftello works | configure:37692: result: yes | configure:37763: checking for working getdelim function | configure:37825: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:37825: $? = 0 | configure:37825: ./conftest | configure:37825: $? = 0 | configure:37835: result: yes | configure:37909: checking whether getdtablesize works | configure:37942: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:37942: $? = 0 | configure:37942: ./conftest | configure:37942: $? = 0 | configure:37955: result: yes | configure:38001: checking for getline | configure:38001: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38001: $? = 0 | configure:38001: result: yes | configure:38009: checking for working getline function | configure:38072: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38072: $? = 0 | configure:38072: ./conftest | configure:38072: $? = 0 | configure:38082: result: yes | configure:38189: checking for getpass | configure:38189: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38189: $? = 0 | configure:38189: result: yes | configure:38246: checking whether program_invocation_name is declared | configure:38246: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:38246: $? = 0 | configure:38246: result: yes | configure:38261: checking whether program_invocation_short_name is declared | configure:38261: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:38261: $? = 0 | configure:38261: result: yes | configure:38276: checking whether __argv is declared | configure:38276: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:319:10: error: '__argv' undeclared (first use in this function) | (void) __argv; | ^ | conftest.c:319:10: note: each undeclared identifier is reported only once for each function it appears in | configure:38276: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef __argv | | #ifdef __cplusplus | | (void) __argv; | | #else | | (void) __argv; | | #endif | | #endif | | | | ; | | return 0; | | } | configure:38276: result: no | configure:38351: checking whether gettimeofday clobbers localtime buffer | configure:38392: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38392: $? = 0 | configure:38392: ./conftest | configure:38392: $? = 0 | configure:38402: result: no | configure:38421: checking for gettimeofday with POSIX signature | configure:38449: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c:313:19: error: conflicting types for 'gettimeofday' | int gettimeofday (struct timeval *restrict, void *restrict); | ^ | In file included from conftest.c:311:0: | /usr/include/sys/time.h:72:12: note: previous declaration of 'gettimeofday' was here | extern int gettimeofday (struct timeval *__restrict __tv, | ^ | configure:38449: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | /* 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:38465: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:38465: $? = 0 | configure:38474: result: almost | configure:38527: checking whether the compiler generally respects inline | configure:38557: result: yes | configure:38578: checking whether isfinite is declared | configure:38578: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:38578: $? = 0 | configure:38578: result: yes | configure:38613: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38613: $? = 0 | configure:38627: checking whether isfinite(long double) works | configure:38744: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38744: $? = 0 | configure:38744: ./conftest | configure:38744: $? = 0 | configure:38755: result: yes | configure:38801: checking whether isinf is declared | configure:38801: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:38801: $? = 0 | configure:38801: result: yes | configure:38840: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38840: $? = 0 | configure:38854: checking whether isinf(long double) works | configure:38992: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:38992: $? = 0 | configure:38992: ./conftest | configure:38992: $? = 0 | configure:39003: result: yes | configure:39054: checking whether isnan macro works | configure:39059: result: yes | configure:39101: checking whether isnan(double) can be used without linking with libm | configure:39135: result: yes | configure:39228: checking whether isnan(double) can be used without linking with libm | configure:39262: result: yes | configure:39291: checking whether isnan(float) can be used without linking with libm | configure:39325: result: yes | configure:39381: checking whether isnan(float) works | configure:39478: result: yes | configure:39637: checking whether isnan(float) can be used without linking with libm | configure:39671: result: yes | configure:39678: checking whether isnan(float) works | configure:39775: result: yes | configure:39920: checking whether isnan(long double) can be used without linking with libm | configure:39954: result: yes | configure:40011: checking whether isnanl works | configure:40165: result: yes | configure:40362: checking whether isnan(long double) can be used without linking with libm | configure:40396: result: yes | configure:40405: checking whether isnanl works | configure:40559: result: yes | configure:40739: checking whether iswblank is declared | configure:40739: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:40739: $? = 0 | configure:40739: result: yes | configure:40898: checking whether langinfo.h defines CODESET | configure:40916: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:40916: $? = 0 | configure:40924: result: yes | configure:40929: checking whether langinfo.h defines T_FMT_AMPM | configure:40947: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:40947: $? = 0 | configure:40955: result: yes | configure:40960: checking whether langinfo.h defines ERA | configure:40978: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:40978: $? = 0 | configure:40986: result: yes | configure:40991: checking whether langinfo.h defines YESEXPR | configure:41009: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41009: $? = 0 | configure:41017: result: yes | configure:41034: checking whether nl_langinfo is declared without a macro | configure:41052: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41052: $? = 0 | configure:41060: result: yes | configure:41100: checking whether locale.h conforms to POSIX:2001 | configure:41118: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41118: $? = 0 | configure:41125: result: yes | configure:41131: checking whether locale.h defines locale_t | configure:41148: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41148: $? = 0 | configure:41156: result: yes | configure:41169: checking whether struct lconv is properly defined | configure:41188: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41188: $? = 0 | configure:41196: result: yes | configure:41277: checking whether setlocale is declared without a macro | configure:41299: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41299: $? = 0 | configure:41307: result: yes | configure:41277: checking whether duplocale is declared without a macro | configure:41299: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41299: $? = 0 | configure:41307: result: yes | configure:41384: checking for pthread_rwlock_t | configure:41384: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41384: $? = 0 | configure:41384: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:336:31: error: expected expression before ')' token | if (sizeof ((pthread_rwlock_t))) | ^ | configure:41384: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((pthread_rwlock_t))) | | return 0; | | ; | | return 0; | | } | configure:41384: result: yes | configure:41396: checking whether pthread_rwlock_rdlock prefers a writer to a reader | configure:41521: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm -pthread >&5 | configure:41521: $? = 0 | configure:41521: ./conftest | configure:41521: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | /* end confdefs.h. */ | | | | #include | | #include | | #include | | #include | | | | #define SUCCEED() exit (0) | | #define FAILURE() exit (1) | | #define UNEXPECTED(n) (exit (10 + (n))) | | | | /* The main thread creates the waiting writer and the requesting reader threads | | in the default way; this guarantees that they have the same priority. | | We can reuse the main thread as first reader thread. */ | | | | static pthread_rwlock_t lock; | | static pthread_t reader1; | | static pthread_t writer; | | static pthread_t reader2; | | static pthread_t timer; | | /* Used to pass control from writer to reader2 and from reader2 to timer, | | as in a relay race. | | Passing control from one running thread to another running thread | | is most likely faster than to create the second thread. */ | | static pthread_mutex_t baton; | | | | static void * | | timer_func (void *ignored) | | { | | /* Step 13 (can be before or after step 12): | | The timer thread takes the baton, then waits a moment to make sure | | it can tell whether the second reader thread is blocked at step 12. */ | | if (pthread_mutex_lock (&baton)) | | UNEXPECTED (13); | | usleep (100000); | | /* By the time we get here, it's clear that the second reader thread is | | blocked at step 12. This is the desired behaviour. */ | | SUCCEED (); | | } | | | | static void * | | reader2_func (void *ignored) | | { | | int err; | | | | /* Step 8 (can be before or after step 7): | | The second reader thread takes the baton, then waits a moment to make sure | | the writer thread has reached step 7. */ | | if (pthread_mutex_lock (&baton)) | | UNEXPECTED (8); | | usleep (100000); | | /* Step 9: The second reader thread requests the lock. */ | | err = pthread_rwlock_tryrdlock (&lock); | | if (err == 0) | | FAILURE (); | | else if (err != EBUSY) | | UNEXPECTED (9); | | /* Step 10: Launch a timer, to test whether the next call blocks. */ | | if (pthread_create (&timer, NULL, timer_func, NULL)) | | UNEXPECTED (10); | | /* Step 11: Release the baton. */ | | if (pthread_mutex_unlock (&baton)) | | UNEXPECTED (11); | | /* Step 12: The second reader thread requests the lock. */ | | err = pthread_rwlock_rdlock (&lock); | | if (err == 0) | | FAILURE (); | | else | | UNEXPECTED (12); | | } | | | | static void * | | writer_func (void *ignored) | | { | | /* Step 4: Take the baton, so that the second reader thread does not go ahead | | too early. */ | | if (pthread_mutex_lock (&baton)) | | UNEXPECTED (4); | | /* Step 5: Create the second reader thread. */ | | if (pthread_create (&reader2, NULL, reader2_func, NULL)) | | UNEXPECTED (5); | | /* Step 6: Release the baton. */ | | if (pthread_mutex_unlock (&baton)) | | UNEXPECTED (6); | | /* Step 7: The writer thread requests the lock. */ | | if (pthread_rwlock_wrlock (&lock)) | | UNEXPECTED (7); | | return NULL; | | } | | | | int | | main () | | { | | reader1 = pthread_self (); | | | | /* Step 1: The main thread initializes the lock and the baton. */ | | if (pthread_rwlock_init (&lock, NULL)) | | UNEXPECTED (1); | | if (pthread_mutex_init (&baton, NULL)) | | UNEXPECTED (1); | | /* Step 2: The main thread acquires the lock as a reader. */ | | if (pthread_rwlock_rdlock (&lock)) | | UNEXPECTED (2); | | /* Step 3: Create the writer thread. */ | | if (pthread_create (&writer, NULL, writer_func, NULL)) | | UNEXPECTED (3); | | /* Job done. Go to sleep. */ | | for (;;) | | { | | sleep (1); | | } | | } | | | configure:41533: result: no | configure:41567: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41567: $? = 0 | configure:41589: checking whether lseek detects pipes | configure:41622: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:41622: $? = 0 | configure:41657: result: yes | configure:41863: checking whether NAN macro works | configure:41886: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41886: $? = 0 | configure:41893: result: yes | configure:41898: checking whether HUGE_VAL works | configure:41916: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41916: $? = 0 | configure:41923: result: yes | configure:41932: checking whether acosf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether acosl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether asinf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether asinl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether atanf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether atanl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether cbrt is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether cbrtf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether cbrtl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether ceilf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether ceill is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether copysign is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether copysignf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether copysignl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether cosf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether cosl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether coshf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether expf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether expl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether exp2 is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether exp2f is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether exp2l is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether expm1 is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether expm1f is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether expm1l is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fabsf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fabsl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether floorf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether floorl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fma is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fmaf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fmal is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fmod is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fmodf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether fmodl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether frexpf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether frexpl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether hypotf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether hypotl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether ilogb is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether ilogbf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether ilogbl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether ldexpf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether ldexpl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether logf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether logl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log10 is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log10f is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log10l is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log1p is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log1pf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log1pl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log2 is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log2f is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether log2l is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether logb is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether logbf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether logbl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether modf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether modff is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether modfl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether powf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether remainder is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether remainderf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether remainderl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether rint is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether rintf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether rintl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether round is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether roundf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether roundl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether sinf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether sinl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether sinhf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether sqrtf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether sqrtl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether tanf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether tanl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether tanhf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether trunc is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether truncf is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41932: checking whether truncl is declared without a macro | configure:41949: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:41949: $? = 0 | configure:41957: result: yes | configure:41990: checking whether mbrtowc handles incomplete characters | configure:42035: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42035: $? = 0 | configure:42035: ./conftest | configure:42035: $? = 0 | configure:42047: result: yes | configure:42053: checking whether mbrtowc works as well as mbtowc | configure:42102: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42102: $? = 0 | configure:42102: ./conftest | configure:42102: $? = 0 | configure:42114: result: yes | configure:42165: checking whether mbrtowc handles a NULL pwc argument | configure:42224: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42224: $? = 0 | configure:42224: ./conftest | configure:42224: $? = 0 | configure:42236: result: yes | configure:42242: checking whether mbrtowc handles a NULL string argument | configure:42289: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42289: $? = 0 | configure:42289: ./conftest | configure:42289: $? = 0 | configure:42301: result: yes | configure:42309: checking whether mbrtowc has a correct return value | configure:42424: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42424: $? = 0 | configure:42424: ./conftest | configure:42424: $? = 0 | configure:42439: result: yes | configure:42445: checking whether mbrtowc returns 0 when parsing a NUL character | configure:42489: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42489: $? = 0 | configure:42489: ./conftest | configure:42489: $? = 0 | configure:42501: result: yes | configure:42506: checking whether mbrtowc works on empty input | configure:42535: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42535: $? = 0 | configure:42535: ./conftest | configure:42535: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | /* end confdefs.h. */ | | | | #include | | static wchar_t wc; | | static mbstate_t mbs; | | int | | main (void) | | { | | return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2; | | } | configure:42546: result: no | configure:42550: checking whether the C locale is free of encoding errors | configure:42594: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:42594: $? = 0 | configure:42594: ./conftest | configure:42594: $? = 3 | configure: program exited with status 3 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | /* end confdefs.h. */ | | #include | | #include | | #include | | | | int | | main () | | { | | | | int i; | | char *locale = setlocale (LC_ALL, "C"); | | if (! locale) | | return 2; | | for (i = CHAR_MIN; i <= CHAR_MAX; i++) | | { | | char c = i; | | wchar_t wc; | | mbstate_t mbs = { 0, }; | | size_t ss = mbrtowc (&wc, &c, 1, &mbs); | | if (1 < ss) | | return 3; | | } | | return 0; | | | | ; | | return 0; | | } | configure:42605: result: no | configure:42704: checking whether mbrtowc handles incomplete characters | configure:42761: result: yes | configure:42767: checking whether mbrtowc works as well as mbtowc | configure:42828: result: yes | configure:43002: checking for mempcpy | configure:43002: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:450:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default] | char mempcpy (); | ^ | configure:43002: $? = 0 | configure:43002: result: yes | configure:43056: checking for memrchr | configure:43056: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:43056: $? = 0 | configure:43056: result: yes | configure:43101: checking for mkdtemp | configure:43101: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:43101: $? = 0 | configure:43101: result: yes | configure:43148: checking for working mkstemp | configure:43203: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:43203: $? = 0 | configure:43203: ./conftest | configure:43203: $? = 0 | configure:43215: result: yes | configure:43309: checking for __mktime_internal | configure:43309: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/ccuh6zlf.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:469: undefined reference to `__mktime_internal' | collect2: error: ld returned 1 exit status | configure:43309: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | /* end confdefs.h. */ | | /* Define __mktime_internal to an innocuous variant, in case declares __mktime_internal. | | For example, HP-UX 11i declares gettimeofday. */ | | #define __mktime_internal innocuous___mktime_internal | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char __mktime_internal (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef __mktime_internal | | | | /* 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 __mktime_internal (); | | /* 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___mktime_internal || defined __stub_____mktime_internal | | choke me | | #endif | | | | int | | main () | | { | | return __mktime_internal (); | | ; | | return 0; | | } | configure:43309: result: no | configure:43377: checking whether YESEXPR works | configure:43405: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:43405: $? = 0 | configure:43405: ./conftest | configure:43405: $? = 0 | configure:43416: result: yes | configure:43475: checking whether open recognizes a trailing slash | configure:43514: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:43514: $? = 0 | configure:43514: ./conftest | configure:43514: $? = 0 | configure:43526: result: yes | configure:43606: checking whether frexp works | configure:43715: result: yes | configure:43727: checking whether ldexp can be used without linking with libm | configure:43755: result: yes | configure:43768: checking whether frexpl() can be used without linking with libm | configure:43795: result: yes | configure:43801: checking whether frexpl works | configure:43923: result: yes | configure:43938: checking whether frexpl is declared | configure:43938: result: yes | configure:43949: checking whether ldexpl() can be used without linking with libm | configure:43967: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:43967: $? = 0 | configure:43976: result: yes | configure:43982: checking whether ldexpl works | configure:44025: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44025: $? = 0 | configure:44025: ./conftest | configure:44025: $? = 0 | configure:44036: result: yes | configure:44044: checking whether ldexpl is declared | configure:44044: result: yes | configure:44096: checking whether program_invocation_name is declared | configure:44096: result: yes | configure:44108: checking whether program_invocation_short_name is declared | configure:44108: result: yes | configure:44125: checking for raise | configure:44125: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44125: $? = 0 | configure:44125: result: yes | configure:44148: checking for sigprocmask | configure:44148: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44148: $? = 0 | configure:44148: result: yes | configure:44198: checking for rawmemchr | configure:44198: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44198: $? = 0 | configure:44198: result: yes | configure:44284: checking whether readlink signature is correct | configure:44302: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:44302: $? = 0 | configure:44309: result: yes | configure:44311: checking whether readlink handles trailing slash correctly | configure:44341: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44341: $? = 0 | configure:44341: ./conftest | configure:44341: $? = 0 | configure:44352: result: yes | configure:44455: checking for working re_compile_pattern | configure:44671: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44671: $? = 0 | configure:44671: ./conftest | configure:44671: $? = 0 | configure:44682: result: yes | configure:44856: checking search.h usability | configure:44856: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:44856: $? = 0 | configure:44856: result: yes | configure:44856: checking search.h presence | configure:44856: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c | configure:44856: $? = 0 | configure:44856: result: yes | configure:44856: checking for search.h | configure:44856: result: yes | configure:44868: checking for tsearch | configure:44868: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44868: $? = 0 | configure:44868: result: yes | configure:44884: checking whether rename honors trailing slash on destination | configure:44931: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:44931: $? = 0 | configure:44931: ./conftest | configure:44931: $? = 0 | configure:44943: result: yes | configure:44955: checking whether rename honors trailing slash on source | configure:45002: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45002: $? = 0 | configure:45002: ./conftest | configure:45002: $? = 0 | configure:45014: result: yes | configure:45027: checking whether rename manages hard links correctly | configure:45072: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45072: $? = 0 | configure:45072: ./conftest | configure:45072: $? = 0 | configure:45090: result: yes | configure:45102: checking whether rename manages existing destinations correctly | configure:45141: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45141: $? = 0 | configure:45141: ./conftest | configure:45141: $? = 0 | configure:45153: result: yes | configure:45195: checking whether rmdir works | configure:45239: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45239: $? = 0 | configure:45239: ./conftest | configure:45239: $? = 0 | configure:45250: result: yes | configure:45319: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45319: $? = 0 | configure:45330: checking whether round is declared | configure:45330: result: yes | configure:45349: checking whether round works | configure:45411: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45411: $? = 0 | configure:45411: ./conftest | configure:45411: $? = 0 | configure:45423: result: yes | configure:45675: checking whether select supports a 0 argument | configure:45707: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45707: $? = 0 | configure:45707: ./conftest | configure:45707: $? = 0 | configure:45718: result: yes | configure:45725: checking whether select detects invalid fds | configure:45770: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45770: $? = 0 | configure:45770: ./conftest | configure:45770: $? = 0 | configure:45781: result: yes | configure:45849: checking whether setenv validates arguments | configure:45893: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:45893: $? = 0 | configure:45893: ./conftest | configure:45893: $? = 0 | configure:45903: result: yes | configure:45944: checking for struct sigaction.sa_sigaction | configure:45944: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:45944: $? = 0 | configure:45944: result: yes | configure:46089: checking for volatile sig_atomic_t | configure:46089: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46089: $? = 0 | configure:46089: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:474:36: error: expected expression before ')' token | if (sizeof ((volatile sig_atomic_t))) | ^ | configure:46089: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | | | | | int | | main () | | { | | if (sizeof ((volatile sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:46089: result: yes | configure:46105: checking for sighandler_t | configure:46105: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46105: $? = 0 | configure:46105: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:474:27: error: expected expression before ')' token | if (sizeof ((sighandler_t))) | ^ | configure:46105: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | | | | | int | | main () | | { | | if (sizeof ((sighandler_t))) | | return 0; | | ; | | return 0; | | } | configure:46105: result: yes | configure:46119: checking whether pthread_sigmask is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigaction is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigaddset is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigdelset is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigemptyset is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigfillset is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigismember is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigpending is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46119: checking whether sigprocmask is declared without a macro | configure:46137: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:46137: $? = 0 | configure:46145: result: yes | configure:46159: checking for signbit macro | configure:46266: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:46266: $? = 0 | configure:46266: ./conftest | configure:46266: $? = 0 | configure:46277: result: yes | configure:46279: checking for signbit compiler built-ins | configure:46388: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:46388: $? = 0 | configure:46388: ./conftest | configure:46388: $? = 0 | configure:46399: result: yes | configure:46937: checking for sigprocmask | configure:46937: result: yes | configure:46978: checking for stdint.h | configure:46978: result: yes | configure:46988: checking for SIZE_MAX | configure:47059: result: yes | configure:47075: checking for snprintf | configure:47075: result: yes | configure:47088: checking whether snprintf respects a size of 1 | configure:47127: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:47127: $? = 0 | configure:47127: ./conftest | configure:47127: $? = 0 | configure:47138: result: yes | configure:47148: checking whether printf supports POSIX/XSI format strings with positions | configure:47192: result: yes | configure:47274: checking for snprintf | configure:47274: result: yes | configure:47287: checking whether snprintf truncates the result as in C99 | configure:47365: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:47365: $? = 0 | configure:47365: ./conftest | configure:47365: $? = 0 | configure:47376: result: yes | configure:47383: checking whether snprintf fully supports the 'n' directive | configure:47459: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:47459: $? = 0 | configure:47459: ./conftest | configure:47459: $? = 0 | configure:47470: result: yes | configure:47476: checking whether snprintf respects a size of 1 | configure:47526: result: yes | configure:47531: checking whether vsnprintf respects a zero size as in C99 | configure:47593: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:47593: $? = 0 | configure:47593: ./conftest | configure:47593: $? = 0 | configure:47604: result: yes | configure:47937: checking for socklen_t | configure:47937: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:47937: $? = 0 | configure:47937: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:498:24: error: expected expression before ')' token | if (sizeof ((socklen_t))) | ^ | configure:47937: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | /* end confdefs.h. */ | | | | /* is not needed according to POSIX, but the | | in i386-unknown-freebsd4.10 and | | powerpc-apple-darwin5.5 required it. */ | | #include | | #if HAVE_SYS_SOCKET_H | | # include | | #elif HAVE_WS2TCPIP_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((socklen_t))) | | return 0; | | ; | | return 0; | | } | configure:47937: result: yes | configure:48332: checking for ssize_t | configure:48356: result: yes | configure:48373: checking whether stat handles trailing slashes on files | configure:48413: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:48413: $? = 0 | configure:48413: ./conftest | configure:48413: $? = 0 | configure:48424: result: yes | configure:48482: checking for working stdalign.h | configure:48527: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:48527: $? = 0 | configure:48534: result: yes | configure:48556: checking for va_copy | configure:48577: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:48577: $? = 0 | configure:48585: result: yes | configure:48767: checking for max_align_t | configure:48767: result: no | configure:48780: checking whether NULL can be used in arbitrary expressions | configure:48805: result: yes | configure:48972: checking which flavor of printf attribute matches inttypes macros | configure:48999: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:48999: $? = 0 | configure:49006: result: system | configure:49053: checking whether dprintf is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether fpurge is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:495:10: error: 'fpurge' undeclared (first use in this function) | (void) fpurge; | ^ | conftest.c:495:10: note: each undeclared identifier is reported only once for each function it appears in | configure:49071: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define __USE_MINGW_ANSI_STDIO 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:49079: result: no | configure:49053: checking whether fseeko is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether ftello is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether getdelim is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether getline is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether gets is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:499:10: error: 'gets' undeclared (first use in this function) | (void) gets; | ^ | conftest.c:499:10: note: each undeclared identifier is reported only once for each function it appears in | configure:49071: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define __USE_MINGW_ANSI_STDIO 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:49079: result: no | configure:49053: checking whether pclose is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether popen is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether renameat is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether snprintf is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether tmpfile is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether vdprintf is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49053: checking whether vsnprintf is declared without a macro | configure:49071: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49071: $? = 0 | configure:49079: result: yes | configure:49168: checking whether _Exit is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether atoll is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether canonicalize_file_name is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether getloadavg is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether getsubopt is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether grantpt is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether initstate is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether initstate_r is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether mkdtemp is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether mkostemp is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether mkostemps is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether mkstemp is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether mkstemps is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether posix_openpt is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether ptsname is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether ptsname_r is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether qsort_r is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether random is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether random_r is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether realpath is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether rpmatch is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether secure_getenv is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether setenv is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether setstate is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether setstate_r is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether srandom is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether srandom_r is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether strtod is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether strtoll is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether strtoull is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether unlockpt is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49168: checking whether unsetenv is declared without a macro | configure:49192: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:49192: $? = 0 | configure:49200: result: yes | configure:49220: checking for stpcpy | configure:49220: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:555:6: warning: conflicting types for built-in function 'stpcpy' [enabled by default] | char stpcpy (); | ^ | configure:49220: $? = 0 | configure:49220: result: yes | configure:49268: checking for strcasecmp | configure:49268: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:557:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] | char strcasecmp (); | ^ | configure:49268: $? = 0 | configure:49268: result: yes | configure:49285: checking for strncasecmp | configure:49285: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:558:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] | char strncasecmp (); | ^ | configure:49285: $? = 0 | configure:49285: result: yes | configure:49299: checking whether strncasecmp is declared | configure:49299: result: yes | configure:49348: checking whether strcasestr works in linear time | configure:49424: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:49424: $? = 0 | configure:49424: ./conftest | configure:49424: $? = 142 | configure: program exited with status 142 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define __USE_MINGW_ANSI_STDIO 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_QSORT_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 | | /* end confdefs.h. */ | | | | #include /* for signal */ | | #include /* for strcasestr */ | | #include /* for malloc */ | | #include /* for alarm */ | | static void quit (int sig) { _exit (sig + 128); } | | | | int | | main () | | { | | | | int result = 0; | | size_t m = 1000000; | | char *haystack = (char *) malloc (2 * m + 2); | | char *needle = (char *) malloc (m + 2); | | /* Failure to compile this test due to missing alarm is okay, | | since all such platforms (mingw) also lack strcasestr. */ | | signal (SIGALRM, quit); | | alarm (5); | | /* Check for quadratic performance. */ | | if (haystack && needle) | | { | | memset (haystack, 'A', 2 * m); | | haystack[2 * m] = 'B'; | | haystack[2 * m + 1] = 0; | | memset (needle, 'A', m); | | needle[m] = 'B'; | | needle[m + 1] = 0; | | if (!strcasestr (haystack, needle)) | | result |= 1; | | } | | /* Free allocated memory, in case some sanitizer is watching. */ | | free (haystack); | | free (needle); | | return result; | | | | ; | | return 0; | | } | configure:49435: result: no | configure:49468: checking for strcasestr | configure:49468: result: yes | configure:49483: checking whether strcasestr works | configure:49546: result: yes | configure:49635: checking for working strerror function | configure:49661: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:49661: $? = 0 | configure:49661: ./conftest | configure:49661: $? = 0 | configure:49672: result: yes | configure:49822: checking for working strndup | configure:49863: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:49863: $? = 0 | configure:49863: ./conftest | configure:49863: $? = 0 | configure:49873: result: yes | configure:49919: checking for working strnlen | configure:49957: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:49957: $? = 0 | configure:49957: ./conftest | configure:49957: $? = 0 | configure:49967: result: yes | configure:50013: checking for strsep | configure:50013: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:50013: $? = 0 | configure:50013: result: yes | configure:50058: checking whether strtod obeys C99 | configure:50179: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:50179: $? = 0 | configure:50179: ./conftest | configure:50179: $? = 0 | configure:50190: result: yes | configure:50241: checking for strtok_r | configure:50241: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:50241: $? = 0 | configure:50241: result: yes | configure:50252: checking whether strtok_r works | configure:50293: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:50293: $? = 0 | configure:50293: ./conftest | configure:50293: $? = 0 | configure:50304: result: yes | configure:50449: checking for nlink_t | configure:50449: result: yes | configure:50464: checking whether fchmodat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether fstat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether fstatat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether futimens is declared without a macro | configure:50490: result: yes | configure:50464: checking whether lchmod is declared without a macro | configure:50490: result: yes | configure:50464: checking whether lstat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether mkdirat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether mkfifo is declared without a macro | configure:50490: result: yes | configure:50464: checking whether mkfifoat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether mknod is declared without a macro | configure:50490: result: yes | configure:50464: checking whether mknodat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether stat is declared without a macro | configure:50490: result: yes | configure:50464: checking whether utimensat is declared without a macro | configure:50490: result: yes | configure:50692: checking whether tcgetsid is declared without a macro | configure:50709: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:50709: $? = 0 | configure:50717: result: yes | configure:50742: checking whether localtime_r is declared | configure:50742: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:50742: $? = 0 | configure:50742: result: yes | configure:50761: checking whether localtime_r is compatible with its POSIX signature | configure:50785: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:50785: $? = 0 | configure:50793: result: yes | configure:50839: checking for timezone_t | configure:50839: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:572:13: error: 'timezone_t' undeclared (first use in this function) | if (sizeof (timezone_t)) | ^ | conftest.c:572:13: note: each undeclared identifier is reported only once for each function it appears in | configure:50839: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define __USE_MINGW_ANSI_STDIO 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_QSORT_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_STRCASESTR 1 | | #define GNULIB_TEST_STRCASESTR 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define my_strftime nstrftime | | #define GNULIB_TEST_STRNCAT 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRSEP 1 | | #define GNULIB_TEST_STRSEP 1 | | #define GNULIB_TEST_STRTOD 1 | | #define HAVE_STRTOK_R 1 | | #define GNULIB_TEST_STRTOK_R 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_RAW_DECL_TCGETSID 1 | | #define HAVE_DECL_LOCALTIME_R 1 | | #define GNULIB_TEST_TIME_R 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof (timezone_t)) | | return 0; | | ; | | return 0; | | } | configure:50839: result: no | configure:50930: checking whether trunc is declared | configure:50930: result: yes | configure:50959: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:50959: $? = 0 | configure:51037: checking whether tzset clobbers localtime buffer | configure:51078: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:51078: $? = 0 | configure:51078: ./conftest | configure:51078: $? = 0 | configure:51089: result: no | configure:52052: checking whether chdir is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether chown is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether dup is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether dup2 is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether dup3 is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether environ is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether euidaccess is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether faccessat is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether fchdir is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether fchownat is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether fdatasync is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether fsync is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether ftruncate is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getcwd is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getdomainname is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getdtablesize is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getgroups is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether gethostname is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getlogin is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getlogin_r is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getpagesize is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether getusershell is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether setusershell is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether endusershell is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether group_member is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether isatty is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether lchown is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether link is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether linkat is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether lseek is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether pipe is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether pipe2 is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether pread is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether pwrite is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether readlink is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether readlinkat is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether rmdir is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether sethostname is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether sleep is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether symlink is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether symlinkat is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether truncate is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether ttyname_r is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether unlink is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether unlinkat is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52052: checking whether usleep is declared without a macro | configure:52082: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52082: $? = 0 | configure:52090: result: yes | configure:52675: checking for unsetenv | configure:52675: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:52675: $? = 0 | configure:52675: result: yes | configure:52688: checking for unsetenv() return type | configure:52713: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52713: $? = 0 | configure:52720: result: int | configure:52729: checking whether unsetenv obeys POSIX | configure:52774: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:52774: $? = 0 | configure:52774: ./conftest | configure:52774: $? = 0 | configure:52784: result: yes | configure:52886: checking for ptrdiff_t | configure:52886: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:52886: $? = 0 | configure:52886: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | conftest.c: In function 'main': | conftest.c:663:24: error: expected expression before ')' token | if (sizeof ((ptrdiff_t))) | ^ | configure:52886: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define __USE_MINGW_ANSI_STDIO 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_QSORT_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_STRCASESTR 1 | | #define GNULIB_TEST_STRCASESTR 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define my_strftime nstrftime | | #define GNULIB_TEST_STRNCAT 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRSEP 1 | | #define GNULIB_TEST_STRSEP 1 | | #define GNULIB_TEST_STRTOD 1 | | #define HAVE_STRTOK_R 1 | | #define GNULIB_TEST_STRTOK_R 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_RAW_DECL_TCGETSID 1 | | #define HAVE_DECL_LOCALTIME_R 1 | | #define GNULIB_TEST_TIME_R 1 | | #define GNULIB_TEST_TIME_RZ 1 | | #define GNULIB_TEST_TIMEGM 1 | | #define HAVE_DECL_TRUNC 1 | | #define GNULIB_TEST_TRUNC 1 | | #define HAVE_RUN_TZSET_TEST 1 | | #define GNULIB_TEST_TZSET 1 | | #define GNULIB_TEST_UNINORM_U8_NORMALIZE 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_TRUNCATE 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_UNISTR_U8_MBTOUC 1 | | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | | #define GNULIB_UNISTR_U8_MBTOUCR 1 | | #define GNULIB_UNISTR_U8_UCTOMB 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 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:52886: result: yes | configure:52907: checking for vasprintf | configure:52907: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:52907: $? = 0 | configure:52907: result: yes | configure:52995: checking for vasprintf | configure:52995: result: yes | configure:53754: checking for vsnprintf | configure:53754: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:655:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] | char vsnprintf (); | ^ | configure:53754: $? = 0 | configure:53754: result: yes | configure:53767: checking whether snprintf respects a size of 1 | configure:53817: result: yes | configure:53827: checking whether printf supports POSIX/XSI format strings with positions | configure:53871: result: yes | configure:53946: checking for vsnprintf | configure:53946: result: yes | configure:53959: checking whether snprintf truncates the result as in C99 | configure:54048: result: yes | configure:54055: checking whether snprintf fully supports the 'n' directive | configure:54142: result: yes | configure:54148: checking whether snprintf respects a size of 1 | configure:54198: result: yes | configure:54203: checking whether vsnprintf respects a zero size as in C99 | configure:54276: result: yes | configure:55041: checking whether btowc is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wctob is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether mbsinit is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether mbrtowc is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether mbrlen is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether mbsrtowcs is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether mbsnrtowcs is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcrtomb is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsrtombs is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsnrtombs is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcwidth is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wmemchr is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wmemcmp is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wmemcpy is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wmemmove is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wmemset is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcslen is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsnlen is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcscpy is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcpcpy is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsncpy is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcpncpy is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcscat is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsncat is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcscmp is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsncmp is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcscasecmp is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsncasecmp is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcscoll is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsxfrm is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsdup is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcschr is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsrchr is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcscspn is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsspn is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcspbrk is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsstr is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcstok is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcswidth is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55041: checking whether wcsftime is declared without a macro | configure:55069: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:55069: $? = 0 | configure:55077: result: yes | configure:55103: checking whether mbrtowc handles incomplete characters | configure:55160: result: yes | configure:55166: checking whether mbrtowc works as well as mbtowc | configure:55227: result: yes | configure:55280: checking whether wcrtomb return value is correct | configure:55337: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:55337: $? = 0 | configure:55337: ./conftest | configure:55337: $? = 0 | configure:55349: result: yes | configure:55490: checking whether iswcntrl works | configure:55545: result: yes | configure:55569: checking for towlower | configure:55569: result: yes | configure:55617: checking for wctype_t | configure:55653: result: yes | configure:55659: checking for wctrans_t | configure:55693: result: yes | configure:55702: checking whether wctype is declared without a macro | configure:55739: result: yes | configure:55702: checking whether iswctype is declared without a macro | configure:55739: result: yes | configure:55702: checking whether wctrans is declared without a macro | configure:55739: result: yes | configure:55702: checking whether towctrans is declared without a macro | configure:55739: result: yes | configure:55762: checking whether wcwidth is declared | configure:55762: result: yes | configure:55791: checking whether wcwidth works reasonably in UTF-8 locales | configure:55844: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:55844: $? = 0 | configure:55844: ./conftest | configure:55844: $? = 0 | configure:55855: result: yes | configure:55946: checking for stdint.h | configure:55946: result: yes | configure:56003: checking for inline | configure:56027: result: inline | configure:56046: checking whether byte ordering is bigendian | configure:56252: result: no | configure:56274: checking for __setfpucw | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/ccVCt2V8.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:720: undefined reference to `__setfpucw' | collect2: error: ld returned 1 exit status | configure:56274: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define __USE_MINGW_ANSI_STDIO 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_QSORT_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_STRCASESTR 1 | | #define GNULIB_TEST_STRCASESTR 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define my_strftime nstrftime | | #define GNULIB_TEST_STRNCAT 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRSEP 1 | | #define GNULIB_TEST_STRSEP 1 | | #define GNULIB_TEST_STRTOD 1 | | #define HAVE_STRTOK_R 1 | | #define GNULIB_TEST_STRTOK_R 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_RAW_DECL_TCGETSID 1 | | #define HAVE_DECL_LOCALTIME_R 1 | | #define GNULIB_TEST_TIME_R 1 | | #define GNULIB_TEST_TIME_RZ 1 | | #define GNULIB_TEST_TIMEGM 1 | | #define HAVE_DECL_TRUNC 1 | | #define GNULIB_TEST_TRUNC 1 | | #define HAVE_RUN_TZSET_TEST 1 | | #define GNULIB_TEST_TZSET 1 | | #define GNULIB_TEST_UNINORM_U8_NORMALIZE 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_TRUNCATE 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_UNISTR_U8_MBTOUC 1 | | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | | #define GNULIB_UNISTR_U8_MBTOUCR 1 | | #define GNULIB_UNISTR_U8_UCTOMB 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_TEST_VFPRINTF_POSIX 1 | | #define GNULIB_TEST_VPRINTF_POSIX 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSPRINTF_POSIX 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 HAVE_RAW_DECL_WCSFTIME 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 | | /* end confdefs.h. */ | | /* Define __setfpucw to an innocuous variant, in case declares __setfpucw. | | For example, HP-UX 11i declares gettimeofday. */ | | #define __setfpucw innocuous___setfpucw | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char __setfpucw (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef __setfpucw | | | | /* 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 __setfpucw (); | | /* 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___setfpucw || defined __stub_____setfpucw | | choke me | | #endif | | | | int | | main () | | { | | return __setfpucw (); | | ; | | return 0; | | } | configure:56274: result: no | configure:56274: checking for fork | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:709:6: warning: conflicting types for built-in function 'fork' [enabled by default] | char fork (); | ^ | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for execl | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:710:6: warning: conflicting types for built-in function 'execl' [enabled by default] | char execl (); | ^ | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for isinf | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:711:6: warning: conflicting types for built-in function 'isinf' [enabled by default] | char isinf (); | ^ | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for isnan | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:712:6: warning: conflicting types for built-in function 'isnan' [enabled by default] | char isnan (); | ^ | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for finite | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:713:6: warning: conflicting types for built-in function 'finite' [enabled by default] | char finite (); | ^ | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for getpid | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for feholdexcept | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for fpsetmask | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | /tmp/cc3ewO8G.o: In function `main': | /usr/local/src/pspp/pspp-1.0.1/conftest.c:727: undefined reference to `fpsetmask' | collect2: error: ld returned 1 exit status | configure:56274: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU PSPP" | | #define PACKAGE_TARNAME "pspp" | | #define PACKAGE_VERSION "1.0.1" | | #define PACKAGE_STRING "GNU PSPP 1.0.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | | #define PACKAGE "pspp" | | #define VERSION "1.0.1" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define GWINSZ_IN_SYS_IOCTL 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define HAVE_LC_PAPER 1 | | #define HAVE_CAIRO 1 | | #define HAVE_ZLIB_H 1 | | #define crc32 gl_crc32 | | #define GNM_READ_SUPPORT 1 | | #define ODF_READ_SUPPORT 1 | | #define ODF_WRITE_SUPPORT 1 | | #define HAVE_INLINE 1 | | #define HAVE_READLINE 1 | | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | | #define HAVE_RL_OUTSTREAM 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FPU_CONTROL_H 1 | | #define HAVE_FENV_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_DECL_SIGWINCH 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_BTOWC 1 | | #define HAVE_SNPRINTF 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_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE___FSETLOCKING 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_TZSET 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_PIPE2 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_SETENV 1 | | #define HAVE_LINK 1 | | #define HAVE_SECURE_GETENV 1 | | #define HAVE_GETUID 1 | | #define HAVE_GETEUID 1 | | #define HAVE_GETGID 1 | | #define HAVE_GETEGID 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_TIMEGM 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_SYS_CDEFS_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_XLOCALE_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_UIO_H 1 | | #define HAVE_C99_STRTOLD 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_ALARM 1 | | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETDTABLESIZE 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETPASS 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FLOCKFILE 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FUNLOCKFILE 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define restrict __restrict | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #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_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define TIME_T_IS_SIGNED 1 | | #define PROMOTED_MODE_T mode_t | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define INSTALLPREFIX "/usr/local" | | #define HAVE_DECL_SETENV 1 | | #define HAVE_RAW_DECL_PSELECT 1 | | #define HAVE_RAW_DECL_SELECT 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_STRCASESTR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_STRTOK_R 1 | | #define HAVE_SHUTDOWN 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | | #define HAVE_SA_FAMILY_T 1 | | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | | #define HAVE_RAW_DECL_SOCKET 1 | | #define HAVE_RAW_DECL_CONNECT 1 | | #define HAVE_RAW_DECL_ACCEPT 1 | | #define HAVE_RAW_DECL_BIND 1 | | #define HAVE_RAW_DECL_GETPEERNAME 1 | | #define HAVE_RAW_DECL_GETSOCKNAME 1 | | #define HAVE_RAW_DECL_GETSOCKOPT 1 | | #define HAVE_RAW_DECL_LISTEN 1 | | #define HAVE_RAW_DECL_RECV 1 | | #define HAVE_RAW_DECL_SEND 1 | | #define HAVE_RAW_DECL_RECVFROM 1 | | #define HAVE_RAW_DECL_SENDTO 1 | | #define HAVE_RAW_DECL_SETSOCKOPT 1 | | #define HAVE_RAW_DECL_SHUTDOWN 1 | | #define HAVE_RAW_DECL_ACCEPT4 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_TEST_BTOWC 1 | | #define HAVE___BUILTIN_EXPECT 1 | | #define HAVE_BYTESWAP_H 1 | | #define HAVE_STRTOD_L 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHDIR 1 | | #define SIGNAL_SAFE_LIST 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_DIRNAME 1 | | #define HAVE_DUP2 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define FLEXIBLE_ARRAY_MEMBER /**/ | | #define GNULIB_TEST_FLOOR 1 | | #define GNULIB_TEST_FPRINTF_POSIX 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define GNULIB_TEST_FREXP 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define GNULIB_TEST_FREXPL 1 | | #define GNULIB_TEST_FSEEK 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FSTAT 1 | | #define GNULIB_TEST_FTELL 1 | | #define GNULIB_TEST_FTELLO 1 | | #define GNULIB_FWRITEERROR 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define HAVE_GETPASS 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_DECL___ARGV 0 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define HAVE_DECL_ISFINITE 1 | | #define GNULIB_TEST_ISFINITE 1 | | #define HAVE_DECL_ISINF 1 | | #define GNULIB_TEST_ISINF 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_ISNANL_IN_LIBC 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_RAW_DECL_SETLOCALE 1 | | #define HAVE_RAW_DECL_DUPLOCALE 1 | | #define GNULIB_TEST_LOCALECONV 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define HAVE_RAW_DECL_ACOSF 1 | | #define HAVE_RAW_DECL_ACOSL 1 | | #define HAVE_RAW_DECL_ASINF 1 | | #define HAVE_RAW_DECL_ASINL 1 | | #define HAVE_RAW_DECL_ATANF 1 | | #define HAVE_RAW_DECL_ATANL 1 | | #define HAVE_RAW_DECL_CBRT 1 | | #define HAVE_RAW_DECL_CBRTF 1 | | #define HAVE_RAW_DECL_CBRTL 1 | | #define HAVE_RAW_DECL_CEILF 1 | | #define HAVE_RAW_DECL_CEILL 1 | | #define HAVE_RAW_DECL_COPYSIGN 1 | | #define HAVE_RAW_DECL_COPYSIGNF 1 | | #define HAVE_RAW_DECL_COPYSIGNL 1 | | #define HAVE_RAW_DECL_COSF 1 | | #define HAVE_RAW_DECL_COSL 1 | | #define HAVE_RAW_DECL_COSHF 1 | | #define HAVE_RAW_DECL_EXPF 1 | | #define HAVE_RAW_DECL_EXPL 1 | | #define HAVE_RAW_DECL_EXP2 1 | | #define HAVE_RAW_DECL_EXP2F 1 | | #define HAVE_RAW_DECL_EXP2L 1 | | #define HAVE_RAW_DECL_EXPM1 1 | | #define HAVE_RAW_DECL_EXPM1F 1 | | #define HAVE_RAW_DECL_EXPM1L 1 | | #define HAVE_RAW_DECL_FABSF 1 | | #define HAVE_RAW_DECL_FABSL 1 | | #define HAVE_RAW_DECL_FLOORF 1 | | #define HAVE_RAW_DECL_FLOORL 1 | | #define HAVE_RAW_DECL_FMA 1 | | #define HAVE_RAW_DECL_FMAF 1 | | #define HAVE_RAW_DECL_FMAL 1 | | #define HAVE_RAW_DECL_FMOD 1 | | #define HAVE_RAW_DECL_FMODF 1 | | #define HAVE_RAW_DECL_FMODL 1 | | #define HAVE_RAW_DECL_FREXPF 1 | | #define HAVE_RAW_DECL_FREXPL 1 | | #define HAVE_RAW_DECL_HYPOTF 1 | | #define HAVE_RAW_DECL_HYPOTL 1 | | #define HAVE_RAW_DECL_ILOGB 1 | | #define HAVE_RAW_DECL_ILOGBF 1 | | #define HAVE_RAW_DECL_ILOGBL 1 | | #define HAVE_RAW_DECL_LDEXPF 1 | | #define HAVE_RAW_DECL_LDEXPL 1 | | #define HAVE_RAW_DECL_LOG 1 | | #define HAVE_RAW_DECL_LOGF 1 | | #define HAVE_RAW_DECL_LOGL 1 | | #define HAVE_RAW_DECL_LOG10 1 | | #define HAVE_RAW_DECL_LOG10F 1 | | #define HAVE_RAW_DECL_LOG10L 1 | | #define HAVE_RAW_DECL_LOG1P 1 | | #define HAVE_RAW_DECL_LOG1PF 1 | | #define HAVE_RAW_DECL_LOG1PL 1 | | #define HAVE_RAW_DECL_LOG2 1 | | #define HAVE_RAW_DECL_LOG2F 1 | | #define HAVE_RAW_DECL_LOG2L 1 | | #define HAVE_RAW_DECL_LOGB 1 | | #define HAVE_RAW_DECL_LOGBF 1 | | #define HAVE_RAW_DECL_LOGBL 1 | | #define HAVE_RAW_DECL_MODF 1 | | #define HAVE_RAW_DECL_MODFF 1 | | #define HAVE_RAW_DECL_MODFL 1 | | #define HAVE_RAW_DECL_POWF 1 | | #define HAVE_RAW_DECL_REMAINDER 1 | | #define HAVE_RAW_DECL_REMAINDERF 1 | | #define HAVE_RAW_DECL_REMAINDERL 1 | | #define HAVE_RAW_DECL_RINT 1 | | #define HAVE_RAW_DECL_RINTF 1 | | #define HAVE_RAW_DECL_RINTL 1 | | #define HAVE_RAW_DECL_ROUND 1 | | #define HAVE_RAW_DECL_ROUNDF 1 | | #define HAVE_RAW_DECL_ROUNDL 1 | | #define HAVE_RAW_DECL_SINF 1 | | #define HAVE_RAW_DECL_SINL 1 | | #define HAVE_RAW_DECL_SINHF 1 | | #define HAVE_RAW_DECL_SQRTF 1 | | #define HAVE_RAW_DECL_SQRTL 1 | | #define HAVE_RAW_DECL_TANF 1 | | #define HAVE_RAW_DECL_TANL 1 | | #define HAVE_RAW_DECL_TANHF 1 | | #define HAVE_RAW_DECL_TRUNC 1 | | #define HAVE_RAW_DECL_TRUNCF 1 | | #define HAVE_RAW_DECL_TRUNCL 1 | | #define MBRTOWC_EMPTY_INPUT_BUG 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKSTEMP 1 | | #define GNULIB_TEST_MKTIME 1 | | #define NEED_MKTIME_INTERNAL 1 | | #define GNULIB_MSVC_NOTHROW 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PIPE2 1 | | #define HAVE_FREXP_IN_LIBC 1 | | #define HAVE_LDEXP_IN_LIBC 1 | | #define HAVE_FREXPL_IN_LIBC 1 | | #define HAVE_LDEXPL_IN_LIBC 1 | | #define GNULIB_TEST_PRINTF_POSIX 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_DECL_ROUND 1 | | #define GNULIB_TEST_ROUND 1 | | #define GNULIB_TEST_SECURE_GETENV 1 | | #define GNULIB_TEST_SELECT 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | | #define GNULIB_TEST_SIGPROCMASK 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define __USE_MINGW_ANSI_STDIO 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_QSORT_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_STRCASESTR 1 | | #define GNULIB_TEST_STRCASESTR 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define my_strftime nstrftime | | #define GNULIB_TEST_STRNCAT 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRSEP 1 | | #define GNULIB_TEST_STRSEP 1 | | #define GNULIB_TEST_STRTOD 1 | | #define HAVE_STRTOK_R 1 | | #define GNULIB_TEST_STRTOK_R 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_RAW_DECL_TCGETSID 1 | | #define HAVE_DECL_LOCALTIME_R 1 | | #define GNULIB_TEST_TIME_R 1 | | #define GNULIB_TEST_TIME_RZ 1 | | #define GNULIB_TEST_TIMEGM 1 | | #define HAVE_DECL_TRUNC 1 | | #define GNULIB_TEST_TRUNC 1 | | #define HAVE_RUN_TZSET_TEST 1 | | #define GNULIB_TEST_TZSET 1 | | #define GNULIB_TEST_UNINORM_U8_NORMALIZE 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_TRUNCATE 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_UNISTR_U8_MBTOUC 1 | | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | | #define GNULIB_UNISTR_U8_MBTOUCR 1 | | #define GNULIB_UNISTR_U8_UCTOMB 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_TEST_VFPRINTF_POSIX 1 | | #define GNULIB_TEST_VPRINTF_POSIX 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSPRINTF_POSIX 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 HAVE_RAW_DECL_WCSFTIME 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 HAVE_FORK 1 | | #define HAVE_EXECL 1 | | #define HAVE_ISINF 1 | | #define HAVE_ISNAN 1 | | #define HAVE_FINITE 1 | | #define HAVE_GETPID 1 | | #define HAVE_FEHOLDEXCEPT 1 | | /* end confdefs.h. */ | | /* Define fpsetmask to an innocuous variant, in case declares fpsetmask. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fpsetmask innocuous_fpsetmask | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fpsetmask (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fpsetmask | | | | /* 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 fpsetmask (); | | /* 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_fpsetmask || defined __stub___fpsetmask | | choke me | | #endif | | | | int | | main () | | { | | return fpsetmask (); | | ; | | return 0; | | } | configure:56274: result: no | configure:56274: checking for popen | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:56274: $? = 0 | configure:56274: result: yes | configure:56274: checking for round | configure:56274: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | conftest.c:717:6: warning: conflicting types for built-in function 'round' [enabled by default] | char round (); | ^ | configure:56274: $? = 0 | configure:56274: result: yes | configure:56284: checking whether ln -s works | configure:56288: result: yes | configure:56338: checking for iconv | configure:56362: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:56362: $? = 0 | configure:56396: result: yes | configure:56399: checking for working iconv | configure:56540: gcc -std=gnu99 -o conftest -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lreadline -lgslcblas -lz -lm >&5 | configure:56540: $? = 0 | configure:56540: ./conftest | configure:56540: $? = 0 | configure:56552: result: yes | configure:56580: checking for iconv declaration | configure:56609: gcc -std=gnu99 -c -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c >&5 | configure:56609: $? = 0 | configure:56620: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:56674: checking whether make supports nested variables | configure:56691: result: yes | configure:56812: checking that generated files are newer than configure | configure:56818: result: done | configure:57123: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU PSPP config.status 1.0.1, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on test3.sph.emory.edu | | config.status:3012: creating Makefile | config.status:3012: creating gl/Makefile | config.status:3012: creating po/Makefile | config.status:3012: creating tests/atlocal | config.status:3012: creating perl-module/lib/PSPP.pm | config.status:3012: creating config.h | config.status:3193: config.h is unchanged | config.status:3241: executing tests/atconfig commands | config.status:3241: executing depfiles commands | config.status:3241: executing libtool commands | config.status:3241: executing doc/dummy commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-unknown-linux-gnu | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_flexmember=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_env_CAIRO_CFLAGS_set= | ac_cv_env_CAIRO_CFLAGS_value= | ac_cv_env_CAIRO_LIBS_set= | ac_cv_env_CAIRO_LIBS_value= | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_GLADE_UI_CFLAGS_set= | ac_cv_env_GLADE_UI_CFLAGS_value= | ac_cv_env_GLADE_UI_LIBS_set= | ac_cv_env_GLADE_UI_LIBS_value= | ac_cv_env_GLIB_CFLAGS_set= | ac_cv_env_GLIB_CFLAGS_value= | ac_cv_env_GLIB_GENMARSHAL_set= | ac_cv_env_GLIB_GENMARSHAL_value= | ac_cv_env_GLIB_LIBS_set= | ac_cv_env_GLIB_LIBS_value= | ac_cv_env_GSL_CFLAGS_set= | ac_cv_env_GSL_CFLAGS_value= | ac_cv_env_GSL_LIBS_set= | ac_cv_env_GSL_LIBS_value= | ac_cv_env_GTHREAD_CFLAGS_set= | ac_cv_env_GTHREAD_CFLAGS_value= | ac_cv_env_GTHREAD_LIBS_set= | ac_cv_env_GTHREAD_LIBS_value= | ac_cv_env_GTKSOURCEVIEW_CFLAGS_set= | ac_cv_env_GTKSOURCEVIEW_CFLAGS_value= | ac_cv_env_GTKSOURCEVIEW_LIBS_set= | ac_cv_env_GTKSOURCEVIEW_LIBS_value= | ac_cv_env_GTK_CFLAGS_set= | ac_cv_env_GTK_CFLAGS_value= | ac_cv_env_GTK_LIBS_set= | ac_cv_env_GTK_LIBS_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_LIBXML2_CFLAGS_set= | ac_cv_env_LIBXML2_CFLAGS_value= | ac_cv_env_LIBXML2_LIBS_set= | ac_cv_env_LIBXML2_LIBS_value= | ac_cv_env_PG_CONFIG_set= | ac_cv_env_PG_CONFIG_value= | ac_cv_env_PKG_CONFIG_LIBDIR_set= | ac_cv_env_PKG_CONFIG_LIBDIR_value= | ac_cv_env_PKG_CONFIG_PATH_set= | ac_cv_env_PKG_CONFIG_PATH_value= | ac_cv_env_PKG_CONFIG_set= | ac_cv_env_PKG_CONFIG_value= | ac_cv_env_PSPPIRE_LDFLAGS_set= | ac_cv_env_PSPPIRE_LDFLAGS_value= | ac_cv_env_PSPP_LDFLAGS_set= | ac_cv_env_PSPP_LDFLAGS_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___fseterr=no | ac_cv_func___fsetlocking=yes | ac_cv_func___mktime_internal=no | ac_cv_func___setfpucw=no | ac_cv_func__set_invalid_parameter_handler=no | ac_cv_func_alloca_works=yes | ac_cv_func_btowc=yes | ac_cv_func_canonicalize_file_name=yes | ac_cv_func_dlopen=no | ac_cv_func_execl=yes | ac_cv_func_fcntl=yes | ac_cv_func_feholdexcept=yes | ac_cv_func_finite=yes | ac_cv_func_fork=yes | ac_cv_func_fpsetmask=no | ac_cv_func_getcwd=yes | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getegid=yes | ac_cv_func_geteuid=yes | ac_cv_func_getexecname=no | ac_cv_func_getgid=yes | ac_cv_func_getline=yes | ac_cv_func_getopt_long_only=yes | ac_cv_func_getpass=yes | ac_cv_func_getpid=yes | ac_cv_func_getprogname=no | ac_cv_func_gettimeofday=yes | ac_cv_func_getuid=yes | ac_cv_func_isblank=yes | ac_cv_func_isinf=yes | ac_cv_func_isnan=yes | ac_cv_func_iswblank=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=yes | ac_cv_func_link=yes | ac_cv_func_localtime_r=yes | ac_cv_func_lstat=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkstemp=yes | ac_cv_func_mmap=yes | ac_cv_func_mprotect=yes | ac_cv_func_nl_langinfo=yes | ac_cv_func_pipe2=yes | ac_cv_func_popen=yes | ac_cv_func_raise=yes | ac_cv_func_rawmemchr=yes | ac_cv_func_readlink=yes | ac_cv_func_readlinkat=yes | ac_cv_func_realpath=yes | ac_cv_func_round=yes | ac_cv_func_secure_getenv=yes | ac_cv_func_setenv=yes | ac_cv_func_shl_load=no | ac_cv_func_shutdown=yes | ac_cv_func_sigaction=yes | ac_cv_func_sigaltstack=yes | ac_cv_func_siginterrupt=yes | ac_cv_func_sigprocmask=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strcasestr=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_strsep=yes | ac_cv_func_strtod_l=yes | ac_cv_func_strtok_r=yes | ac_cv_func_symlink=yes | ac_cv_func_tcgetattr=yes | ac_cv_func_tcsetattr=yes | ac_cv_func_timegm=yes | ac_cv_func_towlower=yes | ac_cv_func_tsearch=yes | ac_cv_func_tzset=yes | ac_cv_func_unsetenv=yes | ac_cv_func_vasnprintf=no | ac_cv_func_vasprintf=yes | ac_cv_func_vsnprintf=yes | ac_cv_func_wcrtomb=yes | ac_cv_func_wcslen=yes | ac_cv_func_wcsnlen=yes | ac_cv_func_wcwidth=yes | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl_SIGWINCH=yes | ac_cv_have_decl__Exit=yes | ac_cv_have_decl___argv=no | ac_cv_have_decl__snprintf=no | ac_cv_have_decl_accept4=yes | ac_cv_have_decl_accept=yes | ac_cv_have_decl_acosf=yes | ac_cv_have_decl_acosl=yes | ac_cv_have_decl_alarm=yes | ac_cv_have_decl_asinf=yes | ac_cv_have_decl_asinl=yes | ac_cv_have_decl_atanf=yes | ac_cv_have_decl_atanl=yes | ac_cv_have_decl_atoll=yes | ac_cv_have_decl_bind=yes | ac_cv_have_decl_btowc=yes | ac_cv_have_decl_canonicalize_file_name=yes | ac_cv_have_decl_cbrt=yes | ac_cv_have_decl_cbrtf=yes | ac_cv_have_decl_cbrtl=yes | ac_cv_have_decl_ceilf=yes | ac_cv_have_decl_ceill=yes | ac_cv_have_decl_chdir=yes | ac_cv_have_decl_chown=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_connect=yes | ac_cv_have_decl_copysign=yes | ac_cv_have_decl_copysignf=yes | ac_cv_have_decl_copysignl=yes | ac_cv_have_decl_cosf=yes | ac_cv_have_decl_coshf=yes | ac_cv_have_decl_cosl=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_exp2=yes | ac_cv_have_decl_exp2f=yes | ac_cv_have_decl_exp2l=yes | ac_cv_have_decl_expf=yes | ac_cv_have_decl_expl=yes | ac_cv_have_decl_expm1=yes | ac_cv_have_decl_expm1f=yes | ac_cv_have_decl_expm1l=yes | ac_cv_have_decl_fabsf=yes | ac_cv_have_decl_fabsl=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_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_flockfile=yes | ac_cv_have_decl_floorf=yes | ac_cv_have_decl_floorl=yes | ac_cv_have_decl_fma=yes | ac_cv_have_decl_fmaf=yes | ac_cv_have_decl_fmal=yes | ac_cv_have_decl_fmod=yes | ac_cv_have_decl_fmodf=yes | ac_cv_have_decl_fmodl=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_frexpf=yes | ac_cv_have_decl_frexpl=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_funlockfile=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_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_getpass=yes | ac_cv_have_decl_getpeername=yes | ac_cv_have_decl_getsockname=yes | ac_cv_have_decl_getsockopt=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_hypotf=yes | ac_cv_have_decl_hypotl=yes | ac_cv_have_decl_ilogb=yes | ac_cv_have_decl_ilogbf=yes | ac_cv_have_decl_ilogbl=yes | ac_cv_have_decl_initstate=yes | ac_cv_have_decl_initstate_r=yes | ac_cv_have_decl_isatty=yes | ac_cv_have_decl_isfinite=yes | ac_cv_have_decl_isinf=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_ldexpf=yes | ac_cv_have_decl_ldexpl=yes | ac_cv_have_decl_link=yes | ac_cv_have_decl_linkat=yes | ac_cv_have_decl_listen=yes | ac_cv_have_decl_localtime_r=yes | ac_cv_have_decl_log10=yes | ac_cv_have_decl_log10f=yes | ac_cv_have_decl_log10l=yes | ac_cv_have_decl_log1p=yes | ac_cv_have_decl_log1pf=yes | ac_cv_have_decl_log1pl=yes | ac_cv_have_decl_log2=yes | ac_cv_have_decl_log2f=yes | ac_cv_have_decl_log2l=yes | ac_cv_have_decl_log=yes | ac_cv_have_decl_logb=yes | ac_cv_have_decl_logbf=yes | ac_cv_have_decl_logbl=yes | ac_cv_have_decl_logf=yes | ac_cv_have_decl_logl=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_modf=yes | ac_cv_have_decl_modff=yes | ac_cv_have_decl_modfl=yes | ac_cv_have_decl_nl_langinfo=yes | ac_cv_have_decl_openat=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_powf=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_pselect=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_qsort_r=yes | ac_cv_have_decl_random=yes | ac_cv_have_decl_random_r=yes | ac_cv_have_decl_rawmemchr=yes | ac_cv_have_decl_readlink=yes | ac_cv_have_decl_readlinkat=yes | ac_cv_have_decl_realpath=yes | ac_cv_have_decl_recv=yes | ac_cv_have_decl_recvfrom=yes | ac_cv_have_decl_remainder=yes | ac_cv_have_decl_remainderf=yes | ac_cv_have_decl_remainderl=yes | ac_cv_have_decl_renameat=yes | ac_cv_have_decl_rint=yes | ac_cv_have_decl_rintf=yes | ac_cv_have_decl_rintl=yes | ac_cv_have_decl_rmdir=yes | ac_cv_have_decl_round=yes | ac_cv_have_decl_roundf=yes | ac_cv_have_decl_roundl=yes | ac_cv_have_decl_rpmatch=yes | ac_cv_have_decl_secure_getenv=yes | ac_cv_have_decl_select=yes | ac_cv_have_decl_send=yes | ac_cv_have_decl_sendto=yes | ac_cv_have_decl_setenv=yes | ac_cv_have_decl_sethostname=yes | ac_cv_have_decl_setlocale=yes | ac_cv_have_decl_setsockopt=yes | ac_cv_have_decl_setstate=yes | ac_cv_have_decl_setstate_r=yes | ac_cv_have_decl_setusershell=yes | ac_cv_have_decl_shutdown=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_sinf=yes | ac_cv_have_decl_sinhf=yes | ac_cv_have_decl_sinl=yes | ac_cv_have_decl_sleep=yes | ac_cv_have_decl_snprintf=yes | ac_cv_have_decl_socket=yes | ac_cv_have_decl_sqrtf=yes | ac_cv_have_decl_sqrtl=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_strtok_r=yes | ac_cv_have_decl_strtoll=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_strverscmp=yes | ac_cv_have_decl_symlink=yes | ac_cv_have_decl_symlinkat=yes | ac_cv_have_decl_tanf=yes | ac_cv_have_decl_tanhf=yes | ac_cv_have_decl_tanl=yes | ac_cv_have_decl_tcgetsid=yes | ac_cv_have_decl_tmpfile=yes | ac_cv_have_decl_towctrans=yes | ac_cv_have_decl_trunc=yes | ac_cv_have_decl_truncate=yes | ac_cv_have_decl_truncf=yes | ac_cv_have_decl_truncl=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_wcsftime=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_byteswap_h=yes | ac_cv_header_crtdefs_h=no | ac_cv_header_dlfcn_h=yes | ac_cv_header_features_h=yes | ac_cv_header_fenv_h=yes | ac_cv_header_fpu_control_h=yes | ac_cv_header_getopt_h=yes | ac_cv_header_ieeefp_h=no | ac_cv_header_inttypes_h=yes | ac_cv_header_langinfo_h=yes | ac_cv_header_limits_h=yes | ac_cv_header_malloc_h=yes | ac_cv_header_math_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_pthread_h=yes | ac_cv_header_pwd_h=yes | ac_cv_header_search_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_cdefs_h=yes | ac_cv_header_sys_mman_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_select_h=yes | ac_cv_header_sys_socket_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_uio_h=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_termios_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_header_xlocale_h=yes | ac_cv_header_zlib_h=yes | ac_cv_host=x86_64-unknown-linux-gnu | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_error_at_line=yes | ac_cv_member_struct_sigaction_sa_sigaction=yes | ac_cv_member_struct_sockaddr_storage_ss_family=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_EGREP='/usr/bin/grep -E' | ac_cv_path_FGREP='/usr/bin/grep -F' | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_PERL=/usr/bin/perl | ac_cv_path_SED=/usr/bin/sed | ac_cv_path_XMLLINT=/usr/bin/xmllint | ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/usr/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_GLIB_COMPILE_RESOURCES=glib-compile-resources | ac_cv_prog_GLIB_GENMARSHAL=glib-genmarshal | ac_cv_prog_MSGFMT=msgfmt | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_DLLTOOL=dlltool | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_c89= | ac_cv_prog_cc_c99=-std=gnu99 | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc=-std=gnu99 | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_cblas_dsdot=-lgslcblas | ac_cv_search_gzopen=-lz | ac_cv_search_rl_echo_signal_char=-lreadline | ac_cv_search_rl_outstream='none required' | ac_cv_search_sin=-lm | 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_tiocgwinsz_in_sys_ioctl_h=yes | ac_cv_sys_tiocgwinsz_in_termios_h=no | ac_cv_type__Bool=yes | ac_cv_type_long_long_int=yes | ac_cv_type_max_align_t=no | ac_cv_type_mbstate_t=yes | ac_cv_type_mode_t=yes | ac_cv_type_nlink_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_pthread_rwlock_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_sa_family_t=yes | ac_cv_type_sig_atomic_t=yes | ac_cv_type_sighandler_t=yes | ac_cv_type_sigset_t=yes | ac_cv_type_size_t=yes | ac_cv_type_socklen_t=yes | ac_cv_type_struct_sockaddr_storage=yes | ac_cv_type_timezone_t=no | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_type_volatile_sig_atomic_t=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_libdirstems=lib64,lib64 | acl_cv_libext=a | acl_cv_libname_spec='lib$name' | acl_cv_libpath=LD_LIBRARY_PATH | acl_cv_library_names_spec='$libname$shrext' | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_shlibpath_var=LD_LIBRARY_PATH | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_func_working_getline=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_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | gl_cv_C_locale_sans_EILSEQ=no | gl_cv___builtin_expect=yes | gl_cv_c_amsterdam_compiler=no | gl_cv_c_inline_effective=yes | gl_cv_c_multiarch=no | gl_cv_cc_double_expbit0='word 1 bit 20' | gl_cv_cc_float_expbit0='word 0 bit 23' | gl_cv_decl_null_works=yes | gl_cv_decl_readlink_works=yes | gl_cv_double_slash_root=no | gl_cv_func_btowc_eof=yes | gl_cv_func_btowc_nul=yes | gl_cv_func_c99_strtold=yes | gl_cv_func_dup2_works=yes | gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' | gl_cv_func_fcntl_f_dupfd_works=yes | gl_cv_func_floor_libm= | gl_cv_func_fprintf_posix=yes | gl_cv_func_frexp_no_libm=yes | gl_cv_func_frexp_works=yes | gl_cv_func_frexpl_no_libm=yes | gl_cv_func_frexpl_works=yes | gl_cv_func_fseeko=yes | gl_cv_func_ftello=yes | gl_cv_func_ftello_works=yes | gl_cv_func_getdtablesize_works=yes | 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_isfinitel_works=yes | gl_cv_func_isinfl_works=yes | gl_cv_func_isnand_no_libm=yes | gl_cv_func_isnanf_no_libm=yes | gl_cv_func_isnanf_works=yes | gl_cv_func_isnanl_no_libm=yes | gl_cv_func_isnanl_works=yes | gl_cv_func_iswcntrl_works=yes | gl_cv_func_itold_works=yes | gl_cv_func_ldexp_no_libm=yes | gl_cv_func_ldexpl_no_libm=yes | gl_cv_func_ldexpl_works=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_empty_input=no | 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_memchr_works=yes | gl_cv_func_nl_langinfo_yesexpr_works=yes | gl_cv_func_open_slash=yes | gl_cv_func_printf_attribute_flavor=system | gl_cv_func_printf_directive_a=yes | gl_cv_func_printf_directive_f=yes | gl_cv_func_printf_directive_ls=yes | gl_cv_func_printf_directive_n=yes | gl_cv_func_printf_enomem=yes | gl_cv_func_printf_flag_grouping=yes | gl_cv_func_printf_flag_leftadjust=yes | gl_cv_func_printf_flag_zero=yes | gl_cv_func_printf_infinite=yes | gl_cv_func_printf_infinite_long_double=yes | gl_cv_func_printf_long_double=yes | gl_cv_func_printf_positions=yes | gl_cv_func_printf_precision=yes | gl_cv_func_printf_sizes_c99=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_round_works=yes | gl_cv_func_select_detects_ebadf=yes | gl_cv_func_select_supports0=yes | gl_cv_func_setenv_works=yes | gl_cv_func_signbit=yes | gl_cv_func_signbit_gcc=yes | gl_cv_func_sigprocmask=1 | gl_cv_func_snprintf_directive_n=yes | gl_cv_func_snprintf_posix=yes | gl_cv_func_snprintf_retval_c99=yes | gl_cv_func_snprintf_size1=yes | gl_cv_func_snprintf_truncation_c99=yes | gl_cv_func_snprintf_usable=yes | gl_cv_func_sprintf_posix=yes | gl_cv_func_stat_file_slash=yes | gl_cv_func_strcasestr_linear=no | gl_cv_func_strcasestr_works_always=yes | gl_cv_func_strerror_0_works=yes | gl_cv_func_strncat_works=yes | gl_cv_func_strndup_works=yes | gl_cv_func_strtod_works=yes | gl_cv_func_strtok_r_works=yes | gl_cv_func_tzset_clobber=no | gl_cv_func_unsetenv_works=yes | gl_cv_func_va_copy=yes | gl_cv_func_vasprintf_posix=yes | gl_cv_func_vfprintf_posix=yes | gl_cv_func_vsnprintf_posix=yes | gl_cv_func_vsnprintf_usable=yes | gl_cv_func_vsnprintf_zerosize_c99=yes | gl_cv_func_vsprintf_posix=yes | gl_cv_func_wcrtomb_retval=yes | gl_cv_func_wcwidth_works=yes | gl_cv_func_working_getdelim=yes | gl_cv_func_working_mkstemp=yes | gl_cv_func_working_mktime=yes | gl_cv_func_working_strerror=yes | gl_cv_have_include_next=yes | gl_cv_have_raw_decl__Exit=yes | gl_cv_have_raw_decl_accept4=yes | gl_cv_have_raw_decl_accept=yes | gl_cv_have_raw_decl_acosf=yes | gl_cv_have_raw_decl_acosl=yes | gl_cv_have_raw_decl_asinf=yes | gl_cv_have_raw_decl_asinl=yes | gl_cv_have_raw_decl_atanf=yes | gl_cv_have_raw_decl_atanl=yes | gl_cv_have_raw_decl_atoll=yes | gl_cv_have_raw_decl_bind=yes | gl_cv_have_raw_decl_btowc=yes | gl_cv_have_raw_decl_canonicalize_file_name=yes | gl_cv_have_raw_decl_cbrt=yes | gl_cv_have_raw_decl_cbrtf=yes | gl_cv_have_raw_decl_cbrtl=yes | gl_cv_have_raw_decl_ceilf=yes | gl_cv_have_raw_decl_ceill=yes | gl_cv_have_raw_decl_chdir=yes | gl_cv_have_raw_decl_chown=yes | gl_cv_have_raw_decl_connect=yes | gl_cv_have_raw_decl_copysign=yes | gl_cv_have_raw_decl_copysignf=yes | gl_cv_have_raw_decl_copysignl=yes | gl_cv_have_raw_decl_cosf=yes | gl_cv_have_raw_decl_coshf=yes | gl_cv_have_raw_decl_cosl=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_exp2=yes | gl_cv_have_raw_decl_exp2f=yes | gl_cv_have_raw_decl_exp2l=yes | gl_cv_have_raw_decl_expf=yes | gl_cv_have_raw_decl_expl=yes | gl_cv_have_raw_decl_expm1=yes | gl_cv_have_raw_decl_expm1f=yes | gl_cv_have_raw_decl_expm1l=yes | gl_cv_have_raw_decl_fabsf=yes | gl_cv_have_raw_decl_fabsl=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_ffs=yes | gl_cv_have_raw_decl_ffsl=yes | gl_cv_have_raw_decl_ffsll=yes | gl_cv_have_raw_decl_floorf=yes | gl_cv_have_raw_decl_floorl=yes | gl_cv_have_raw_decl_fma=yes | gl_cv_have_raw_decl_fmaf=yes | gl_cv_have_raw_decl_fmal=yes | gl_cv_have_raw_decl_fmod=yes | gl_cv_have_raw_decl_fmodf=yes | gl_cv_have_raw_decl_fmodl=yes | gl_cv_have_raw_decl_fpurge=no | gl_cv_have_raw_decl_frexpf=yes | gl_cv_have_raw_decl_frexpl=yes | 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_getpeername=yes | gl_cv_have_raw_decl_gets=no | gl_cv_have_raw_decl_getsockname=yes | gl_cv_have_raw_decl_getsockopt=yes | gl_cv_have_raw_decl_getsubopt=yes | gl_cv_have_raw_decl_gettimeofday=yes | gl_cv_have_raw_decl_getusershell=yes | gl_cv_have_raw_decl_grantpt=yes | gl_cv_have_raw_decl_group_member=yes | gl_cv_have_raw_decl_hypotf=yes | gl_cv_have_raw_decl_hypotl=yes | gl_cv_have_raw_decl_ilogb=yes | gl_cv_have_raw_decl_ilogbf=yes | gl_cv_have_raw_decl_ilogbl=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_ldexpf=yes | gl_cv_have_raw_decl_ldexpl=yes | gl_cv_have_raw_decl_link=yes | gl_cv_have_raw_decl_linkat=yes | gl_cv_have_raw_decl_listen=yes | gl_cv_have_raw_decl_log10=yes | gl_cv_have_raw_decl_log10f=yes | gl_cv_have_raw_decl_log10l=yes | gl_cv_have_raw_decl_log1p=yes | gl_cv_have_raw_decl_log1pf=yes | gl_cv_have_raw_decl_log1pl=yes | gl_cv_have_raw_decl_log2=yes | gl_cv_have_raw_decl_log2f=yes | gl_cv_have_raw_decl_log2l=yes | gl_cv_have_raw_decl_log=yes | gl_cv_have_raw_decl_logb=yes | gl_cv_have_raw_decl_logbf=yes | gl_cv_have_raw_decl_logbl=yes | gl_cv_have_raw_decl_logf=yes | gl_cv_have_raw_decl_logl=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_modf=yes | gl_cv_have_raw_decl_modff=yes | gl_cv_have_raw_decl_modfl=yes | gl_cv_have_raw_decl_nl_langinfo=yes | gl_cv_have_raw_decl_openat=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_powf=yes | gl_cv_have_raw_decl_pread=yes | gl_cv_have_raw_decl_pselect=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_qsort_r=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_readlink=yes | gl_cv_have_raw_decl_readlinkat=yes | gl_cv_have_raw_decl_realpath=yes | gl_cv_have_raw_decl_recv=yes | gl_cv_have_raw_decl_recvfrom=yes | gl_cv_have_raw_decl_remainder=yes | gl_cv_have_raw_decl_remainderf=yes | gl_cv_have_raw_decl_remainderl=yes | gl_cv_have_raw_decl_renameat=yes | gl_cv_have_raw_decl_rint=yes | gl_cv_have_raw_decl_rintf=yes | gl_cv_have_raw_decl_rintl=yes | gl_cv_have_raw_decl_rmdir=yes | gl_cv_have_raw_decl_round=yes | gl_cv_have_raw_decl_roundf=yes | gl_cv_have_raw_decl_roundl=yes | gl_cv_have_raw_decl_rpmatch=yes | gl_cv_have_raw_decl_secure_getenv=yes | gl_cv_have_raw_decl_select=yes | gl_cv_have_raw_decl_send=yes | gl_cv_have_raw_decl_sendto=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_setsockopt=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_shutdown=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_sinf=yes | gl_cv_have_raw_decl_sinhf=yes | gl_cv_have_raw_decl_sinl=yes | gl_cv_have_raw_decl_sleep=yes | gl_cv_have_raw_decl_snprintf=yes | gl_cv_have_raw_decl_socket=yes | gl_cv_have_raw_decl_sqrtf=yes | gl_cv_have_raw_decl_sqrtl=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_strtok_r=yes | gl_cv_have_raw_decl_strtoll=yes | gl_cv_have_raw_decl_strtoull=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_tanf=yes | gl_cv_have_raw_decl_tanhf=yes | gl_cv_have_raw_decl_tanl=yes | gl_cv_have_raw_decl_tcgetsid=yes | gl_cv_have_raw_decl_tmpfile=yes | gl_cv_have_raw_decl_towctrans=yes | gl_cv_have_raw_decl_trunc=yes | gl_cv_have_raw_decl_truncate=yes | gl_cv_have_raw_decl_truncf=yes | gl_cv_have_raw_decl_truncl=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_wcsftime=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_have_weak=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_limits_width=no | 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_math_huge_val_works=yes | gl_cv_header_math_nan_works=yes | gl_cv_header_stdint_h=yes | gl_cv_header_stdint_predates_cxx11_h=no | gl_cv_header_stdint_width=no | gl_cv_header_sys_select_h_selfcontained=yes | gl_cv_header_sys_socket_h_selfcontained=yes | gl_cv_header_sys_socket_h_shut=yes | gl_cv_header_wchar_h_correct_inline=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_stdalign_h=yes | gl_cv_header_working_stdint_h=yes | gl_cv_lib_readline=yes | gl_cv_lib_socket='none needed' | gl_cv_long_double_equals_double=no | gl_cv_minmax_in_limits_h=no | gl_cv_minmax_in_sys_param_h=yes | gl_cv_next_fcntl_h='' | gl_cv_next_getopt_h='' | gl_cv_next_gtk_gtk_h='' | gl_cv_next_langinfo_h='' | gl_cv_next_limits_h='' | gl_cv_next_locale_h='' | gl_cv_next_math_h='' | gl_cv_next_signal_h='' | gl_cv_next_stddef_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_select_h='' | gl_cv_next_sys_socket_h='' | gl_cv_next_sys_stat_h='' | gl_cv_next_sys_time_h='' | gl_cv_next_sys_types_h='' | gl_cv_next_sys_uio_h='' | gl_cv_next_termios_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_prog_as_underscore=no | gl_cv_promoted_mode_t=mode_t | gl_cv_pthread_rwlock_rdlock_prefer_writer=no | gl_cv_rpl_alloca=yes | gl_cv_size_max=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_time_r_posix=yes | gl_cv_time_t_is_signed=yes | gl_cv_type_sigset_t=yes | gl_cv_type_wctrans_t=yes | gl_cv_type_wctype_t=yes | gl_cv_type_wint_t_too_small=no | 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_gnugettext2_libc=yes | gt_cv_func_unsetenv_ret=int | gt_cv_locale_fr=fr_FR | gt_cv_locale_fr_utf8=fr_FR.UTF-8 | gt_cv_locale_ja=ja_JP | gt_cv_locale_zh_CN=zh_CN.GB18030 | gt_cv_ssize_t=yes | gt_cv_var_environ_declaration=yes | lt_cv_ar_at_file=@ | lt_cv_archive_cmds_need_lc=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=yes | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_reload_flag=-r | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/usr/bin/ld | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_mainfest_tool=no | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_pic='-fPIC -DPIC' | lt_cv_prog_compiler_pic_works=yes | lt_cv_prog_compiler_rtti_exceptions=no | lt_cv_prog_compiler_static_works=no | lt_cv_prog_gnu_ld=yes | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_shlibpath_overrides_runpath=no | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | lt_cv_sys_max_cmd_len=1572864 | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz ' | pkg_cv_CAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 ' | pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' | pkg_cv_GLIB_LIBS='-lglib-2.0 ' | pkg_cv_GSL_CFLAGS=' ' | pkg_cv_GSL_LIBS='-lgsl -lgslcblas -lm ' | pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' | pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 ' | pkg_cv_GTKSOURCEVIEW_CFLAGS='-pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm ' | pkg_cv_GTKSOURCEVIEW_LIBS='-lgtksourceview-3.0 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 ' | pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm ' | pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 ' | pkg_cv_LIBXML2_CFLAGS='-I/usr/include/libxml2 ' | pkg_cv_LIBXML2_LIBS='-lxml2 ' | pspp_cv__fgnu89_inline=yes | pspp_cv_dot=no | pspp_cv_gsl_needs_fgnu89_inline=no | pspp_cv_have_clicksequence=no | pspp_cv_have_libpq=no | pspp_cv_lc_paper=yes | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /usr/local/src/pspp/pspp-1.0.1/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_MAKEINFOFLAGS=' -DMISSING_CLICKSEQUENCE' | AM_V='$(V)' | APPLE_UNIVERSAL_BUILD='0' | AR='ar' | ARFLAGS='cr' | AS='as' | ASM_SYMBOL_PREFIX='""' | AUTOCONF='${SHELL} /usr/local/src/pspp/pspp-1.0.1/build-aux/missing autoconf' | AUTOHEADER='${SHELL} /usr/local/src/pspp/pspp-1.0.1/build-aux/missing autoheader' | AUTOMAKE='${SHELL} /usr/local/src/pspp/pspp-1.0.1/build-aux/missing automake-1.15' | AWK='gawk' | BITSIZEOF_PTRDIFF_T='' | BITSIZEOF_SIG_ATOMIC_T='' | BITSIZEOF_SIZE_T='' | BITSIZEOF_WCHAR_T='' | BITSIZEOF_WINT_T='' | BYTESWAP_H='' | CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz ' | CAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 ' | CC='gcc -std=gnu99' | CCDEPMODE='depmode=gcc3' | CC_FOR_BUILD='$(CC)' | CFLAGS='-g -O2' | CPP='gcc -E' | CPPFLAGS=' -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz ' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='dlltool' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/usr/bin/grep -E' | EMULTIHOP_HIDDEN='' | EMULTIHOP_VALUE='' | ENOLINK_HIDDEN='' | ENOLINK_VALUE='' | EOVERFLOW_HIDDEN='' | EOVERFLOW_VALUE='' | ERRNO_H='' | EXEEXT='' | EXEEXT_FOR_BUILD='$(EXEEXT)' | FGREP='/usr/bin/grep -F' | FLOAT_H='' | FLOOR_LIBM='' | GETOPT_CDEFS_H='' | GETOPT_H='' | GLADE_UI_CFLAGS='' | GLADE_UI_LIBS='' | GLIBC21='yes' | GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' | GLIB_COMPILE_RESOURCES='glib-compile-resources' | GLIB_GENMARSHAL='glib-genmarshal' | GLIB_LIBS='-lglib-2.0 ' | GL_COND_LIBTOOL_FALSE='#' | GL_COND_LIBTOOL_TRUE='' | GL_GENERATE_ALLOCA_H_FALSE='#' | GL_GENERATE_ALLOCA_H_TRUE='' | GL_GENERATE_BYTESWAP_H_FALSE='' | GL_GENERATE_BYTESWAP_H_TRUE='#' | GL_GENERATE_ERRNO_H_FALSE='' | GL_GENERATE_ERRNO_H_TRUE='#' | GL_GENERATE_FLOAT_H_FALSE='' | GL_GENERATE_FLOAT_H_TRUE='#' | GL_GENERATE_LIMITS_H_FALSE='#' | GL_GENERATE_LIMITS_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='' | GNM_READ_SUPPORT='yes' | GNULIB_ACCEPT4='0' | GNULIB_ACCEPT='0' | GNULIB_ACOSF='0' | GNULIB_ACOSL='0' | GNULIB_ASINF='0' | GNULIB_ASINL='0' | GNULIB_ATAN2F='0' | GNULIB_ATANF='0' | GNULIB_ATANL='0' | GNULIB_ATOLL='0' | GNULIB_BIND='0' | GNULIB_BTOWC='1' | GNULIB_CALLOC_POSIX='0' | GNULIB_CANONICALIZE_FILE_NAME='1' | GNULIB_CBRT='0' | GNULIB_CBRTF='0' | GNULIB_CBRTL='0' | GNULIB_CEIL='0' | GNULIB_CEILF='0' | GNULIB_CEILL='0' | GNULIB_CHDIR='1' | GNULIB_CHOWN='0' | GNULIB_CLOSE='1' | GNULIB_CONNECT='0' | GNULIB_COPYSIGN='0' | GNULIB_COPYSIGNF='0' | GNULIB_COPYSIGNL='0' | GNULIB_COSF='0' | GNULIB_COSHF='0' | GNULIB_COSL='0' | GNULIB_CTIME='0' | GNULIB_DPRINTF='0' | GNULIB_DUP2='1' | GNULIB_DUP3='0' | GNULIB_DUP='0' | GNULIB_DUPLOCALE='0' | GNULIB_ENVIRON='1' | GNULIB_EUIDACCESS='0' | GNULIB_EXP2='0' | GNULIB_EXP2F='0' | GNULIB_EXP2L='0' | GNULIB_EXPF='0' | GNULIB_EXPL='0' | GNULIB_EXPM1='0' | GNULIB_EXPM1F='0' | GNULIB_EXPM1L='0' | GNULIB_FABSF='0' | GNULIB_FABSL='0' | GNULIB_FACCESSAT='0' | GNULIB_FCHDIR='0' | GNULIB_FCHMODAT='0' | GNULIB_FCHOWNAT='0' | GNULIB_FCLOSE='0' | GNULIB_FCNTL='1' | GNULIB_FDATASYNC='0' | GNULIB_FDOPEN='0' | GNULIB_FFLUSH='0' | GNULIB_FFS='0' | GNULIB_FFSL='0' | GNULIB_FFSLL='0' | GNULIB_FGETC='1' | GNULIB_FGETS='1' | GNULIB_FLOOR='1' | GNULIB_FLOORF='0' | GNULIB_FLOORL='0' | GNULIB_FMA='0' | GNULIB_FMAF='0' | GNULIB_FMAL='0' | GNULIB_FMOD='0' | GNULIB_FMODF='0' | GNULIB_FMODL='0' | GNULIB_FOPEN='0' | GNULIB_FPRINTF='1' | GNULIB_FPRINTF_POSIX='1' | GNULIB_FPURGE='0' | GNULIB_FPUTC='1' | GNULIB_FPUTS='1' | GNULIB_FREAD='1' | GNULIB_FREOPEN='0' | GNULIB_FREXP='1' | GNULIB_FREXPF='0' | GNULIB_FREXPL='1' | GNULIB_FSCANF='1' | GNULIB_FSEEK='1' | GNULIB_FSEEKO='1' | GNULIB_FSTAT='1' | GNULIB_FSTATAT='0' | GNULIB_FSYNC='0' | GNULIB_FTELL='1' | GNULIB_FTELLO='1' | GNULIB_FTRUNCATE='0' | GNULIB_FUTIMENS='0' | GNULIB_FWRITE='1' | GNULIB_GETC='1' | GNULIB_GETCHAR='1' | GNULIB_GETCWD='0' | GNULIB_GETDELIM='1' | GNULIB_GETDOMAINNAME='0' | GNULIB_GETDTABLESIZE='1' | GNULIB_GETGROUPS='0' | GNULIB_GETHOSTNAME='0' | GNULIB_GETLINE='1' | GNULIB_GETLOADAVG='0' | GNULIB_GETLOGIN='0' | GNULIB_GETLOGIN_R='0' | GNULIB_GETPAGESIZE='0' | GNULIB_GETPEERNAME='0' | GNULIB_GETSOCKNAME='0' | GNULIB_GETSOCKOPT='0' | GNULIB_GETSUBOPT='0' | GNULIB_GETTIMEOFDAY='1' | GNULIB_GETUSERSHELL='0' | GNULIB_GL_UNISTD_H_GETOPT='' | GNULIB_GRANTPT='0' | GNULIB_GROUP_MEMBER='0' | GNULIB_HYPOT='0' | GNULIB_HYPOTF='0' | GNULIB_HYPOTL='0' | GNULIB_ILOGB='0' | GNULIB_ILOGBF='0' | GNULIB_ILOGBL='0' | GNULIB_ISATTY='0' | GNULIB_ISFINITE='1' | GNULIB_ISINF='1' | GNULIB_ISNAN='1' | GNULIB_ISNAND='1' | GNULIB_ISNANF='1' | GNULIB_ISNANL='1' | GNULIB_ISWBLANK='1' | GNULIB_ISWCTYPE='0' | GNULIB_LCHMOD='0' | GNULIB_LCHOWN='0' | GNULIB_LDEXPF='0' | GNULIB_LDEXPL='0' | GNULIB_LINK='0' | GNULIB_LINKAT='0' | GNULIB_LISTEN='0' | GNULIB_LOCALECONV='1' | GNULIB_LOCALTIME='0' | GNULIB_LOG10='0' | GNULIB_LOG10F='0' | GNULIB_LOG10L='0' | GNULIB_LOG1P='0' | GNULIB_LOG1PF='0' | GNULIB_LOG1PL='0' | GNULIB_LOG2='0' | GNULIB_LOG2F='0' | GNULIB_LOG2L='0' | GNULIB_LOG='0' | GNULIB_LOGB='0' | GNULIB_LOGBF='0' | GNULIB_LOGBL='0' | GNULIB_LOGF='0' | GNULIB_LOGL='0' | GNULIB_LSEEK='1' | GNULIB_LSTAT='1' | GNULIB_MALLOC_POSIX='1' | GNULIB_MBRLEN='0' | GNULIB_MBRTOWC='1' | GNULIB_MBSCASECMP='0' | 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='0' | 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='0' | GNULIB_MKDTEMP='1' | GNULIB_MKFIFO='0' | GNULIB_MKFIFOAT='0' | GNULIB_MKNOD='0' | GNULIB_MKNODAT='0' | GNULIB_MKOSTEMP='0' | GNULIB_MKOSTEMPS='0' | GNULIB_MKSTEMP='1' | GNULIB_MKSTEMPS='0' | GNULIB_MKTIME='1' | GNULIB_MODF='0' | GNULIB_MODFF='0' | GNULIB_MODFL='0' | GNULIB_NANOSLEEP='0' | GNULIB_NL_LANGINFO='1' | GNULIB_NONBLOCKING='0' | GNULIB_OBSTACK_PRINTF='0' | GNULIB_OBSTACK_PRINTF_POSIX='0' | GNULIB_OPEN='1' | GNULIB_OPENAT='0' | GNULIB_OVERRIDES_STRUCT_STAT='0' | GNULIB_OVERRIDES_WINT_T='0' | GNULIB_PCLOSE='0' | GNULIB_PERROR='0' | GNULIB_PIPE2='1' | GNULIB_PIPE='0' | GNULIB_POPEN='0' | GNULIB_POSIX_OPENPT='0' | GNULIB_POWF='0' | GNULIB_PREAD='0' | GNULIB_PRINTF='1' | GNULIB_PRINTF_POSIX='1' | GNULIB_PSELECT='0' | GNULIB_PTHREAD_SIGMASK='0' | GNULIB_PTSNAME='0' | GNULIB_PTSNAME_R='0' | GNULIB_PUTC='1' | GNULIB_PUTCHAR='1' | GNULIB_PUTENV='0' | GNULIB_PUTS='1' | GNULIB_PWRITE='0' | GNULIB_QSORT_R='0' | GNULIB_RAISE='1' | GNULIB_RANDOM='0' | GNULIB_RANDOM_R='0' | GNULIB_RAWMEMCHR='1' | GNULIB_READ='1' | GNULIB_READLINK='1' | GNULIB_READLINKAT='0' | GNULIB_REALLOC_POSIX='1' | GNULIB_REALPATH='1' | GNULIB_RECV='0' | GNULIB_RECVFROM='0' | GNULIB_REMAINDER='0' | GNULIB_REMAINDERF='0' | GNULIB_REMAINDERL='0' | GNULIB_REMOVE='0' | GNULIB_RENAME='1' | GNULIB_RENAMEAT='0' | GNULIB_RINT='0' | GNULIB_RINTF='0' | GNULIB_RINTL='0' | GNULIB_RMDIR='1' | GNULIB_ROUND='1' | GNULIB_ROUNDF='0' | GNULIB_ROUNDL='0' | GNULIB_RPMATCH='0' | GNULIB_SCANF='1' | GNULIB_SECURE_GETENV='1' | GNULIB_SELECT='1' | GNULIB_SEND='0' | GNULIB_SENDTO='0' | GNULIB_SETENV='1' | GNULIB_SETHOSTNAME='0' | GNULIB_SETLOCALE='0' | GNULIB_SETSOCKOPT='0' | GNULIB_SHUTDOWN='0' | GNULIB_SIGACTION='1' | GNULIB_SIGNAL_H_SIGPIPE='0' | GNULIB_SIGNBIT='1' | GNULIB_SIGPROCMASK='1' | GNULIB_SINF='0' | GNULIB_SINHF='0' | GNULIB_SINL='0' | GNULIB_SLEEP='0' | GNULIB_SNPRINTF='1' | GNULIB_SOCKET='0' | GNULIB_SPRINTF_POSIX='1' | GNULIB_SQRTF='0' | GNULIB_SQRTL='0' | GNULIB_STAT='1' | GNULIB_STDIO_H_NONBLOCKING='0' | GNULIB_STDIO_H_SIGPIPE='0' | GNULIB_STPCPY='1' | GNULIB_STPNCPY='0' | GNULIB_STRCASESTR='1' | GNULIB_STRCHRNUL='0' | GNULIB_STRDUP='1' | GNULIB_STRERROR='1' | GNULIB_STRERROR_R='0' | GNULIB_STRFTIME='0' | GNULIB_STRNCAT='1' | GNULIB_STRNDUP='1' | GNULIB_STRNLEN='1' | GNULIB_STRPBRK='0' | GNULIB_STRPTIME='0' | GNULIB_STRSEP='1' | GNULIB_STRSIGNAL='0' | GNULIB_STRSTR='0' | GNULIB_STRTOD='1' | GNULIB_STRTOK_R='1' | GNULIB_STRTOLL='0' | GNULIB_STRTOULL='0' | GNULIB_STRVERSCMP='0' | GNULIB_SYMLINK='0' | GNULIB_SYMLINKAT='0' | GNULIB_SYSTEM_POSIX='0' | GNULIB_TANF='0' | GNULIB_TANHF='0' | GNULIB_TANL='0' | GNULIB_TCGETSID='0' | GNULIB_TIMEGM='1' | GNULIB_TIME_R='1' | GNULIB_TIME_RZ='1' | GNULIB_TMPFILE='0' | GNULIB_TOWCTRANS='0' | GNULIB_TRUNC='1' | GNULIB_TRUNCATE='0' | GNULIB_TRUNCF='0' | GNULIB_TRUNCL='0' | GNULIB_TTYNAME_R='0' | GNULIB_TZSET='1' | GNULIB_UNISTD_H_NONBLOCKING='0' | GNULIB_UNISTD_H_SIGPIPE='0' | GNULIB_UNLINK='0' | GNULIB_UNLINKAT='0' | GNULIB_UNLOCKPT='0' | GNULIB_UNSETENV='1' | GNULIB_USLEEP='0' | GNULIB_UTIMENSAT='0' | GNULIB_VASPRINTF='1' | GNULIB_VDPRINTF='0' | GNULIB_VFPRINTF='1' | GNULIB_VFPRINTF_POSIX='1' | GNULIB_VFSCANF='0' | GNULIB_VPRINTF='1' | GNULIB_VPRINTF_POSIX='1' | GNULIB_VSCANF='0' | GNULIB_VSNPRINTF='1' | GNULIB_VSPRINTF_POSIX='1' | 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_WCSFTIME='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='/usr/bin/grep' | GSL_CFLAGS=' ' | GSL_LIBS='-lgsl -lgslcblas -lm ' | GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' | GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 ' | GTKSOURCEVIEW_CFLAGS='-pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm ' | GTKSOURCEVIEW_LIBS='-lgtksourceview-3.0 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 ' | GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm ' | GTK_LIBS='-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 ' | HAVE_ACCEPT4='1' | HAVE_ACOSF='1' | HAVE_ACOSL='1' | HAVE_ASINF='1' | HAVE_ASINL='1' | HAVE_ATAN2F='1' | HAVE_ATANF='1' | HAVE_ATANL='1' | HAVE_ATOLL='1' | HAVE_BTOWC='1' | HAVE_C99_STDINT_H='1' | HAVE_CAIRO_FALSE='#' | HAVE_CAIRO_TRUE='' | HAVE_CANONICALIZE_FILE_NAME='1' | HAVE_CBRT='1' | HAVE_CBRTF='1' | HAVE_CBRTL='1' | HAVE_CHOWN='1' | HAVE_COPYSIGN='1' | HAVE_COPYSIGNL='1' | HAVE_COSF='1' | HAVE_COSHF='1' | HAVE_COSL='1' | HAVE_CRTDEFS_H='0' | HAVE_DECL_ACOSL='1' | HAVE_DECL_ASINL='1' | HAVE_DECL_ATANL='1' | HAVE_DECL_CBRTF='1' | HAVE_DECL_CBRTL='1' | HAVE_DECL_CEILF='1' | HAVE_DECL_CEILL='1' | HAVE_DECL_COPYSIGNF='1' | HAVE_DECL_COSL='1' | HAVE_DECL_ENVIRON='1' | HAVE_DECL_EXP2='1' | HAVE_DECL_EXP2F='1' | HAVE_DECL_EXP2L='1' | HAVE_DECL_EXPL='1' | HAVE_DECL_EXPM1L='1' | HAVE_DECL_FCHDIR='1' | HAVE_DECL_FDATASYNC='1' | HAVE_DECL_FLOORF='1' | HAVE_DECL_FLOORL='1' | HAVE_DECL_FPURGE='1' | HAVE_DECL_FREXPL='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='1' | HAVE_DECL_GETLOGIN_R='1' | HAVE_DECL_GETPAGESIZE='1' | HAVE_DECL_GETUSERSHELL='1' | HAVE_DECL_LDEXPL='1' | HAVE_DECL_LOCALTIME_R='1' | HAVE_DECL_LOG10L='1' | HAVE_DECL_LOG2='1' | HAVE_DECL_LOG2F='1' | HAVE_DECL_LOG2L='1' | HAVE_DECL_LOGB='1' | HAVE_DECL_LOGL='1' | HAVE_DECL_MEMMEM='1' | HAVE_DECL_MEMRCHR='1' | HAVE_DECL_OBSTACK_PRINTF='1' | HAVE_DECL_REMAINDER='1' | HAVE_DECL_REMAINDERL='1' | HAVE_DECL_RINTF='1' | HAVE_DECL_ROUND='1' | HAVE_DECL_ROUNDF='1' | HAVE_DECL_ROUNDL='1' | HAVE_DECL_SETENV='1' | HAVE_DECL_SETHOSTNAME='1' | HAVE_DECL_SINL='1' | HAVE_DECL_SNPRINTF='1' | HAVE_DECL_SQRTL='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_STRTOK_R='1' | HAVE_DECL_TANL='1' | HAVE_DECL_TCGETSID='1' | HAVE_DECL_TRUNC='1' | HAVE_DECL_TRUNCF='1' | HAVE_DECL_TRUNCL='1' | HAVE_DECL_TTYNAME_R='1' | HAVE_DECL_UNSETENV='1' | HAVE_DECL_VSNPRINTF='1' | HAVE_DECL_WCTOB='1' | HAVE_DECL_WCWIDTH='1' | HAVE_DOT_FALSE='' | HAVE_DOT_TRUE='#' | HAVE_DPRINTF='1' | HAVE_DUP2='1' | HAVE_DUP3='1' | HAVE_DUPLOCALE='1' | HAVE_EUIDACCESS='1' | HAVE_EXPF='1' | HAVE_EXPL='1' | HAVE_EXPM1='1' | HAVE_EXPM1F='1' | HAVE_FABSF='1' | HAVE_FABSL='1' | HAVE_FACCESSAT='1' | HAVE_FCHDIR='1' | HAVE_FCHMODAT='1' | HAVE_FCHOWNAT='1' | HAVE_FCNTL='1' | HAVE_FDATASYNC='1' | HAVE_FEATURES_H='1' | HAVE_FFS='1' | HAVE_FFSL='1' | HAVE_FFSLL='1' | HAVE_FMA='1' | HAVE_FMAF='1' | HAVE_FMAL='1' | HAVE_FMODF='1' | HAVE_FMODL='1' | HAVE_FREXPF='1' | HAVE_FSEEKO='1' | HAVE_FSTATAT='1' | HAVE_FSYNC='1' | HAVE_FTELLO='1' | HAVE_FTRUNCATE='1' | HAVE_FUTIMENS='1' | HAVE_GETDTABLESIZE='1' | HAVE_GETGROUPS='1' | HAVE_GETHOSTNAME='1' | HAVE_GETLOGIN='1' | HAVE_GETOPT_H='1' | HAVE_GETPAGESIZE='1' | HAVE_GETSUBOPT='1' | HAVE_GETTIMEOFDAY='1' | HAVE_GRANTPT='1' | HAVE_GROUP_MEMBER='1' | HAVE_GUI_FALSE='#' | HAVE_GUI_TRUE='' | HAVE_HYPOTF='1' | HAVE_HYPOTL='1' | HAVE_ILOGB='1' | HAVE_ILOGBF='1' | HAVE_ILOGBL='1' | HAVE_INTTYPES_H='1' | HAVE_ISNAND='1' | HAVE_ISNANF='1' | HAVE_ISNANL='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_LDEXPF='1' | HAVE_LINK='1' | HAVE_LINKAT='1' | HAVE_LOG10F='1' | HAVE_LOG10L='1' | HAVE_LOG1P='1' | HAVE_LOG1PF='1' | HAVE_LOG1PL='1' | HAVE_LOGBF='1' | HAVE_LOGBL='1' | HAVE_LOGF='1' | HAVE_LOGL='1' | HAVE_LONG_LONG_INT='1' | HAVE_LSTAT='1' | HAVE_MAX_ALIGN_T='0' | 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_MODFF='1' | HAVE_MODFL='1' | HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' | HAVE_NANOSLEEP='1' | HAVE_NL_LANGINFO='1' | HAVE_OPENAT='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_POWF='1' | HAVE_PREAD='1' | HAVE_PSELECT='1' | HAVE_PTHREAD_SIGMASK='1' | HAVE_PTSNAME='1' | HAVE_PTSNAME_R='1' | HAVE_PWRITE='1' | HAVE_QSORT_R='1' | HAVE_RAISE='1' | HAVE_RANDOM='1' | HAVE_RANDOM_H='1' | HAVE_RANDOM_R='1' | HAVE_RAWMEMCHR='1' | HAVE_READLINK='1' | HAVE_READLINKAT='1' | HAVE_REALPATH='1' | HAVE_REMAINDER='1' | HAVE_REMAINDERF='1' | HAVE_RENAMEAT='1' | HAVE_RINT='1' | HAVE_RINTL='1' | HAVE_RPMATCH='1' | HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='0' | HAVE_SA_FAMILY_T='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_SINF='1' | HAVE_SINHF='1' | HAVE_SINL='1' | HAVE_SLEEP='1' | HAVE_SQRTF='1' | HAVE_SQRTL='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_SOCKADDR_STORAGE='1' | HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1' | HAVE_STRUCT_TIMEVAL='1' | HAVE_STRVERSCMP='1' | HAVE_SYMLINK='1' | HAVE_SYMLINKAT='1' | HAVE_SYS_BITYPES_H='0' | HAVE_SYS_CDEFS_H='' | HAVE_SYS_INTTYPES_H='0' | HAVE_SYS_LOADAVG_H='0' | HAVE_SYS_PARAM_H='0' | HAVE_SYS_SELECT_H='1' | HAVE_SYS_SOCKET_H='1' | HAVE_SYS_TIME_H='1' | HAVE_SYS_TYPES_H='1' | HAVE_SYS_UIO_H='1' | HAVE_TANF='1' | HAVE_TANHF='1' | HAVE_TANL='1' | HAVE_TERMIOS_H='1' | HAVE_TIMEGM='1' | HAVE_TIMEZONE_T='0' | HAVE_TRUNCATE='1' | HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' | HAVE_TZSET='1' | HAVE_UNISTD_H='1' | HAVE_UNLINKAT='1' | HAVE_UNLOCKPT='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_USLEEP='1' | HAVE_UTIMENSAT='1' | HAVE_VASPRINTF='1' | HAVE_VDPRINTF='1' | HAVE_WCHAR_H='1' | HAVE_WCHAR_T='1' | HAVE_WCPCPY='1' | HAVE_WCPNCPY='1' | HAVE_WCRTOMB='1' | HAVE_WCSCASECMP='1' | HAVE_WCSCAT='1' | HAVE_WCSCHR='1' | HAVE_WCSCMP='1' | HAVE_WCSCOLL='1' | HAVE_WCSCPY='1' | HAVE_WCSCSPN='1' | HAVE_WCSDUP='1' | HAVE_WCSFTIME='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_WS2TCPIP_H='0' | 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_PROGRAM_ENV='' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | ISFINITE_LIBM='' | ISINF_LIBM='' | ISNAND_LIBM='' | ISNANF_LIBM='' | ISNANL_LIBM='' | ISNAN_LIBM='' | LD='/usr/bin/ld -m elf_x86_64' | LDFLAGS='' | LIBICONV='' | LIBINTL='' | LIBMULTITHREAD='-pthread' | LIBOBJS='' | LIBPTH='' | LIBPTH_PREFIX='' | LIBREADLINE='-lreadline' | LIBS=' -lreadline -lgslcblas -lz -lm ' | LIBSOCKET='' | LIBTHREAD='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_TOLOWER_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_TOLOWER_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_TOUPPER_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_TOUPPER_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_U8_CASEFOLD_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_U8_CASEFOLD_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_U8_CT_CASEFOLD_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_U8_CT_CASEFOLD_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_TRUE='' | LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_FALSE='#' | LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_TRUE='' | LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE='#' | LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE='' | LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE='#' | LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE='' | LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE='#' | LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE='' | LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_FALSE='#' | LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_TRUE='' | LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_FALSE='#' | LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_TRUE='' | LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP_FALSE='#' | LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP_TRUE='' | LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK_FALSE='#' | LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK_TRUE='' | LIBUNISTRING_COMPILE_UNILBRK_U8_POSSIBLE_LINEBREAKS_FALSE='#' | LIBUNISTRING_COMPILE_UNILBRK_U8_POSSIBLE_LINEBREAKS_TRUE='' | LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE='#' | LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE='' | LIBUNISTRING_COMPILE_UNINORM_DECOMPOSING_FORM_FALSE='#' | LIBUNISTRING_COMPILE_UNINORM_DECOMPOSING_FORM_TRUE='' | LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_FALSE='#' | LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_TRUE='' | LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE='#' | LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE='' | LIBUNISTRING_COMPILE_UNINORM_NFKD_FALSE='#' | LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE='' | LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_FALSE='#' | LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_CMP2_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_CMP2_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_CMP_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_CMP_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_CPY_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_STRNCAT_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_STRNCAT_TRUE='' | LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='#' | LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE='' | LIBUNISTRING_COMPILE_UNIWIDTH_U8_STRWIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_U8_STRWIDTH_TRUE='' | LIBUNISTRING_COMPILE_UNIWIDTH_U8_WIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_U8_WIDTH_TRUE='' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' | LIBUNISTRING_UNICASE_H='unicase.h' | LIBUNISTRING_UNICTYPE_H='unictype.h' | LIBUNISTRING_UNIGBRK_H='unigbrk.h' | LIBUNISTRING_UNILBRK_H='unilbrk.h' | LIBUNISTRING_UNINORM_H='uninorm.h' | LIBUNISTRING_UNISTR_H='unistr.h' | LIBUNISTRING_UNITYPES_H='unitypes.h' | LIBUNISTRING_UNIWIDTH_H='uniwidth.h' | LIBXML2_CFLAGS='-I/usr/include/libxml2 ' | LIBXML2_LIBS='-lxml2 ' | LIB_SELECT='' | LIMITS_H='limits.h' | LIPO='' | LN_S='ln -s' | LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/gl"' | LOCALE_FR='fr_FR' | LOCALE_FR_UTF8='fr_FR.UTF-8' | LOCALE_JA='ja_JP' | LOCALE_ZH_CN='zh_CN.GB18030' | LTALLOCA='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBMULTITHREAD='-pthread' | LTLIBOBJS='' | LTLIBPTH='' | LTLIBREADLINE='-lreadline' | LTLIBTHREAD='' | MAKEINFO='${SHELL} /usr/local/src/pspp/pspp-1.0.1/build-aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/usr/bin/mkdir -p' | MSGFMT='msgfmt' | 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_GTK_GTK_H='' | NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' | NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' | NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' | NEXT_AS_FIRST_DIRECTIVE_MATH_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_SYS_SELECT_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_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_SYS_UIO_H='' | NEXT_AS_FIRST_DIRECTIVE_TERMIOS_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_ERRNO_H='' | NEXT_FCNTL_H='' | NEXT_FLOAT_H='' | NEXT_GETOPT_H='' | NEXT_GTK_GTK_H='' | NEXT_LANGINFO_H='' | NEXT_LIMITS_H='' | NEXT_LOCALE_H='' | NEXT_MATH_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_SYS_SELECT_H='' | NEXT_SYS_SOCKET_H='' | NEXT_SYS_STAT_H='' | NEXT_SYS_TIME_H='' | NEXT_SYS_TYPES_H='' | NEXT_SYS_UIO_H='' | NEXT_TERMIOS_H='' | NEXT_TIME_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | NM='/usr/bin/nm -B' | NMEDIT='' | OBJDUMP='objdump' | OBJEXT='o' | ODF_READ_SUPPORT='yes' | ODF_WRITE_SUPPORT_FALSE='#' | ODF_WRITE_SUPPORT_TRUE='' | OTOOL64='' | OTOOL='' | PACKAGE='pspp' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU PSPP' | PACKAGE_STRING='GNU PSPP 1.0.1' | PACKAGE_TARNAME='pspp' | PACKAGE_URL='http://www.gnu.org/software/pspp/' | PACKAGE_VERSION='1.0.1' | PATH_SEPARATOR=':' | PERL='/usr/bin/perl' | PG_CFLAGS='' | PG_CONFIG='' | PG_LDFLAGS='' | PG_LIBS='' | PKG_CONFIG='/usr/bin/pkg-config' | PKG_CONFIG_LIBDIR='' | PKG_CONFIG_PATH='' | POSUB='po' | PRAGMA_COLUMNS='' | PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' | PSPPIRE_LDFLAGS='' | PSPP_LDFLAGS='' | PSQL_SUPPORT='no' | PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' | PTRDIFF_T_SUFFIX='' | RANLIB='ranlib' | RELOCATABLE='no' | RELOCATABLE_BUILD_DIR='$(top_builddir)/gl' | RELOCATABLE_CONFIG_H_DIR='$(top_builddir)' | RELOCATABLE_LDFLAGS='' | RELOCATABLE_LIBRARY_PATH='$(pkglibdir)' | RELOCATABLE_SRC_DIR='$(top_srcdir)/gl' | RELOCATABLE_STRIP=':' | RELOCATABLE_VIA_LD_FALSE='' | RELOCATABLE_VIA_LD_TRUE='#' | RELOCATABLE_VIA_WRAPPER_FALSE='' | RELOCATABLE_VIA_WRAPPER_TRUE='#' | REPLACE_ACOSF='0' | REPLACE_ASINF='0' | REPLACE_ATAN2F='0' | REPLACE_ATANF='0' | REPLACE_BTOWC='0' | REPLACE_CALLOC='0' | REPLACE_CANONICALIZE_FILE_NAME='0' | REPLACE_CBRTF='0' | REPLACE_CBRTL='0' | REPLACE_CEIL='0' | REPLACE_CEILF='0' | REPLACE_CEILL='0' | REPLACE_CHOWN='0' | REPLACE_CLOSE='0' | REPLACE_COSF='0' | REPLACE_COSHF='0' | REPLACE_CTIME='GNULIB_PORTCHECK' | REPLACE_DPRINTF='0' | REPLACE_DUP2='0' | REPLACE_DUP='0' | REPLACE_DUPLOCALE='0' | REPLACE_EXP2='0' | REPLACE_EXP2L='0' | REPLACE_EXPF='0' | REPLACE_EXPM1='0' | REPLACE_EXPM1F='0' | REPLACE_FABSL='0' | REPLACE_FCHOWNAT='0' | REPLACE_FCLOSE='0' | REPLACE_FCNTL='1' | REPLACE_FDOPEN='0' | REPLACE_FFLUSH='0' | REPLACE_FLOOR='0' | REPLACE_FLOORF='0' | REPLACE_FLOORL='0' | REPLACE_FMA='0' | REPLACE_FMAF='0' | REPLACE_FMAL='0' | REPLACE_FMOD='0' | REPLACE_FMODF='0' | REPLACE_FMODL='0' | REPLACE_FOPEN='0' | REPLACE_FPRINTF='0' | REPLACE_FPURGE='0' | REPLACE_FREOPEN='0' | REPLACE_FREXP='0' | REPLACE_FREXPF='0' | REPLACE_FREXPL='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='0' | REPLACE_GETLINE='0' | REPLACE_GETLOGIN_R='0' | REPLACE_GETPAGESIZE='0' | REPLACE_GETTIMEOFDAY='0' | REPLACE_GMTIME='0' | REPLACE_HUGE_VAL='0' | REPLACE_HYPOT='0' | REPLACE_HYPOTF='0' | REPLACE_HYPOTL='0' | REPLACE_ILOGB='0' | REPLACE_ILOGBF='0' | REPLACE_ISATTY='0' | REPLACE_ISFINITE='0' | REPLACE_ISINF='0' | REPLACE_ISNAN='0' | REPLACE_ISWBLANK='0' | REPLACE_ISWCNTRL='0' | REPLACE_ITOLD='0' | REPLACE_LCHOWN='0' | REPLACE_LDEXPL='0' | REPLACE_LINK='0' | REPLACE_LINKAT='0' | REPLACE_LOCALECONV='0' | REPLACE_LOCALTIME='0' | REPLACE_LOCALTIME_R='0' | REPLACE_LOG10='0' | REPLACE_LOG10F='0' | REPLACE_LOG10L='0' | REPLACE_LOG1P='0' | REPLACE_LOG1PF='0' | REPLACE_LOG1PL='0' | REPLACE_LOG2='0' | REPLACE_LOG2F='0' | REPLACE_LOG2L='0' | REPLACE_LOG='0' | REPLACE_LOGB='0' | REPLACE_LOGBF='0' | REPLACE_LOGBL='0' | REPLACE_LOGF='0' | REPLACE_LOGL='0' | REPLACE_LSEEK='0' | REPLACE_LSTAT='0' | REPLACE_MALLOC='0' | REPLACE_MBRLEN='0' | REPLACE_MBRTOWC='1' | 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_MODF='0' | REPLACE_MODFF='0' | REPLACE_MODFL='0' | REPLACE_NAN='0' | REPLACE_NANOSLEEP='GNULIB_PORTCHECK' | REPLACE_NL_LANGINFO='0' | REPLACE_NULL='0' | REPLACE_OBSTACK_PRINTF='0' | REPLACE_OPEN='0' | REPLACE_OPENAT='0' | REPLACE_PERROR='0' | REPLACE_POPEN='0' | REPLACE_PREAD='0' | REPLACE_PRINTF='0' | REPLACE_PSELECT='0' | REPLACE_PTHREAD_SIGMASK='0' | REPLACE_PTSNAME='0' | REPLACE_PTSNAME_R='0' | REPLACE_PUTENV='0' | REPLACE_PWRITE='0' | REPLACE_QSORT_R='0' | REPLACE_RAISE='0' | REPLACE_RANDOM_R='0' | REPLACE_READ='0' | REPLACE_READLINK='0' | REPLACE_READLINKAT='0' | REPLACE_REALLOC='0' | REPLACE_REALPATH='0' | REPLACE_REMAINDER='0' | REPLACE_REMAINDERF='0' | REPLACE_REMAINDERL='0' | REPLACE_REMOVE='0' | REPLACE_RENAME='0' | REPLACE_RENAMEAT='0' | REPLACE_RMDIR='0' | REPLACE_ROUND='0' | REPLACE_ROUNDF='0' | REPLACE_ROUNDL='0' | REPLACE_SELECT='0' | REPLACE_SETENV='0' | REPLACE_SETLOCALE='0' | REPLACE_SIGNBIT='0' | REPLACE_SIGNBIT_USING_GCC='1' | REPLACE_SINF='0' | REPLACE_SINHF='0' | REPLACE_SLEEP='0' | REPLACE_SNPRINTF='0' | REPLACE_SPRINTF='0' | REPLACE_SQRTF='0' | REPLACE_SQRTL='0' | REPLACE_STAT='0' | REPLACE_STDIO_READ_FUNCS='0' | REPLACE_STDIO_WRITE_FUNCS='0' | REPLACE_STPNCPY='0' | REPLACE_STRCASESTR='1' | REPLACE_STRCHRNUL='0' | REPLACE_STRDUP='0' | REPLACE_STRERROR='0' | REPLACE_STRERROR_R='0' | REPLACE_STRFTIME='GNULIB_PORTCHECK' | REPLACE_STRNCAT='0' | REPLACE_STRNDUP='0' | REPLACE_STRNLEN='0' | REPLACE_STRSIGNAL='0' | REPLACE_STRSTR='0' | REPLACE_STRTOD='0' | REPLACE_STRTOK_R='0' | REPLACE_STRUCT_LCONV='0' | REPLACE_STRUCT_TIMEVAL='0' | REPLACE_SYMLINK='0' | REPLACE_SYMLINKAT='0' | REPLACE_TANF='0' | REPLACE_TANHF='0' | REPLACE_TIMEGM='0' | REPLACE_TMPFILE='0' | REPLACE_TOWLOWER='0' | REPLACE_TRUNC='0' | REPLACE_TRUNCATE='0' | REPLACE_TRUNCF='0' | REPLACE_TRUNCL='0' | REPLACE_TTYNAME_R='0' | REPLACE_TZSET='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_WCSFTIME='0' | REPLACE_WCSNRTOMBS='0' | REPLACE_WCSRTOMBS='0' | REPLACE_WCSWIDTH='0' | REPLACE_WCTOB='0' | REPLACE_WCTOMB='0' | REPLACE_WCWIDTH='0' | REPLACE_WRITE='0' | ROUND_LIBM='' | SED='/usr/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='' | STDALIGN_H='' | STDARG_H='' | STDBOOL_H='' | STDDEF_H='stddef.h' | STDINT_H='stdint.h' | STRIP='strip' | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' | TIME_H_DEFINES_STRUCT_TIMESPEC='1' | TRUNC_LIBM='' | UNDEFINE_STRTOK_R='0' | UNISTD_H_DEFINES_STRUCT_TIMESPEC='0' | UNISTD_H_HAVE_WINSOCK2_H='0' | UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' | USE_NLS='yes' | VERSION='1.0.1' | VERSION_FOR_PERL='1.0.1' | WCHAR_T_SUFFIX='' | WINDOWS_64_BIT_OFF_T='0' | WINDOWS_64_BIT_ST_SIZE='0' | WINDOWS_STAT_INODES='0' | WINDOWS_STAT_TIMESPEC='0' | WINT_T_SUFFIX='' | WITH_GUI_TOOLS_FALSE='' | WITH_GUI_TOOLS_TRUE='#' | WITH_PERL_MODULE='yes' | WITH_PERL_MODULE_FALSE='#' | WITH_PERL_MODULE_TRUE='' | XMLLINT='/usr/bin/xmllint' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_DUMPBIN='' | 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-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-unknown-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='unknown' | cc_is_gcc_FALSE='#' | cc_is_gcc_TRUE='' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' asnprintf.o fcntl.o fseterr.o localtime-buffer.o mbrtowc.o mktime.o printf-args.o printf-parse.o strcasestr.o time_rz.o vasnprintf.o xmemdup0.o' | gl_LTLIBOBJS=' asnprintf.lo fcntl.lo fseterr.lo localtime-buffer.lo mbrtowc.lo mktime.lo printf-args.lo printf-parse.lo strcasestr.lo time_rz.lo vasnprintf.lo xmemdup0.lo' | gltests_LIBOBJS='' | gltests_LTLIBOBJS='' | gltests_WITNESS='IN_PSPP_GNULIB_TESTS' | host='x86_64-unknown-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /usr/local/src/pspp/pspp-1.0.1/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lispdir='${datarootdir}/emacs/site-lisp' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | pdfdir='${docdir}' | pkglibexecdir='${libexecdir}/${PACKAGE}' | prefix='/usr/local' | 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 PSPP" | #define PACKAGE_TARNAME "pspp" | #define PACKAGE_VERSION "1.0.1" | #define PACKAGE_STRING "GNU PSPP 1.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/pspp/" | #define PACKAGE "pspp" | #define VERSION "1.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define GWINSZ_IN_SYS_IOCTL 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_LC_PAPER 1 | #define HAVE_CAIRO 1 | #define HAVE_ZLIB_H 1 | #define crc32 gl_crc32 | #define GNM_READ_SUPPORT 1 | #define ODF_READ_SUPPORT 1 | #define ODF_WRITE_SUPPORT 1 | #define HAVE_INLINE 1 | #define HAVE_READLINE 1 | #define HAVE_RL_ECHO_SIGNAL_CHAR 1 | #define HAVE_RL_OUTSTREAM 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FPU_CONTROL_H 1 | #define HAVE_FENV_H 1 | #define HAVE_PWD_H 1 | #define HAVE_DECL_SIGWINCH 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SNPRINTF 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_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ISWBLANK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_TZSET 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE2 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SETENV 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_GETUID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETEGID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMEGM 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_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 CHECK_PRINTF_SAFE 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_DECL_ALARM 1 | #define _USE_STD_STAT 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 HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define restrict __restrict | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #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_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define PROMOTED_MODE_T mode_t | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define INSTALLPREFIX "/usr/local" | #define HAVE_DECL_SETENV 1 | #define HAVE_RAW_DECL_PSELECT 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STRCASESTR 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 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_MAP_ANONYMOUS 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOK_R 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_ACCEPT4 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_STRTOD_L 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_DIRNAME 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_FWRITEERROR 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define HAVE_GETPASS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 1 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 1 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define GNULIB_TEST_ISNANF 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_DECL_ISWBLANK 1 | #define GNULIB_TEST_ISWBLANK 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define MBRTOWC_EMPTY_INPUT_BUG 1 | #define C_LOCALE_MAYBE_EILSEQ 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 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 HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define NEED_MKTIME_INTERNAL 1 | #define GNULIB_MSVC_NOTHROW 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 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 GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_DECL_ROUND 1 | #define GNULIB_TEST_ROUND 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 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 GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SPRINTF_POSIX 1 | #define GNULIB_TEST_STAT 1 | #define __USE_MINGW_ANSI_STDIO 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_QSORT_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_STRCASESTR 1 | #define GNULIB_TEST_STRCASESTR 1 | #define GNULIB_TEST_STRDUP 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define my_strftime nstrftime | #define GNULIB_TEST_STRNCAT 1 | #define GNULIB_TEST_STRNDUP 1 | #define GNULIB_TEST_STRNLEN 1 | #define HAVE_STRSEP 1 | #define GNULIB_TEST_STRSEP 1 | #define GNULIB_TEST_STRTOD 1 | #define HAVE_STRTOK_R 1 | #define GNULIB_TEST_STRTOK_R 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_RAW_DECL_TCGETSID 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define GNULIB_TEST_TIME_RZ 1 | #define GNULIB_TEST_TIMEGM 1 | #define HAVE_DECL_TRUNC 1 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RUN_TZSET_TEST 1 | #define GNULIB_TEST_TZSET 1 | #define GNULIB_TEST_UNINORM_U8_NORMALIZE 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_TRUNCATE 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_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VPRINTF_POSIX 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSPRINTF_POSIX 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 HAVE_RAW_DECL_WCSFTIME 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 HAVE_FORK 1 | #define HAVE_EXECL 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_GETPID 1 | #define HAVE_FEHOLDEXCEPT 1 | #define HAVE_POPEN 1 | #define HAVE_ROUND 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | | configure: exit 0