## ------------------------- ## ## GNU Bison 3.0 test suite. ## ## ------------------------- ## testsuite: command line was: $ ./tests/testsuite -C tests AUTOTEST_PATH=/usr/local/bin ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2013-07-25 Akim Demaille | | version 3.0 | * NEWS: Record release date. | | 2013-07-25 Akim Demaille | | regen | | 2013-07-25 Akim Demaille ## --------- ## ## Platform. ## ## --------- ## hostname = mardini uname -m = x86_64 uname -r = 4.8.0-46-generic uname -s = Linux uname -v = #49~16.04.1-Ubuntu SMP Fri Mar 31 14:51:03 UTC 2017 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /home/mardini/gasgano/bin PATH: /home/mardini/.iraf/bin PATH: /home/mardini/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests' | at_srcdir='.' | abs_srcdir='/home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0' | at_top_build_prefix='../' | abs_top_builddir='/home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/bash'} testsuite: atlocal: | # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- | # Configurable variable values for Bison test suite. | | # Copyright (C) 2000-2013 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 . | | # We need 'config.h'. | CPPFLAGS="-I$abs_top_builddir/lib " | | # Don't just check if $POSIXLY_CORRECT is set, as Bash, when launched | # as /bin/sh, sets the shell variable POSIXLY_CORRECT to y, but not | # the environment variable. | if env | grep '^POSIXLY_CORRECT=' >/dev/null; then | POSIXLY_CORRECT_IS_EXPORTED=true | else | POSIXLY_CORRECT_IS_EXPORTED=false | fi | | ## ------------------- ## | ## C/C++ Compilation. ## | ## ------------------- ## | | : ${CC='gcc'} | : ${CXX='g++'} | | # Is the compiler GCC? | GCC='yes' | | # Sometimes a test group needs to ignore gcc warnings, so it locally | # sets CFLAGS to this. | NO_WERROR_CFLAGS='-g -O2 ' | NO_WERROR_CXXFLAGS='-g -O2 ' | | # But most of the time, we want -Werror. | CFLAGS="$NO_WERROR_CFLAGS " | CXXFLAGS="$NO_WERROR_CXXFLAGS " | | # If 'exit 77'; skip all C++ tests; otherwise ':'. | BISON_CXX_WORKS=':' | | # Be sure that the C++ compiler is not broken because of gnulib. This | # cannot be checked in configure (gnulib is not parameterized yet), | # and checking this in every C++ test in AC_COMPILE_CXX is too costly. | # | # http://lists.gnu.org/archive/html/bug-bison/2013-06/msg00001.html | # | # FIXME: Check (say 2014) whether this is still needed. | if $BISON_CXX_WORKS; then | # See AT_DATA_SOURCE_PROLOGUE. | cat >conftest.cc < | /* We don't need perfect functions for these tests. */ | #undef malloc | #undef memcmp | #undef realloc | #include | | int main () | { | std::cout << "Works" << std::endl; | } | EOF | ls | $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS $LIBS -o conftest conftest.cc | case $? in | 0);; | *) BISON_CXX_WORKS="as_fn_error 77 cannot-compile-simple-program";; | esac | rm -f conftest* | fi | | # Whether the compiler supports POSIXLY_CORRECT defined. | : ${C_COMPILER_POSIXLY_CORRECT='true'} | : ${CXX_COMPILER_POSIXLY_CORRECT='true'} | | if $POSIXLY_CORRECT_IS_EXPORTED; then | $C_COMPILER_POSIXLY_CORRECT || | BISON_C_WORKS="as_fn_error 77 POSIXLY_CORRECT" | $CXX_COMPILER_POSIXLY_CORRECT || | BISON_CXX_WORKS="as_fn_error 77 POSIXLY_CORRECT" | fi | | # Handle --compile-c-with-cxx here, once CXX and CXXFLAGS are known. | if "$at_arg_compile_c_with_cxx"; then | CC_IS_CXX=1 | CC=$CXX | NO_WERROR_CFLAGS=$NO_WERROR_CXXFLAGS | CFLAGS=$CXXFLAGS | BISON_C_WORKS=$BISON_CXX_WORKS | else | CC_IS_CXX=0 | fi | | | ## ------- ## | ## Other. ## | ## ------- ## | | # Empty if no javac was found | CONF_JAVAC='javac -target 1.4 -source 1.3' | | # Empty if no Java VM was found | CONF_JAVA='java' | | # We need egrep and perl. | : ${EGREP='/bin/grep -E'} | : ${PERL='/usr/bin/perl'} | | # Use simple quotes (lib/quote.c). | LC_CTYPE=C | export LC_CTYPE | | # Are special link options needed? | LDFLAGS='' | | # Are special libraries needed? | LIBS="$abs_top_builddir/lib/libbison.a " | | # Empty if no xsltproc was found | : ${XSLTPROC=''} | | # Don't just check if $POSIXLY_CORRECT is set, as Bash, when launched | # as /bin/sh, sets the shell variable POSIXLY_CORRECT to y, but not | # the environment variable. | : ${C_COMPILER_POSIXLY_CORRECT='true'} | if env | grep '^POSIXLY_CORRECT=' >/dev/null; then | POSIXLY_CORRECT_IS_EXPORTED=true | else | POSIXLY_CORRECT_IS_EXPORTED=false | fi ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./local.at:1056: /usr/local/bin/bison --version bison (GNU Bison) 3.0 Written by Robert Corbett and Richard Stallman. Copyright (C) 2013 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. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Thu May 4 16:14:09 CST 2017 1. Invalid options (input.at:27): ok (0m0.000s 0m0.000s) 2. Invalid inputs (input.at:50): ok (0m0.000s 0m0.000s) 3. Invalid inputs with {} (input.at:80): ok (0m0.000s 0m0.000s) 4. Invalid $n and @n (input.at:107): ok (0m0.000s 0m0.000s) 5. Type Clashes (input.at:131): ok (0m0.000s 0m0.000s) 6. Unused values (input.at:317): ok (0m0.272s 0m0.008s) 7. Unused values before symbol declarations (input.at:327): ok (0m0.244s 0m0.020s) 8. Default %printer and %destructor redeclared (input.at:337): ok (0m0.000s 0m0.000s) 9. Per-type %printer and %destructor redeclared (input.at:408): ok (0m0.000s 0m0.000s) 10. Undefined symbols (input.at:450): ok (0m0.000s 0m0.000s) 11. Unassociated types used for a printer or destructor (input.at:482): ok (0m0.056s 0m0.004s) 12. Useless printers or destructors (input.at:511): ok (0m0.156s 0m0.004s) 13. Unused values with default %destructor (input.at:576): ok (0m0.096s 0m0.004s) 14. Unused values with per-type %destructor (input.at:624): ok (0m0.040s 0m0.000s) 15. Incompatible Aliases (input.at:655): ok (0m0.000s 0m0.000s) 16. Torturing the Scanner (input.at:712): ok (0m0.068s 0m0.004s) 17. Typed symbol aliases (input.at:867): ok (0m0.008s 0m0.000s) 18. Require 1.0 (input.at:903): ok (0m0.008s 0m0.000s) 19. Require 3.0 (input.at:904): ok (0m0.008s 0m0.000s) 20. Require 100.0 (input.at:906): ok (0m0.000s 0m0.000s) 21. String aliases for character tokens (input.at:913): ok (0m0.008s 0m0.000s) 22. Symbols (input.at:934): ok (0m0.164s 0m0.000s) 23. Numbered tokens (input.at:1000): ok (0m0.008s 0m0.000s) 24. Unclosed constructs (input.at:1038): ok (0m0.000s 0m0.000s) 25. %start after first rule (input.at:1093): ok (0m0.008s 0m0.000s) 26. %prec takes a token (input.at:1114): ok (0m0.000s 0m0.000s) 27. %prec's token must be defined (input.at:1135): ok (0m0.052s 0m0.000s) 28. Reject unused %code qualifiers (input.at:1155): ok (0m0.056s 0m0.000s) 29. Multiple %code (input.at:1244): ok (0m0.040s 0m0.004s) 30. errors (input.at:1283): ok (0m0.008s 0m0.000s) 31. %define, --define, --force-define (input.at:1319): ok (0m0.012s 0m0.000s) 32. "%define" Boolean variables (input.at:1384): ok (0m0.008s 0m0.000s) 33. "%define" code variables (input.at:1404): ok (0m0.080s 0m0.000s) 34. "%define" keyword variables (input.at:1437): ok (0m0.088s 0m0.000s) 35. "%define" enum variables (input.at:1470): ok (0m0.012s 0m0.000s) 36. "%define" backward compatibility (input.at:1512): ok (0m0.000s 0m0.000s) 37. Unused api.pure (input.at:1551): ok (0m0.060s 0m0.000s) 38. C++ namespace reference errors (input.at:1584): ok (0m0.108s 0m0.000s) 39. Bad character literals (input.at:1640): ok (0m0.000s 0m0.000s) 40. Bad escapes in literals (input.at:1703): ok (0m0.000s 0m0.000s) 41. LAC: Errors for %define (input.at:1752): ok (0m0.016s 0m0.000s) 42. -Werror is not affected by -Wnone and -Wall (input.at:1775): ok (0m0.136s 0m0.004s) 43. %name-prefix and api.prefix are incompatible (input.at:1808): ok (0m0.044s 0m0.000s) 44. Stray $ or @ (input.at:1837): ok (0m0.060s 0m0.000s) 45. Code injection (input.at:1875): ok (0m0.128s 0m0.000s) 46. Deprecated directives (input.at:1938): ok (0m0.060s 0m0.000s) 47. Unput's effect on locations (input.at:1991): ok (0m0.000s 0m0.000s) 48. Non-deprecated directives (input.at:2024): ok (0m0.040s 0m0.000s) 49. Tutorial calculator (named-refs.at:21): ok (0m0.076s 0m0.004s) 50. Undefined and ambiguous references (named-refs.at:196): ok (0m0.000s 0m0.000s) 51. Misleading references (named-refs.at:297): ok (0m0.040s 0m0.000s) 52. Many kinds of errors (named-refs.at:314): ok (0m0.000s 0m0.000s) 53. Missing identifiers in brackets (named-refs.at:547): ok (0m0.000s 0m0.000s) 54. Redundant words in brackets (named-refs.at:561): ok (0m0.000s 0m0.000s) 55. Comments in brackets (named-refs.at:575): ok (0m0.000s 0m0.000s) 56. Stray symbols in brackets (named-refs.at:589): ok (0m0.000s 0m0.000s) 57. Redundant words in LHS brackets (named-refs.at:606): ok (0m0.000s 0m0.000s) 58. Factored LHS (named-refs.at:621): ok (0m0.012s 0m0.000s) 59. Unresolved references (named-refs.at:632): ok (0m0.000s 0m0.000s) 60. $ or @ followed by . or - (named-refs.at:697): ok (0m0.056s 0m0.000s) 61. Output files: -dv (output.at:51): ok (0m0.012s 0m0.000s) 62. Output files: -dv >&- (output.at:57): ok (0m0.008s 0m0.000s) 63. Output files: -dv -o foo.c (output.at:62): ok (0m0.008s 0m0.000s) 64. Output files: -dv -o foo.tab.c (output.at:64): ok (0m0.012s 0m0.000s) 65. Output files: -dv -g --xml -y (output.at:67): ok (0m0.012s 0m0.000s) 66. Output files: -dv -g --xml -o y.tab.c (output.at:70): ok (0m0.008s 0m0.000s) 67. Output files: -dv -b bar (output.at:73): ok (0m0.008s 0m0.000s) 68. Output files: -dv -g -o foo.c (output.at:75): ok (0m0.008s 0m0.000s) 69. Output files: %defines %verbose (output.at:79): ok (0m0.008s 0m0.000s) 70. Output files: %defines %verbose %yacc (output.at:81): ok (0m0.012s 0m0.000s) 71. Output files: %defines %verbose %yacc (output.at:84): ok (0m0.012s 0m0.000s) 72. Output files: %file-prefix "bar" %defines %verbose (output.at:88): ok (0m0.008s 0m0.000s) 73. Output files: %output "bar.c" %defines %verbose %yacc (output.at:90): ok (0m0.012s 0m0.000s) 74. Output files: %file-prefix "baz" %output "bar.c" %defines %verbose %yacc (output.at:92): ok (0m0.012s 0m0.000s) 75. Output files: %defines %verbose (output.at:99): ok (0m0.012s 0m0.000s) 76. Output files: %defines %verbose -o foo.c (output.at:102): ok (0m0.008s 0m0.000s) 77. Output files: --defines=foo.hpp -o foo.c++ (output.at:105): ok (0m0.008s 0m0.000s) 78. Output files: %defines "foo.hpp" -o foo.c++ (output.at:109): ok (0m0.008s 0m0.000s) 79. Output files: -o foo.c++ --graph=foo.gph (output.at:113): ok (0m0.008s 0m0.000s) 80. Output files: lalr1.cc %verbose (output.at:128): ok (0m0.008s 0m0.000s) 81. Output files: lalr1.cc %defines %verbose (output.at:131): ok (0m0.008s 0m0.000s) 82. Output files: lalr1.cc %verbose %locations (output.at:134): ok (0m0.008s 0m0.000s) 83. Output files: lalr1.cc %defines %verbose %locations (output.at:137): ok (0m0.012s 0m0.000s) 84. Output files: lalr1.cc %defines %verbose (output.at:140): ok (0m0.008s 0m0.000s) 85. Output files: lalr1.cc %defines %verbose %locations -o subdir/foo.cc (output.at:144): ok (0m0.012s 0m0.000s) 86. Output files: lalr1.cc %defines %verbose %file-prefix "output_dir/foo" (output.at:149): ok (0m0.012s 0m0.000s) 87. Output files: lalr1.cc %defines %locations %verbose %file-prefix "output_dir/foo" (output.at:154): ok (0m0.012s 0m0.000s) 88. Conflicting output files: --graph="foo.tab.c" (output.at:184): ok (0m0.040s 0m0.000s) 89. Conflicting output files: %defines "foo.output" -v (output.at:189): ok (0m0.044s 0m0.000s) 90. Conflicting output files: lalr1.cc %defines %locations --graph="location.hh" (output.at:194): ok (0m0.060s 0m0.000s) 91. Conflicting output files: -o foo.y (output.at:199): ok (0m0.008s 0m0.000s) 92. Output file name: address@hidden&*()-=_+{}[]|\:;<>, .' (output.at:245): ok (0m0.344s 0m0.008s) 93. Output file name: ( (output.at:252): ok (0m0.320s 0m0.000s) 94. Output file name: ) (output.at:253): ok (0m0.304s 0m0.020s) 95. Output file name: # (output.at:254): ok (0m0.304s 0m0.016s) 96. Output file name: @@ (output.at:255): ok (0m0.308s 0m0.012s) 97. Output file name: @{ (output.at:256): ok (0m0.300s 0m0.020s) 98. Output file name: @} (output.at:257): ok (0m0.312s 0m0.012s) 99. Output file name: [ (output.at:258): ok (0m0.304s 0m0.016s) 100. Output file name: ] (output.at:259): ok (0m0.308s 0m0.012s) 101. Graph with no conflicts (output.at:286): ok (0m0.008s 0m0.000s) 102. Graph with unsolved S/R (output.at:320): ok (0m0.008s 0m0.000s) 103. Graph with solved S/R (output.at:384): ok (0m0.008s 0m0.000s) 104. Graph with R/R (output.at:443): ok (0m0.008s 0m0.000s) 105. Graph with reductions with multiple LAT (output.at:475): ok (0m0.008s 0m0.000s) 106. Graph with a reduction rule both enabled and disabled (output.at:534): ok (0m0.008s 0m0.000s) 107. Relative skeleton file names (skeletons.at:24): ok (0m0.012s 0m0.000s) 108. Installed skeleton file names (skeletons.at:84): ok (0m0.140s 0m0.004s) 109. Boolean=variables: invalid skeleton defaults (skeletons.at:141): ok (0m0.004s 0m0.000s) 110. Complaining during macro argument expansion (skeletons.at:165): ok (0m0.000s 0m0.000s) 111. Fatal errors make M4 exit immediately (skeletons.at:247): ok (0m0.000s 0m0.000s) 112. Fatal errors but M4 continues producing output (skeletons.at:301): ok (0m0.000s 0m0.000s) 113. Nullable (sets.at:66): ok (0m0.008s 0m0.000s) 114. Broken Closure (sets.at:151): ok (0m0.012s 0m0.000s) 115. Firsts (sets.at:193): ok (0m0.012s 0m0.000s) 116. Accept (sets.at:269): ok (0m0.012s 0m0.000s) 117. Useless Terminals (reduce.at:25): ok (0m0.012s 0m0.000s) 118. Useless Nonterminals (reduce.at:69): ok (0m0.052s 0m0.004s) 119. Useless Rules (reduce.at:124): ok (0m0.060s 0m0.000s) 120. Reduced Automaton (reduce.at:249): ok (0m0.048s 0m0.000s) 121. Underivable Rules (reduce.at:349): ok (0m0.052s 0m0.004s) 122. Empty Language (reduce.at:391): ok (0m0.000s 0m0.000s) 123. no lr.type: Single State Split (reduce.at:442): ok (0m0.068s 0m0.004s) 124. lr.type=lalr: Single State Split (reduce.at:442): ok (0m0.080s 0m0.000s) 125. lr.type=ielr: Single State Split (reduce.at:442): ok (0m0.056s 0m0.000s) 126. lr.type=canonical-lr: Single State Split (reduce.at:442): ok (0m0.044s 0m0.012s) 127. no lr.type: Lane Split (reduce.at:675): ok (0m0.052s 0m0.004s) 128. lr.type=lalr: Lane Split (reduce.at:675): ok (0m0.052s 0m0.004s) 129. lr.type=ielr: Lane Split (reduce.at:675): ok (0m0.048s 0m0.008s) 130. lr.type=canonical-lr: Lane Split (reduce.at:675): ok (0m0.052s 0m0.004s) 131. no lr.type: Complex Lane Split (reduce.at:919): ok (0m0.056s 0m0.000s) 132. lr.type=lalr: Complex Lane Split (reduce.at:919): ok (0m0.056s 0m0.004s) 133. lr.type=ielr: Complex Lane Split (reduce.at:919): ok (0m0.056s 0m0.000s) 134. lr.type=canonical-lr: Complex Lane Split (reduce.at:919): ok (0m0.056s 0m0.000s) 135. no lr.type: Split During Added Lookahead Propagation (reduce.at:1188): ok (0m0.100s 0m0.004s) 136. lr.type=lalr: Split During Added Lookahead Propagation (reduce.at:1188): ok (0m0.092s 0m0.012s) 137. lr.type=ielr: Split During Added Lookahead Propagation (reduce.at:1188): ok (0m0.060s 0m0.000s) 138. lr.type=canonical-lr: Split During Added Lookahead Propagation (reduce.at:1188): ok (0m0.056s 0m0.000s) 139. no lr.default-reduction (reduce.at:1518): ok (0m0.056s 0m0.000s) 140. lr.default-reduction=most (reduce.at:1518): ok (0m0.056s 0m0.000s) 141. lr.default-reduction=consistent (reduce.at:1518): ok (0m0.052s 0m0.004s) 142. lr.default-reduction=accepting (reduce.at:1518): ok (0m0.052s 0m0.004s) 143. Token declaration order (conflicts.at:27): ok (0m0.048s 0m0.008s) 144. Token declaration order: literals vs. identifiers (conflicts.at:100): ok (0m0.012s 0m0.000s) 145. Useless associativity warning (conflicts.at:180): ok (0m0.060s 0m0.000s) 146. Useless precedence warning (conflicts.at:215): ok (0m0.060s 0m0.000s) 147. S/R in initial (conflicts.at:272): ok (0m0.088s 0m0.000s) 148. %nonassoc and eof (conflicts.at:298): ok (0m0.320s 0m0.024s) 149. parse.error=verbose and consistent errors (conflicts.at:396): ok (0m3.132s 0m0.140s) 150. LAC: %nonassoc requires splitting canonical LR states (conflicts.at:671): ok (0m0.396s 0m0.016s) 151. Unresolved SR Conflicts (conflicts.at:756): ok (0m0.040s 0m0.000s) 152. Resolved SR Conflicts (conflicts.at:863): ok (0m0.008s 0m0.000s) 153. %precedence suffices (conflicts.at:964): ok (0m0.008s 0m0.000s) 154. %precedence does not suffice (conflicts.at:990): ok (0m0.040s 0m0.000s) 155. Defaulted Conflicted Reduction (conflicts.at:1041): ok (0m0.040s 0m0.000s) 156. %expect not enough (conflicts.at:1160): ok (0m0.000s 0m0.000s) 157. %expect right (conflicts.at:1179): ok (0m0.008s 0m0.000s) 158. %expect too much (conflicts.at:1196): ok (0m0.000s 0m0.000s) 159. %expect with reduce conflicts (conflicts.at:1215): ok (0m0.000s 0m0.000s) 160. %prec with user string (conflicts.at:1234): ok (0m0.008s 0m0.000s) 161. %no-default-prec without %prec (conflicts.at:1251): ok (0m0.060s 0m0.000s) 162. %no-default-prec with %prec (conflicts.at:1279): ok (0m0.012s 0m0.000s) 163. %default-prec (conflicts.at:1303): ok (0m0.008s 0m0.004s) 164. Unreachable States After Conflict Resolution (conflicts.at:1327): ok (0m0.108s 0m0.004s) 165. Solved conflicts report for multiple reductions in a state (conflicts.at:1540): ok (0m0.008s 0m0.000s) 166. %nonassoc error actions for multiple reductions in a state (conflicts.at:1620): ok (0m0.008s 0m0.000s) 167. %expect-rr non GLR (conflicts.at:1689): ok (0m0.080s 0m0.000s) 168. -W versus %expect and %expect-rr (conflicts.at:1720): ok (0m0.244s 0m0.000s) 169. Prologue syncline (synclines.at:150): ok (0m0.016s 0m0.000s) 170. %union syncline (synclines.at:168): ok (0m0.016s 0m0.004s) 171. Postprologue syncline (synclines.at:189): ok (0m0.020s 0m0.000s) 172. Action syncline (synclines.at:213): ok (0m0.024s 0m0.000s) 173. Epilogue syncline (synclines.at:232): ok (0m0.016s 0m0.000s) 174. %code top syncline (synclines.at:249): ok (0m0.016s 0m0.000s) 175. %no-lines: yacc.c (synclines.at:290): ok (0m0.012s 0m0.000s) 176. %no-lines: glr.c (synclines.at:291): ok (0m0.016s 0m0.000s) 177. %no-lines: lalr1.cc (synclines.at:292): ok (0m0.012s 0m0.000s) 178. %no-lines: glr.cc (synclines.at:293): ok (0m0.016s 0m0.000s) 179. Invalid CPP guards: --defines=input/input.h (headers.at:57): ok (0m0.032s 0m0.000s) 180. Invalid CPP guards: --defines=9foo.h (headers.at:58): ok (0m0.032s 0m0.000s) 181. Invalid CPP guards: %glr-parser --defines=input/input.h (headers.at:59): ok (0m0.120s 0m0.000s) 182. Invalid CPP guards: %glr-parser --defines=9foo.h (headers.at:60): ok (0m0.120s 0m0.000s) 183. export YYLTYPE (headers.at:69): ok (0m0.064s 0m0.000s) 184. Several parsers (headers.at:112): ok (0m1.980s 0m0.088s) 185. Mid-rule actions (actions.at:24): ok (0m0.100s 0m0.020s) 186. Implicitly empty rule (actions.at:71): ok (0m0.100s 0m0.000s) 187. Invalid uses of %empty (actions.at:112): ok (0m0.000s 0m0.000s) 188. Valid uses of %empty (actions.at:157): ok (0m0.068s 0m0.012s) 189. Initial location: yacc.c (actions.at:241): ok (0m0.088s 0m0.000s) 190. Initial location: yacc.c api.pure=full (actions.at:242): ok (0m0.080s 0m0.004s) 191. Initial location: yacc.c api.pure %parse-param { int x } (actions.at:243): ok (0m0.084s 0m0.004s) 192. Initial location: yacc.c api.push-pull=both (actions.at:244): ok (0m0.100s 0m0.004s) 193. Initial location: yacc.c api.push-pull=both api.pure=full (actions.at:245): ok (0m0.100s 0m0.004s) 194. Initial location: glr.c (actions.at:246): ok (0m0.184s 0m0.008s) 195. Initial location: glr.c api.pure (actions.at:247): ok (0m0.180s 0m0.012s) 196. Initial location: lalr1.cc (actions.at:248): ok (0m0.372s 0m0.020s) 197. Initial location: glr.cc (actions.at:249): ok (0m0.340s 0m0.012s) 198. Initial location: yacc.c api.pure=full (actions.at:258): ok (0m0.080s 0m0.000s) 199. Initial location: yacc.c api.pure=full (actions.at:269): ok (0m0.072s 0m0.008s) 200. Location print: yacc.c (actions.at:352): ok (0m0.072s 0m0.016s) 201. Location print: glr.c (actions.at:353): ok (0m0.188s 0m0.008s) 202. Location print: lalr1.cc (actions.at:354): ok (0m0.364s 0m0.016s) 203. Location print: glr.cc (actions.at:355): ok (0m0.348s 0m0.016s) 204. Exotic Dollars (actions.at:365): ok (0m0.152s 0m0.008s) 205. Printers and Destructors (actions.at:850): ok (0m0.136s 0m0.000s) 206. Printers and Destructors with union (actions.at:851): ok (0m0.140s 0m0.004s) 207. Printers and Destructors: %defines lalr1.cc (actions.at:853): ok (0m0.528s 0m0.008s) 208. Printers and Destructors with union: %defines lalr1.cc (actions.at:854): ok (0m0.492s 0m0.044s) 209. Printers and Destructors: %glr-parser (actions.at:856): ok (0m0.424s 0m0.012s) 210. Printers and Destructors with union: %glr-parser (actions.at:857): ok (0m0.420s 0m0.012s) 211. Default tagless %printer and %destructor (actions.at:868): ok (0m0.176s 0m0.008s) 212. Default tagged and per-type %printer and %destructor (actions.at:961): ok (0m0.176s 0m0.008s) 213. Default %printer and %destructor for user-defined end token (actions.at:1080): ok (0m0.332s 0m0.004s) 214. Default %printer and %destructor are not for error or $undefined (actions.at:1190): ok (0m0.136s 0m0.004s) 215. Default %printer and %destructor are not for $accept (actions.at:1283): ok (0m0.116s 0m0.004s) 216. Default %printer and %destructor for mid-rule values (actions.at:1347): ok (0m0.192s 0m0.012s) 217. @$ in %initial-action implies %locations (actions.at:1492): ok (0m0.088s 0m0.008s) 218. @$ in %destructor implies %locations (actions.at:1493): ok (0m0.088s 0m0.000s) 219. @$ in %printer implies %locations (actions.at:1494): ok (0m0.092s 0m0.000s) 220. Qualified $$ in actions: yacc.c (actions.at:1603): ok (0m0.092s 0m0.000s) 221. Qualified $$ in actions: glr.c (actions.at:1604): ok (0m0.384s 0m0.012s) 222. Qualified $$ in actions: lalr1.cc (actions.at:1605): ok (0m0.356s 0m0.024s) 223. Qualified $$ in actions: glr.cc (actions.at:1606): ok (0m0.496s 0m0.016s) 224. Destroying lookahead assigned by semantic action (actions.at:1614): ok (0m0.068s 0m0.004s) 225. YYBACKUP (actions.at:1669): ok (0m0.116s 0m0.004s) 226. %union vs. api.value.type (types.at:25): ok (0m0.008s 0m0.000s) 227. %yacc vs. api.value.type=union (types.at:44): ok (0m0.008s 0m0.000s) 228. yacc.c api.value.type={double} (types.at:108): ok (0m0.080s 0m0.008s) 229. yacc.c api.value.type={variant} (types.at:108): ok (0m0.084s 0m0.008s) 230. yacc.c api.value.type={struct foo} (types.at:108): ok (0m0.088s 0m0.000s) 231. yacc.c api.value.type={struct bar} (types.at:108): ok (0m0.092s 0m0.004s) 232. yacc.c api.value.type={union foo} (types.at:108): ok (0m0.084s 0m0.004s) 233. yacc.c %union { float fval; int ival; }; (types.at:108): ok (0m0.092s 0m0.000s) 234. yacc.c api.value.type=union (types.at:108): ok (0m0.092s 0m0.000s) 235. glr.c api.value.type={double} (types.at:108): ok (0m0.352s 0m0.008s) 236. glr.c api.value.type={variant} (types.at:108): ok (0m0.356s 0m0.004s) 237. glr.c api.value.type={struct foo} (types.at:108): ok (0m0.344s 0m0.016s) 238. glr.c api.value.type={struct bar} (types.at:108): ok (0m0.360s 0m0.008s) 239. glr.c api.value.type={union foo} (types.at:108): ok (0m0.352s 0m0.008s) 240. glr.c %union { float fval; int ival; }; (types.at:108): ok (0m0.328s 0m0.028s) 241. glr.c api.value.type=union (types.at:108): ok (0m0.344s 0m0.016s) 242. lalr1.cc api.value.type={double} (types.at:108): ok (0m0.348s 0m0.016s) 243. lalr1.cc api.value.type={variant} (types.at:108): ok (0m0.344s 0m0.020s) 244. lalr1.cc api.value.type={struct foo} (types.at:108): ok (0m0.352s 0m0.020s) 245. lalr1.cc api.value.type={struct bar} (types.at:108): ok (0m0.352s 0m0.016s) 246. lalr1.cc api.value.type={union foo} (types.at:108): ok (0m0.344s 0m0.020s) 247. lalr1.cc %union { float fval; int ival; }; (types.at:108): ok (0m0.348s 0m0.012s) 248. lalr1.cc api.value.type=union (types.at:108): ok (0m0.352s 0m0.016s) 249. lalr1.cc api.value.type=variant (types.at:108): ok (0m0.492s 0m0.016s) 250. glr.cc api.value.type={double} (types.at:108): ok (0m0.492s 0m0.012s) 251. glr.cc api.value.type={variant} (types.at:108): ok (0m0.480s 0m0.028s) 252. glr.cc api.value.type={struct foo} (types.at:108): ok (0m0.480s 0m0.024s) 253. glr.cc api.value.type={struct bar} (types.at:108): ok (0m0.492s 0m0.020s) 254. glr.cc api.value.type={union foo} (types.at:108): ok (0m0.492s 0m0.016s) 255. glr.cc %union { float fval; int ival; }; (types.at:108): ok (0m0.500s 0m0.004s) 256. glr.cc api.value.type=union (types.at:108): ok (0m0.512s 0m0.000s) 257. Calculator (calc.at:596): ok (0m0.068s 0m0.016s) 258. Calculator %defines (calc.at:598): ok (0m0.120s 0m0.008s) 259. Calculator %locations (calc.at:599): ok (0m0.116s 0m0.008s) 260. Calculator %name-prefix "calc" (calc.at:601): ok (0m0.092s 0m0.004s) 261. Calculator %verbose (calc.at:602): ok (0m0.100s 0m0.008s) 262. Calculator %yacc (calc.at:603): ok (0m0.108s 0m0.008s) 263. Calculator parse.error=verbose (calc.at:604): ok (0m0.104s 0m0.000s) 264. Calculator api.pure=full %locations (calc.at:606): ok (0m0.104s 0m0.000s) 265. Calculator api.push-pull=both api.pure=full %locations (calc.at:607): ok (0m0.132s 0m0.004s) 266. Calculator parse.error=verbose %locations (calc.at:608): ok (0m0.128s 0m0.012s) 267. Calculator parse.error=verbose %locations %defines api.prefix={calc} %verbose %yacc (calc.at:610): ok (0m0.152s 0m0.004s) 268. Calculator parse.error=verbose %locations %defines %name-prefix "calc" api.token.prefix={TOK_} %verbose %yacc (calc.at:611): ok (0m0.176s 0m0.004s) 269. Calculator %debug (calc.at:613): ok (0m0.112s 0m0.000s) 270. Calculator parse.error=verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc (calc.at:614): ok (0m0.172s 0m0.008s) 271. Calculator parse.error=verbose %debug %locations %defines api.prefix={calc} %verbose %yacc (calc.at:615): ok (0m0.164s 0m0.016s) 272. Calculator api.pure=full parse.error=verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc (calc.at:617): ok (0m0.196s 0m0.016s) 273. Calculator api.push-pull=both api.pure=full parse.error=verbose %debug %locations %defines api.prefix={calc} %verbose %yacc (calc.at:618): ok (0m0.216s 0m0.012s) 274. Calculator api.pure parse.error=verbose %debug %locations %defines api.prefix={calc} %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:620): ok (0m0.196s 0m0.008s) 275. Calculator %glr-parser (calc.at:637): ok (0m0.280s 0m0.008s) 276. Calculator %glr-parser %defines (calc.at:639): ok (0m0.316s 0m0.012s) 277. Calculator %glr-parser %locations (calc.at:640): ok (0m0.316s 0m0.004s) 278. Calculator %glr-parser %name-prefix "calc" (calc.at:641): ok (0m0.284s 0m0.008s) 279. Calculator %glr-parser api.prefix={calc} (calc.at:642): ok (0m0.288s 0m0.008s) 280. Calculator %glr-parser %verbose (calc.at:643): ok (0m0.312s 0m0.004s) 281. Calculator %glr-parser %yacc (calc.at:644): ok (0m0.300s 0m0.004s) 282. Calculator %glr-parser parse.error=verbose (calc.at:645): ok (0m0.320s 0m0.024s) 283. Calculator %glr-parser api.pure %locations (calc.at:647): ok (0m0.344s 0m0.004s) 284. Calculator %glr-parser parse.error=verbose %locations (calc.at:648): ok (0m0.360s 0m0.004s) 285. Calculator %glr-parser parse.error=verbose %locations %defines %name-prefix "calc" %verbose %yacc (calc.at:650): ok (0m0.368s 0m0.016s) 286. Calculator %glr-parser %debug (calc.at:652): ok (0m0.380s 0m0.008s) 287. Calculator %glr-parser parse.error=verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc (calc.at:653): ok (0m0.468s 0m0.016s) 288. Calculator %glr-parser parse.error=verbose %debug %locations %defines api.prefix={calc} api.token.prefix={TOK_} %verbose %yacc (calc.at:654): ok (0m0.472s 0m0.012s) 289. Calculator %glr-parser api.pure parse.error=verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc (calc.at:656): ok (0m0.476s 0m0.020s) 290. Calculator %glr-parser api.pure parse.error=verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:658): ok (0m0.512s 0m0.016s) 291. Calculator %glr-parser api.pure parse.error=verbose %debug %locations %defines api.prefix={calc} %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:659): ok (0m0.512s 0m0.008s) 292. Calculator lalr1.cc %defines (calc.at:669): ok (0m0.460s 0m0.020s) 293. Calculator C++ (calc.at:678): ok (0m0.292s 0m0.024s) 294. Calculator C++ %locations (calc.at:679): ok (0m0.332s 0m0.008s) 295. Calculator C++ %locations api.location.type={Span} (calc.at:680): ok (0m0.344s 0m0.004s) 296. Calculator C++ %defines %locations parse.error=verbose %name-prefix "calc" %verbose %yacc (calc.at:681): ok (0m0.576s 0m0.028s) 297. Calculator C++ %locations parse.error=verbose api.prefix={calc} %verbose %yacc (calc.at:683): ok (0m0.352s 0m0.020s) 298. Calculator C++ %locations parse.error=verbose %debug %name-prefix "calc" %verbose %yacc (calc.at:684): ok (0m0.500s 0m0.008s) 299. Calculator C++ %locations parse.error=verbose %debug api.prefix={calc} %verbose %yacc (calc.at:686): ok (0m0.492s 0m0.024s) 300. Calculator C++ %locations parse.error=verbose %debug api.prefix={calc} api.token.prefix={TOK_} %verbose %yacc (calc.at:687): ok (0m0.460s 0m0.036s) 301. Calculator C++ %defines %locations parse.error=verbose %debug %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:689): ok (0m0.692s 0m0.044s) 302. Calculator C++ parse.error=verbose %debug api.prefix={calc} %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:691): ok (0m0.404s 0m0.028s) 303. Calculator C++ %defines %locations parse.error=verbose %debug api.prefix={calc} %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:692): ok (0m0.688s 0m0.048s) 304. Calculator glr.cc (calc.at:703): ok (0m0.396s 0m0.020s) 305. Calculator C++ %glr-parser (calc.at:712): ok (0m0.412s 0m0.020s) 306. Calculator C++ %glr-parser %locations (calc.at:713): ok (0m0.416s 0m0.024s) 307. Calculator C++ %glr-parser %locations api.location.type={Span} (calc.at:714): ok (0m0.444s 0m0.020s) 308. Calculator C++ %glr-parser %defines parse.error=verbose %name-prefix "calc" %verbose %yacc (calc.at:715): ok (0m0.580s 0m0.020s) 309. Calculator C++ %glr-parser parse.error=verbose api.prefix={calc} %verbose %yacc (calc.at:716): ok (0m0.424s 0m0.032s) 310. Calculator C++ %glr-parser %debug (calc.at:718): ok (0m0.532s 0m0.024s) 311. Calculator C++ %glr-parser parse.error=verbose %debug %name-prefix "calc" %verbose %yacc (calc.at:720): ok (0m0.564s 0m0.024s) 312. Calculator C++ %glr-parser parse.error=verbose %debug %name-prefix "calc" api.token.prefix={TOK_} %verbose %yacc (calc.at:721): ok (0m0.552s 0m0.028s) 313. Calculator C++ %glr-parser %locations %defines parse.error=verbose %debug %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:723): ok (0m0.744s 0m0.032s) 314. Calculator C++ %glr-parser %locations %defines parse.error=verbose %debug api.prefix={calc} %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} (calc.at:724): ok (0m0.720s 0m0.056s) 315. Big triangle (torture.at:132): ok (0m0.676s 0m0.008s) 316. Big horizontal (torture.at:216): ok (0m0.564s 0m0.000s) 317. Many lookahead tokens (torture.at:348): ok (0m1.876s 0m0.028s) 318. Exploding the Stack Size with Alloca (torture.at:450): ok (0m0.628s 0m1.500s) 319. Exploding the Stack Size with Malloc (torture.at:496): ok (0m0.692s 0m1.460s) 320. GNU AWK 3.1.0 Grammar: LALR(1) (existing.at:79): ok (0m0.376s 0m0.000s) 321. GNU AWK 3.1.0 Grammar: IELR(1) (existing.at:79): ok (0m0.388s 0m0.008s) 322. GNU AWK 3.1.0 Grammar: Canonical LR(1) (existing.at:79): ok (0m2.152s 0m0.068s) 323. GNU Cim Grammar: LALR(1) (existing.at:811): ok (0m0.552s 0m0.008s) 324. GNU Cim Grammar: IELR(1) (existing.at:811): ok (0m0.552s 0m0.012s) 325. GNU Cim Grammar: Canonical LR(1) (existing.at:811): ok (0m16.876s 0m0.112s) 326. GNU pic (Groff 1.18.1) Grammar: LALR(1) (existing.at:1461): ok (0m0.576s 0m0.012s) 327. GNU pic (Groff 1.18.1) Grammar: IELR(1) (existing.at:1461): ok (0m0.604s 0m0.016s) 328. GNU pic (Groff 1.18.1) Grammar: Canonical LR(1) (existing.at:1461): ok (0m7.424s 0m0.100s) 329. Trivial grammars (regression.at:25): ok (0m0.132s 0m0.012s) 330. YYSTYPE typedef (regression.at:55): ok (0m0.028s 0m0.000s) 331. Early token definitions with --yacc (regression.at:85): ok (0m0.036s 0m0.000s) 332. Early token definitions without --yacc (regression.at:125): ok (0m0.044s 0m0.000s) 333. Braces parsing (regression.at:170): ok (0m0.008s 0m0.000s) 334. Duplicate string (regression.at:194): ok (0m0.060s 0m0.000s) 335. Rule Line Numbers (regression.at:222): ok (0m0.012s 0m0.000s) 336. Mixing %token styles (regression.at:368): ok (0m0.048s 0m0.000s) 337. Invalid inputs (regression.at:394): ok (0m0.000s 0m0.000s) 338. Invalid inputs with {} (regression.at:421): ok (0m0.000s 0m0.000s) 339. Token definitions (regression.at:446): ok (0m0.184s 0m0.008s) 340. Characters Escapes (regression.at:507): ok (0m0.040s 0m0.000s) 341. Web2c Report (regression.at:540): ok (0m0.012s 0m0.000s) 342. Web2c Actions (regression.at:717): ok (0m0.012s 0m0.000s) 343. Dancer (regression.at:906): ok (0m0.084s 0m0.004s) 344. Dancer %glr-parser (regression.at:907): ok (0m0.260s 0m0.004s) 345. Dancer lalr1.cc (regression.at:908): ok (0m0.276s 0m0.008s) 346. Expecting two tokens (regression.at:983): ok (0m0.088s 0m0.000s) 347. Expecting two tokens %glr-parser (regression.at:984): ok (0m0.272s 0m0.004s) 348. Expecting two tokens lalr1.cc (regression.at:985): ok (0m0.284s 0m0.008s) 349. Braced code in declaration in rules section (regression.at:993): ok (0m0.104s 0m0.004s) 350. String alias declared after use (regression.at:1052): ok (0m0.012s 0m0.000s) 351. Extra lookahead sets in report (regression.at:1075): ok (0m0.012s 0m0.000s) 352. Token number in precedence declaration (regression.at:1116): ok (0m0.132s 0m0.004s) 353. parse-gram.y: LALR = IELR (regression.at:1169): ok (0m0.136s 0m0.000s) 354. parse.error=verbose and YYSTACK_USE_ALLOCA (regression.at:1191): ok (0m0.084s 0m0.000s) 355. parse.error=verbose overflow (regression.at:1265): ok (0m0.080s 0m0.000s) 356. LAC: Exploratory stack (regression.at:1375): ok (0m0.768s 0m0.020s) 357. LAC: Memory exhaustion (regression.at:1463): ok (0m0.320s 0m0.004s) 358. Lex and parse params: yacc.c (regression.at:1593): ok (0m0.068s 0m0.004s) 359. Lex and parse params: glr.c (regression.at:1594): ok (0m0.280s 0m0.004s) 360. Lex and parse params: lalr1.cc (regression.at:1595): ok (0m0.284s 0m0.016s) 361. Lex and parse params: glr.cc (regression.at:1596): ok (0m0.432s 0m0.004s) 362. stdio.h is not needed (regression.at:1607): ok (0m0.044s 0m0.004s) 363. Memory Leak for Early Deletion (push.at:24): ok (0m0.064s 0m0.004s) 364. Multiple impure instances (push.at:83): ok (0m0.120s 0m0.008s) 365. Unsupported Skeletons (push.at:144): ok (0m0.012s 0m0.000s) 366. C++ Locations (c++.at:25): ok (0m0.468s 0m0.008s) 367. C++ Variant-based Symbols (c++.at:87): ok (0m0.700s 0m0.020s) 368. Variants (c++.at:323): ok (0m0.728s 0m0.008s) 375. Doxygen Public Documentation (c++.at:412): skipped (c++.at:412) 376. Doxygen Private Documentation (c++.at:413): skipped (c++.at:413) 377. Relative namespace references (c++.at:467): ok (0m0.812s 0m0.036s) 378. Absolute namespace references (c++.at:473): ok (0m1.568s 0m0.108s) 379. Syntactically invalid namespace references (c++.at:482): ok (0m0.060s 0m0.000s) 380. Syntax error discarding no lookahead (c++.at:502): ok (0m0.316s 0m0.008s) 381. Syntax error as exception (c++.at:576): ok (0m0.396s 0m0.012s) 382. Exception safety (c++.at:912): ok (0m0.936s 0m0.020s) 383. Exception safety api.value.type=variant (c++.at:913): ok (0m0.872s 0m0.016s) 384. C++ GLR parser identifier shadowing (c++.at:921): ok (0m0.348s 0m0.024s) 385. Calculator (java.at:360): ok (0m1.432s 0m0.096s) 386. Calculator %error-verbose (java.at:360): ok (0m1.428s 0m0.088s) 387. Calculator %locations (java.at:360): ok (0m1.380s 0m0.100s) 388. Calculator %error-verbose %locations (java.at:360): ok (0m1.412s 0m0.084s) 389. Calculator %lex-param { InputStream is } (java.at:369): ok (0m1.320s 0m0.076s) 390. Calculator %error-verbose %lex-param { InputStream is } (java.at:369): ok (0m1.432s 0m0.092s) 391. Calculator %locations %lex-param { InputStream is } (java.at:369): ok (0m1.580s 0m0.056s) 392. Calculator %error-verbose %locations %lex-param { InputStream is } (java.at:369): ok (0m1.568s 0m0.068s) 393. Java parser class and package names (java.at:455): ok (0m4.712s 0m0.164s) 394. Java parser class modifiers (java.at:479): ok (0m11.868s 0m0.404s) 395. Java parser class extends and implements (java.at:543): ok (0m3.404s 0m0.144s) 396. Java %parse-param and %lex-param (java.at:563): ok (0m9.372s 0m0.280s) 397. Java throws specifications (java.at:637): ok (0m34.216s 0m1.032s) 398. Java constructor init and init_throws (java.at:726): ok (0m2.428s 0m0.068s) 399. Java value, position, and location types (java.at:748): ok (0m2.124s 0m0.048s) 400. Java syntax error handling without error token (java.at:779): ok (0m0.856s 0m0.040s) 401. Trivial Push Parser with api.push-pull verification (javapush.at:168): ok (0m1.028s 0m0.016s) 402. Trivial Push Parser with %initial-action (javapush.at:213): ok (0m1.112s 0m0.040s) 403. Calc parser with api.push-pull both (javapush.at:311): ok (0m1.172s 0m0.028s) 404. Calc parser with %locations %code lexer and api.push-pull both (javapush.at:599): ok (0m1.336s 0m0.052s) 405. GLR: Resolve ambiguity, impure, no locations (cxx-type.at:394): ok (0m0.296s 0m0.004s) 406. GLR: Resolve ambiguity, impure, locations (cxx-type.at:401): ok (0m0.312s 0m0.012s) 407. GLR: Resolve ambiguity, pure, no locations (cxx-type.at:407): ok (0m0.296s 0m0.004s) 408. GLR: Resolve ambiguity, pure, locations (cxx-type.at:414): ok (0m0.304s 0m0.016s) 409. GLR: Merge conflicting parses, impure, no locations (cxx-type.at:421): ok (0m0.300s 0m0.004s) 410. GLR: Merge conflicting parses, impure, locations (cxx-type.at:428): ok (0m0.324s 0m0.000s) 411. GLR: Merge conflicting parses, pure, no locations (cxx-type.at:435): ok (0m0.288s 0m0.016s) 412. GLR: Merge conflicting parses, pure, locations (cxx-type.at:441): ok (0m0.316s 0m0.008s) 413. GLR: Verbose messages, resolve ambiguity, impure, no locations (cxx-type.at:448): ok (0m0.312s 0m0.008s) 414. Badly Collapsed GLR States (glr-regression.at:25): ok (0m0.304s 0m0.000s) 415. Improper handling of embedded actions and dollar(-N) in GLR parsers (glr-regression.at:112): ok (0m0.308s 0m0.008s) 416. Improper merging of GLR delayed action sets (glr-regression.at:244): ok (0m0.316s 0m0.016s) 417. Duplicate representation of merged trees (glr-regression.at:365): ok (0m0.316s 0m0.004s) 418. User destructor for unresolved GLR semantic value (glr-regression.at:456): ok (0m0.304s 0m0.004s) 419. User destructor after an error during a split parse (glr-regression.at:512): ok (0m0.296s 0m0.008s) 420. Duplicated user destructor for lookahead (glr-regression.at:562): ok (0m0.292s 0m0.004s) 421. Incorrectly initialized location for empty right-hand side in GLR (glr-regression.at:651): ok (0m0.320s 0m0.012s) 422. No users destructors if stack 0 deleted (glr-regression.at:740): ok (0m0.292s 0m0.000s) 423. Corrupted semantic options if user action cuts parse (glr-regression.at:817): ok (0m0.316s 0m0.000s) 424. Undesirable destructors if user action cuts parse (glr-regression.at:871): ok (0m0.288s 0m0.020s) 425. Leaked semantic values if user action cuts parse (glr-regression.at:929): ok (0m0.304s 0m0.008s) 426. Incorrect lookahead during deterministic GLR (glr-regression.at:1053): ok (0m0.268s 0m0.004s) 427. Incorrect lookahead during nondeterministic GLR (glr-regression.at:1177): ok (0m0.340s 0m0.004s) 428. Leaked semantic values when reporting ambiguity (glr-regression.at:1394): ok (0m0.300s 0m0.008s) 429. Leaked lookahead after nondeterministic parse syntax error (glr-regression.at:1476): ok (0m0.296s 0m0.012s) 430. Uninitialized location when reporting ambiguity (glr-regression.at:1536): ok (0m0.344s 0m0.004s) 431. Missed %merge type warnings when LHS type is declared later (glr-regression.at:1610): ok (0m0.000s 0m0.000s) 432. Ambiguity reports (glr-regression.at:1659): ok (0m0.404s 0m0.000s) testsuite: ending at: Thu May 4 16:17:09 CST 2017 testsuite: test suite duration: 0h 3m 0s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 430 tests were run, 6 failed unexpectedly. 2 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Bison 3.0 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 369: c++.at:324 Variants parse.assert c++ 370: c++.at:325 Variants %locations parse.assert c++ 371: c++.at:326 Variants parse.assert %code {\n#define TWO_STAGE_BUILD\n} c++ 372: c++.at:327 Variants parse.assert api.token.constructor c++ 373: c++.at:328 Variants parse.assert api.token.constructor api.token.prefix={TOK_} c++ 374: c++.at:329 Variants %locations parse.assert api.token.constructor api.token.prefix={TOK_} c++ Skipped tests: GNU Bison 3.0 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 375: c++.at:412 Doxygen Public Documentation 376: c++.at:413 Doxygen Private Documentation ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 369. c++.at:324: testing Variants parse.assert ... ./c++.at:324: bison -fno-caret -o list.cc list.y ./c++.at:324: $BISON_CXX_WORKS stderr: stdout: ./c++.at:324: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o list list.cc $LIBS stderr: stdout: ./c++.at:324: $PREPARSER ./list stderr: list: list.cc:232: T& yy::variant::build() [with T = std::__cxx11::list >; long unsigned int S = 32ul]: Assertion `!yytname_' failed. /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/369/test-source: line 303: 24049 Aborted (core dumped) $PREPARSER ./list --- - 2017-05-04 16:16:12.123899435 +0800 +++ /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/369/stdout 2017-05-04 16:16:12.119516272 +0800 @@ -1,2 +1 @@ -(0, 1, 2, 4) ./c++.at:324: exit code was 134, expected 0 369. c++.at:324: 369. Variants parse.assert (c++.at:324): FAILED (c++.at:324) # -*- compilation -*- 370. c++.at:325: testing Variants %locations parse.assert ... ./c++.at:325: bison -fno-caret -o list.cc list.y ./c++.at:325: $BISON_CXX_WORKS stderr: stdout: ./c++.at:325: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o list list.cc $LIBS stderr: stdout: ./c++.at:325: $PREPARSER ./list stderr: list: list.cc:490: T& yy::variant::build() [with T = std::__cxx11::list >; long unsigned int S = 32ul]: Assertion `!yytname_' failed. /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/370/test-source: line 309: 24077 Aborted (core dumped) $PREPARSER ./list --- - 2017-05-04 16:16:13.044890715 +0800 +++ /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/370/stdout 2017-05-04 16:16:13.039517304 +0800 @@ -1,2 +1 @@ -(0, 1, 2, 4) ./c++.at:325: exit code was 134, expected 0 370. c++.at:325: 370. Variants %locations parse.assert (c++.at:325): FAILED (c++.at:325) # -*- compilation -*- 371. c++.at:326: testing Variants parse.assert %code {\n#define TWO_STAGE_BUILD\n} ... ./c++.at:326: bison -fno-caret -o list.cc list.y ./c++.at:326: $BISON_CXX_WORKS stderr: stdout: ./c++.at:326: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o list list.cc $LIBS stderr: stdout: ./c++.at:326: $PREPARSER ./list stderr: list: list.cc:232: T& yy::variant::build() [with T = std::__cxx11::list >; long unsigned int S = 32ul]: Assertion `!yytname_' failed. /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/371/test-source: line 305: 24105 Aborted (core dumped) $PREPARSER ./list --- - 2017-05-04 16:16:13.921599720 +0800 +++ /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/371/stdout 2017-05-04 16:16:13.915518287 +0800 @@ -1,2 +1 @@ -(0, 1, 2, 4) ./c++.at:326: exit code was 134, expected 0 371. c++.at:326: 371. Variants parse.assert %code {\n#define TWO_STAGE_BUILD\n} (c++.at:326): FAILED (c++.at:326) # -*- compilation -*- 372. c++.at:327: testing Variants parse.assert api.token.constructor ... ./c++.at:327: bison -fno-caret -o list.cc list.y ./c++.at:327: $BISON_CXX_WORKS stderr: stdout: ./c++.at:327: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o list list.cc $LIBS stderr: stdout: ./c++.at:327: $PREPARSER ./list stderr: list: list.cc:232: T& yy::variant::build() [with T = std::__cxx11::list >; long unsigned int S = 32ul]: Assertion `!yytname_' failed. /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/372/test-source: line 296: 24133 Aborted (core dumped) $PREPARSER ./list --- - 2017-05-04 16:16:14.804703912 +0800 +++ /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/372/stdout 2017-05-04 16:16:14.799519281 +0800 @@ -1,2 +1 @@ -(0, 1, 2, 4) ./c++.at:327: exit code was 134, expected 0 372. c++.at:327: 372. Variants parse.assert api.token.constructor (c++.at:327): FAILED (c++.at:327) # -*- compilation -*- 373. c++.at:328: testing Variants parse.assert api.token.constructor api.token.prefix={TOK_} ... ./c++.at:328: bison -fno-caret -o list.cc list.y ./c++.at:328: $BISON_CXX_WORKS stderr: stdout: ./c++.at:328: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o list list.cc $LIBS stderr: stdout: ./c++.at:328: $PREPARSER ./list stderr: list: list.cc:232: T& yy::variant::build() [with T = std::__cxx11::list >; long unsigned int S = 32ul]: Assertion `!yytname_' failed. /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/373/test-source: line 296: 24166 Aborted (core dumped) $PREPARSER ./list --- - 2017-05-04 16:16:15.683522262 +0800 +++ /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/373/stdout 2017-05-04 16:16:15.679520269 +0800 @@ -1,2 +1 @@ -(0, 1, 2, 4) ./c++.at:328: exit code was 134, expected 0 373. c++.at:328: 373. Variants parse.assert api.token.constructor api.token.prefix={TOK_} (c++.at:328): FAILED (c++.at:328) # -*- compilation -*- 374. c++.at:329: testing Variants %locations parse.assert api.token.constructor api.token.prefix={TOK_} ... ./c++.at:329: bison -fno-caret -o list.cc list.y ./c++.at:329: $BISON_CXX_WORKS stderr: stdout: ./c++.at:329: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o list list.cc $LIBS stderr: stdout: ./c++.at:329: $PREPARSER ./list stderr: list: list.cc:490: T& yy::variant::build() [with T = std::__cxx11::list >; long unsigned int S = 32ul]: Assertion `!yytname_' failed. /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/374/test-source: line 297: 24194 Aborted (core dumped) $PREPARSER ./list --- - 2017-05-04 16:16:16.641789096 +0800 +++ /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/tests/testsuite.dir/at-groups/374/stdout 2017-05-04 16:16:16.635521342 +0800 @@ -1,2 +1 @@ -(0, 1, 2, 4) ./c++.at:329: exit code was 134, expected 0 374. c++.at:329: 374. Variants %locations parse.assert api.token.constructor api.token.prefix={TOK_} (c++.at:329): FAILED (c++.at:329) ## ------------- ## ## ../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 Bison configure 3.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = mardini | uname -m = x86_64 | uname -r = 4.8.0-46-generic | uname -s = Linux | uname -v = #49~16.04.1-Ubuntu SMP Fri Mar 31 14:51:03 UTC 2017 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/sbin | PATH: /usr/local/bin | PATH: /usr/sbin | PATH: /usr/bin | PATH: /sbin | PATH: /bin | PATH: /snap/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:3830: checking for a BSD-compatible install | configure:3898: result: /usr/bin/install -c | configure:3909: checking whether build environment is sane | configure:3964: result: yes | configure:4115: checking for a thread-safe mkdir -p | configure:4154: result: /bin/mkdir -p | configure:4161: checking for gawk | configure:4177: found /usr/bin/gawk | configure:4188: result: gawk | configure:4199: checking whether make sets $(MAKE) | configure:4221: result: yes | configure:4250: checking whether make supports nested variables | configure:4267: result: yes | configure:4403: checking whether make supports nested variables | configure:4420: result: yes | configure:4447: checking for style of include used by make | configure:4475: result: GNU | configure:4546: checking for gcc | configure:4562: found /usr/bin/gcc | configure:4573: result: gcc | configure:4802: checking for C compiler version | configure:4811: gcc --version >&5 | gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 | 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:4822: $? = 0 | configure:4811: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper | Target: x86_64-linux-gnu | Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | Thread model: posix | gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) | configure:4822: $? = 0 | configure:4811: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:4822: $? = 1 | configure:4811: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:4822: $? = 1 | configure:4842: checking whether the C compiler works | configure:4864: gcc conftest.c >&5 | configure:4868: $? = 0 | configure:4916: result: yes | configure:4919: checking for C compiler default output file name | configure:4921: result: a.out | configure:4927: checking for suffix of executables | configure:4934: gcc -o conftest conftest.c >&5 | configure:4938: $? = 0 | configure:4960: result: | configure:4982: checking whether we are cross compiling | configure:4990: gcc -o conftest conftest.c >&5 | configure:4994: $? = 0 | configure:5001: ./conftest | configure:5005: $? = 0 | configure:5020: result: no | configure:5025: checking for suffix of object files | configure:5047: gcc -c conftest.c >&5 | configure:5051: $? = 0 | configure:5072: result: o | configure:5076: checking whether we are using the GNU C compiler | configure:5095: gcc -c conftest.c >&5 | configure:5095: $? = 0 | configure:5104: result: yes | configure:5113: checking whether gcc accepts -g | configure:5133: gcc -c -g conftest.c >&5 | configure:5133: $? = 0 | configure:5174: result: yes | configure:5191: checking for gcc option to accept ISO C89 | configure:5254: gcc -c -g -O2 conftest.c >&5 | configure:5254: $? = 0 | configure:5267: result: none needed | configure:5292: checking whether gcc understands -c and -o together | configure:5314: gcc -c conftest.c -o conftest2.o | configure:5317: $? = 0 | configure:5314: gcc -c conftest.c -o conftest2.o | configure:5317: $? = 0 | configure:5329: result: yes | configure:5348: checking dependency style of gcc | configure:5459: result: gcc3 | configure:5478: checking for gcc option to accept ISO C99 | configure:5627: gcc -c -g -O2 conftest.c >&5 | configure:5627: $? = 0 | configure:5640: result: none needed | configure:5748: checking for gcc option to accept ISO Standard C | configure:5759: result: none needed | configure:5824: checking for g++ | configure:5840: found /usr/bin/g++ | configure:5851: result: g++ | configure:5878: checking for C++ compiler version | configure:5887: g++ --version >&5 | g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 | 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:5898: $? = 0 | configure:5887: g++ -v >&5 | Using built-in specs. | COLLECT_GCC=g++ | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper | Target: x86_64-linux-gnu | Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | Thread model: posix | gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) | configure:5898: $? = 0 | configure:5887: g++ -V >&5 | g++: error: unrecognized command line option '-V' | g++: fatal error: no input files | compilation terminated. | configure:5898: $? = 1 | configure:5887: g++ -qversion >&5 | g++: error: unrecognized command line option '-qversion' | g++: fatal error: no input files | compilation terminated. | configure:5898: $? = 1 | configure:5902: checking whether we are using the GNU C++ compiler | configure:5921: g++ -c conftest.cpp >&5 | configure:5921: $? = 0 | configure:5930: result: yes | configure:5939: checking whether g++ accepts -g | configure:5959: g++ -c -g conftest.cpp >&5 | configure:5959: $? = 0 | configure:6000: result: yes | configure:6025: checking dependency style of g++ | configure:6136: result: gcc3 | configure:6159: checking how to run the C preprocessor | configure:6190: gcc -E conftest.c | configure:6190: $? = 0 | configure:6204: gcc -E conftest.c | conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:6204: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | /* end confdefs.h. */ | | #include | configure:6229: result: gcc -E | configure:6249: gcc -E conftest.c | configure:6249: $? = 0 | configure:6263: gcc -E conftest.c | conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:6263: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | /* end confdefs.h. */ | | #include | configure:6292: checking for grep that handles long lines and -e | configure:6350: result: /bin/grep | configure:6355: checking for egrep | configure:6417: result: /bin/grep -E | configure:6424: checking for Minix Amsterdam compiler | configure:6448: result: no | configure:6500: checking for ar | configure:6516: found /usr/bin/ar | configure:6527: result: ar | configure:6607: checking for ranlib | configure:6623: found /usr/bin/ranlib | configure:6634: result: ranlib | configure:6661: checking for ANSI C header files | configure:6681: gcc -c -g -O2 conftest.c >&5 | configure:6681: $? = 0 | configure:6754: gcc -o conftest -g -O2 conftest.c >&5 | configure:6754: $? = 0 | configure:6754: ./conftest | configure:6754: $? = 0 | configure:6765: result: yes | configure:6778: checking for sys/types.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for sys/stat.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for stdlib.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for string.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for memory.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for strings.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for inttypes.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for stdint.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6778: checking for unistd.h | configure:6778: gcc -c -g -O2 conftest.c >&5 | configure:6778: $? = 0 | configure:6778: result: yes | configure:6791: checking minix/config.h usability | configure:6791: gcc -c -g -O2 conftest.c >&5 | conftest.c:55:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:6791: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:6791: result: no | configure:6791: checking minix/config.h presence | configure:6791: gcc -E conftest.c | conftest.c:22:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:6791: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:6791: result: no | configure:6791: checking for minix/config.h | configure:6791: result: no | configure:6815: checking whether it is safe to define __EXTENSIONS__ | configure:6833: gcc -c -g -O2 conftest.c >&5 | configure:6833: $? = 0 | configure:6840: result: yes | configure:6855: checking whether _XOPEN_SOURCE should be defined | configure:6874: gcc -c -g -O2 conftest.c >&5 | configure:6874: $? = 0 | configure:6898: result: no | configure:6914: checking build system type | configure:6928: result: x86_64-unknown-linux-gnu | configure:6948: checking host system type | configure:6961: result: x86_64-unknown-linux-gnu | configure:7017: checking for special C compiler options needed for large files | configure:7062: result: no | configure:7068: checking for _FILE_OFFSET_BITS value needed for large files | configure:7093: gcc -c -g -O2 conftest.c >&5 | configure:7093: $? = 0 | configure:7125: result: no | configure:7463: checking whether pragma GCC diagnostic push works | configure:7485: gcc -c -Wunknown-pragmas -Werror conftest.c >&5 | configure:7485: $? = 0 | configure:7493: result: yes | configure:8144: gcc -c -g -O2 conftest.c >&5 | configure:8144: $? = 0 | configure:8162: checking whether gcc supports POSIXLY_CORRECT=1 | configure:8186: gcc -o conftest -g -O2 conftest.c >&5 | configure:8186: $? = 0 | configure:8200: result: yes | configure:8217: checking whether g++ builds executables that work | configure:8252: g++ -c -g -O2 conftest.cpp >&5 | configure:8252: $? = 0 | configure:8254: g++ -o conftest -g -O2 conftest.o >&5 | configure:8257: $? = 0 | configure:8263: ./conftest | configure:8266: $? = 0 | configure:8282: result: yes | configure:8308: checking whether g++ supports POSIXLY_CORRECT=1 | configure:8332: g++ -o conftest -g -O2 conftest.cpp >&5 | configure:8332: $? = 0 | configure:8346: result: yes | configure:8389: checking for flex | configure:8419: result: no | configure:8389: checking for lex | configure:8419: result: no | configure:8581: checking for bison | configure:8611: result: no | configure:8581: checking for byacc | configure:8611: result: no | configure:8663: checking for ranlib | configure:8690: result: ranlib | configure:8713: checking for GNU M4 that supports accurate traces | configure:8762: result: /usr/local/bin/m4 | configure:8765: checking whether /usr/local/bin/m4 accepts --gnu | configure:8775: result: yes | configure:8792: checking how m4 supports trace files | configure:8802: result: --debugfile | configure:8819: checking for perl | configure:8837: found /usr/bin/perl | configure:8849: result: /usr/bin/perl | configure:8865: checking for xsltproc | configure:8898: result: no | configure:8912: checking for locale.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for sys/socket.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for unistd.h | configure:8912: result: yes | configure:8912: checking for stdio_ext.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for features.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for sys/stat.h | configure:8912: result: yes | configure:8912: checking for getopt.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for wchar.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for stdint.h | configure:8912: result: yes | configure:8912: checking for inttypes.h | configure:8912: result: yes | configure:8912: checking for math.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for sys/mman.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for sys/param.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for sched.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for spawn.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for sys/wait.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for sys/time.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8912: checking for wctype.h | configure:8912: gcc -c -g -O2 conftest.c >&5 | configure:8912: $? = 0 | configure:8912: result: yes | configure:8928: checking for inline | configure:8944: gcc -c -g -O2 conftest.c >&5 | configure:8944: $? = 0 | configure:8952: result: inline | configure:8981: checking for size_t | configure:8981: gcc -c -g -O2 conftest.c >&5 | configure:8981: $? = 0 | configure:8981: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:85:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:8981: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_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 | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:8981: result: yes | configure:8994: checking for working alloca.h | configure:9011: gcc -o conftest -g -O2 conftest.c >&5 | configure:9011: $? = 0 | configure:9019: result: yes | configure:9027: checking for alloca | configure:9064: gcc -o conftest -g -O2 conftest.c >&5 | configure:9064: $? = 0 | configure:9072: result: yes | configure:9261: checking whether malloc, realloc, calloc are POSIX compliant | configure:9281: gcc -c -g -O2 conftest.c >&5 | configure:9281: $? = 0 | configure:9289: result: yes | configure:9421: checking for _set_invalid_parameter_handler | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/cc9EYpr6.o: In function `main': | /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/conftest.c:85: undefined reference to `_set_invalid_parameter_handler' | collect2: error: ld returned 1 exit status | configure:9421: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 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:9421: result: no | configure:9421: checking for fcntl | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for symlink | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for __fpending | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for vasnprintf | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccLCHpNd.o: In function `main': | /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/conftest.c:88: undefined reference to `vasnprintf' | collect2: error: ld returned 1 exit status | configure:9421: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 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:9421: result: no | configure:9421: checking for snprintf | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:77:6: warning: conflicting types for built-in function 'snprintf' | char snprintf (); | ^ | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for __fseterr | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccTam5Xk.o: In function `main': | /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/conftest.c:89: undefined reference to `__fseterr' | collect2: error: ld returned 1 exit status | configure:9421: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 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:9421: result: no | configure:9421: checking for getdtablesize | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for mbsinit | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for mbrtowc | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for isascii | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:81:6: warning: conflicting types for built-in function 'isascii' | char isascii (); | ^ | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for mprotect | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for obstack_printf | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for lstat | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for strerror_r | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for __xpg_strerror_r | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for pipe2 | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for posix_spawn | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for sigaction | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for sigaltstack | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for siginterrupt | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for strdup | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:92:6: warning: conflicting types for built-in function 'strdup' | char strdup (); | ^ | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for catgets | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for strndup | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:94:6: warning: conflicting types for built-in function 'strndup' | char strndup (); | ^ | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for pipe | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for iswcntrl | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:96:6: warning: conflicting types for built-in function 'iswcntrl' | char iswcntrl (); | ^ | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for wcwidth | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9421: checking for setlocale | configure:9421: gcc -o conftest -g -O2 conftest.c >&5 | configure:9421: $? = 0 | configure:9421: result: yes | configure:9448: checking whether // is distinct from / | configure:9477: result: no | configure:9498: checking if environ is properly declared | configure:9521: gcc -c -g -O2 conftest.c >&5 | conftest.c:82:39: error: conflicting types for 'environ' | extern struct { int foo; } environ; | ^ | In file included from conftest.c:77:0: | /usr/include/unistd.h:548:15: note: previous declaration of 'environ' was here | extern char **environ; | ^ | configure:9521: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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:9529: result: yes | configure:9544: checking whether the preprocessor supports include_next | configure:9582: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 | configure:9582: $? = 0 | configure:9603: result: yes | configure:9624: checking whether system header files limit the line length | configure:9647: result: no | configure:9658: checking for complete errno.h | configure:9731: result: yes | configure:10028: checking whether strerror_r is declared | configure:10028: gcc -c -g -O2 conftest.c >&5 | configure:10028: $? = 0 | configure:10028: result: yes | configure:10041: checking for strerror_r | configure:10041: result: yes | configure:10050: checking whether strerror_r returns char * | configure:10074: gcc -c -g -O2 conftest.c >&5 | configure:10074: $? = 0 | configure:10112: result: yes | configure:10127: checking for sig_atomic_t | configure:10127: gcc -c -g -O2 conftest.c >&5 | configure:10127: $? = 0 | configure:10127: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:85:27: error: expected expression before ')' token | if (sizeof ((sig_atomic_t))) | ^ | configure:10127: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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:10127: result: yes | configure:10163: checking for working fcntl.h | configure:10266: gcc -o conftest -g -O2 conftest.c >&5 | configure:10266: $? = 0 | configure:10266: ./conftest | configure:10266: $? = 0 | configure:10281: result: yes | configure:10304: checking for pid_t | configure:10304: gcc -c -g -O2 conftest.c >&5 | configure:10304: $? = 0 | configure:10304: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:119:20: error: expected expression before ')' token | if (sizeof ((pid_t))) | ^ | configure:10304: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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:10304: result: yes | configure:10315: checking for mode_t | configure:10315: gcc -c -g -O2 conftest.c >&5 | configure:10315: $? = 0 | configure:10315: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:119:21: error: expected expression before ')' token | if (sizeof ((mode_t))) | ^ | configure:10315: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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:10315: result: yes | configure:10434: checking for stdint.h | configure:10451: gcc -c -g -O2 conftest.c >&5 | configure:10451: $? = 0 | configure:10458: result: yes | configure:10469: checking for inttypes.h | configure:10488: gcc -c -g -O2 conftest.c >&5 | configure:10488: $? = 0 | configure:10495: result: yes | configure:10509: checking whether printf supports size specifiers as in C99 | configure:10580: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%ju %d", (uintmax_t) 12345671, 33, 44, 55) < 0 | ^ | conftest.c:107:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%zu %d", (size_t) 12345672, 33, 44, 55) < 0 | ^ | conftest.c:111:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%tu %d", (ptrdiff_t) 12345673, 33, 44, 55) < 0 | ^ | conftest.c:115:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%Lg %d", (long double) 1.5, 33, 44, 55) < 0 | ^ | configure:10580: $? = 0 | configure:10580: ./conftest | configure:10580: $? = 0 | configure:10591: result: yes | configure:10596: checking whether printf supports 'long double' arguments | configure:10635: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:93:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%Lf %d", 1.75L, 33, 44, 55) < 0 | ^ | conftest.c:97:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%Le %d", 1.75L, 33, 44, 55) < 0 | ^ | conftest.c:101:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%Lg %d", 1.75L, 33, 44, 55) < 0 | ^ | configure:10635: $? = 0 | configure:10635: ./conftest | configure:10635: $? = 0 | configure:10646: result: yes | configure:10651: checking whether printf supports infinite 'double' arguments | configure:10752: gcc -o conftest -g -O2 conftest.c >&5 | configure:10752: $? = 0 | configure:10752: ./conftest | configure:10752: $? = 0 | configure:10763: result: yes | configure:10767: checking whether byte ordering is bigendian | configure:10782: gcc -c -g -O2 conftest.c >&5 | conftest.c:86:9: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:86:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:86:15: error: unknown type name 'universal' | configure:10782: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:10827: gcc -c -g -O2 conftest.c >&5 | configure:10827: $? = 0 | configure:10845: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:92:4: error: unknown type name 'not' | not big endian | ^ | conftest.c:92:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | not big endian | ^ | configure:10845: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:10973: result: no | configure:10993: checking whether long double and double are the same | configure:11014: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:89:13: error: size of array 'check' is negative | typedef int check[sizeof (long double) == sizeof (double) | ^ | configure:11014: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 | | /* 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:11022: result: no | configure:11046: checking whether printf supports infinite 'long double' arguments | configure:11353: gcc -o conftest -g -O2 conftest.c >&5 | configure:11353: $? = 0 | configure:11353: ./conftest | configure:11353: $? = 64 | configure: program exited with status 64 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 1 | | /* end confdefs.h. */ | | | | | | #include | | #if defined __MACH__ && defined __APPLE__ | | /* Avoid a crash on Mac OS X. */ | | #include | | #include | | #include | | #include | | #include | | #include | | /* The exception port on which our thread listens. */ | | static mach_port_t our_exception_port; | | /* The main function of the thread listening for exceptions of type | | EXC_BAD_ACCESS. */ | | static void * | | mach_exception_thread (void *arg) | | { | | /* Buffer for a message to be received. */ | | struct { | | mach_msg_header_t head; | | mach_msg_body_t msgh_body; | | char data[1024]; | | } msg; | | mach_msg_return_t retval; | | /* Wait for a message on the exception port. */ | | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg), | | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); | | if (retval != MACH_MSG_SUCCESS) | | abort (); | | exit (1); | | } | | static void | | nocrash_init (void) | | { | | mach_port_t self = mach_task_self (); | | /* Allocate a port on which the thread shall listen for exceptions. */ | | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port) | | == KERN_SUCCESS) { | | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */ | | if (mach_port_insert_right (self, our_exception_port, our_exception_port, | | MACH_MSG_TYPE_MAKE_SEND) | | == KERN_SUCCESS) { | | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting | | for us. */ | | exception_mask_t mask = EXC_MASK_BAD_ACCESS; | | /* Create the thread listening on the exception port. */ | | pthread_attr_t attr; | | pthread_t thread; | | if (pthread_attr_init (&attr) == 0 | | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0 | | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) { | | pthread_attr_destroy (&attr); | | /* Replace the exception port info for these exceptions with our own. | | Note that we replace the exception port for the entire task, not only | | for a particular thread. This has the effect that when our exception | | port gets the message, the thread specific exception port has already | | been asked, and we don't need to bother about it. | | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */ | | task_set_exception_ports (self, mask, our_exception_port, | | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE); | | } | | } | | } | | } | | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | /* Avoid a crash on native Windows. */ | | #define WIN32_LEAN_AND_MEAN | | #include | | #include | | static LONG WINAPI | | exception_filter (EXCEPTION_POINTERS *ExceptionInfo) | | { | | switch (ExceptionInfo->ExceptionRecord->ExceptionCode) | | { | | case EXCEPTION_ACCESS_VIOLATION: | | case EXCEPTION_IN_PAGE_ERROR: | | case EXCEPTION_STACK_OVERFLOW: | | case EXCEPTION_GUARD_PAGE: | | case EXCEPTION_PRIV_INSTRUCTION: | | case EXCEPTION_ILLEGAL_INSTRUCTION: | | case EXCEPTION_DATATYPE_MISALIGNMENT: | | case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: | | case EXCEPTION_NONCONTINUABLE_EXCEPTION: | | exit (1); | | } | | return EXCEPTION_CONTINUE_SEARCH; | | } | | static void | | nocrash_init (void) | | { | | SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter); | | } | | #else | | /* Avoid a crash on POSIX systems. */ | | #include | | /* A POSIX signal handler. */ | | static void | | exception_handler (int sig) | | { | | exit (1); | | } | | static void | | nocrash_init (void) | | { | | #ifdef SIGSEGV | | signal (SIGSEGV, exception_handler); | | #endif | | #ifdef SIGBUS | | signal (SIGBUS, exception_handler); | | #endif | | } | | #endif | | | | #include | | #include | | #include | | static int | | strisnan (const char *string, size_t start_index, size_t end_index) | | { | | if (start_index < end_index) | | { | | if (string[start_index] == '-') | | start_index++; | | if (start_index + 3 <= end_index | | && memcmp (string + start_index, "nan", 3) == 0) | | { | | start_index += 3; | | if (start_index == end_index | | || (string[start_index] == '(' && string[end_index - 1] == ')')) | | return 1; | | } | | } | | return 0; | | } | | static char buf[10000]; | | static long double zeroL = 0.0L; | | int main () | | { | | int result = 0; | | nocrash_init(); | | if (sprintf (buf, "%Lf", 1.0L / zeroL) < 0 | | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | | result |= 1; | | if (sprintf (buf, "%Lf", -1.0L / zeroL) < 0 | | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | | result |= 1; | | if (sprintf (buf, "%Lf", zeroL / zeroL) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 1; | | if (sprintf (buf, "%Le", 1.0L / zeroL) < 0 | | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | | result |= 1; | | if (sprintf (buf, "%Le", -1.0L / zeroL) < 0 | | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | | result |= 1; | | if (sprintf (buf, "%Le", zeroL / zeroL) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 1; | | if (sprintf (buf, "%Lg", 1.0L / zeroL) < 0 | | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | | result |= 1; | | if (sprintf (buf, "%Lg", -1.0L / zeroL) < 0 | | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | | result |= 1; | | if (sprintf (buf, "%Lg", zeroL / zeroL) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 1; | | #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE | | /* Representation of an 80-bit 'long double' as an initializer for a sequence | | of 'unsigned int' words. */ | | # ifdef WORDS_BIGENDIAN | | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | | # else | | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | | # endif | | { /* Quiet NaN. */ | | static union { unsigned int word[4]; long double value; } x = | | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | | if (sprintf (buf, "%Lf", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 2; | | if (sprintf (buf, "%Le", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 2; | | if (sprintf (buf, "%Lg", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 2; | | } | | { | | /* Signalling NaN. */ | | static union { unsigned int word[4]; long double value; } x = | | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | | if (sprintf (buf, "%Lf", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 2; | | if (sprintf (buf, "%Le", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 2; | | if (sprintf (buf, "%Lg", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 2; | | } | | { /* Pseudo-NaN. */ | | static union { unsigned int word[4]; long double value; } x = | | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | | if (sprintf (buf, "%Lf", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 4; | | if (sprintf (buf, "%Le", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 4; | | if (sprintf (buf, "%Lg", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 4; | | } | | { /* Pseudo-Infinity. */ | | static union { unsigned int word[4]; long double value; } x = | | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | | if (sprintf (buf, "%Lf", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 8; | | if (sprintf (buf, "%Le", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 8; | | if (sprintf (buf, "%Lg", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 8; | | } | | { /* Pseudo-Zero. */ | | static union { unsigned int word[4]; long double value; } x = | | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | | if (sprintf (buf, "%Lf", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 16; | | if (sprintf (buf, "%Le", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 16; | | if (sprintf (buf, "%Lg", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 16; | | } | | { /* Unnormalized number. */ | | static union { unsigned int word[4]; long double value; } x = | | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | | if (sprintf (buf, "%Lf", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 32; | | if (sprintf (buf, "%Le", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 32; | | if (sprintf (buf, "%Lg", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 32; | | } | | { /* Pseudo-Denormal. */ | | static union { unsigned int word[4]; long double value; } x = | | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | | if (sprintf (buf, "%Lf", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 64; | | if (sprintf (buf, "%Le", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 64; | | if (sprintf (buf, "%Lg", x.value) < 0 | | || !strisnan (buf, 0, strlen (buf))) | | result |= 64; | | } | | #endif | | return result; | | } | configure:11364: result: no | configure:11374: checking whether printf supports the 'a' and 'A' directives | configure:11462: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:94:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0 | ^ | conftest.c:100:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0 | ^ | conftest.c:107:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0 | ^ | conftest.c:115:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%010a %d", 1.0 / zero, 33, 44, 55) < 0 | ^ | configure:11462: $? = 0 | configure:11462: ./conftest | configure:11462: $? = 0 | configure:11473: result: yes | configure:11478: checking whether printf supports the 'F' directive | configure:11526: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:94:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%F %d", 1234567.0, 33, 44, 55) < 0 | ^ | configure:11526: $? = 0 | configure:11526: ./conftest | configure:11526: $? = 0 | configure:11537: result: yes | configure:11542: checking whether printf supports the 'n' directive | configure:11592: gcc -o conftest -g -O2 conftest.c >&5 | configure:11592: $? = 0 | configure:11592: ./conftest | *** %n in writable segment detected *** | ./configure: line 2815: 22927 Aborted (core dumped) ./conftest$ac_exeext | configure:11592: $? = 134 | configure: program exited with status 134 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 1 | | /* end confdefs.h. */ | | | | #include | | #include | | #include | | #ifdef _MSC_VER | | /* See page about "Parameter Validation" on msdn.microsoft.com. */ | | static void cdecl | | invalid_parameter_handler (const wchar_t *expression, | | const wchar_t *function, | | const wchar_t *file, unsigned int line, | | uintptr_t dummy) | | { | | exit (1); | | } | | #endif | | static char fmtstring[10]; | | static char buf[100]; | | int main () | | { | | int count = -1; | | #ifdef _MSC_VER | | _set_invalid_parameter_handler (invalid_parameter_handler); | | #endif | | /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2) | | support %n in format strings in read-only memory but not in writable | | memory. */ | | strcpy (fmtstring, "%d %n"); | | if (sprintf (buf, fmtstring, 123, &count, 33, 44, 55) < 0 | | || strcmp (buf, "123 ") != 0 | | || count != 4) | | return 1; | | return 0; | | } | configure:11603: result: no | configure:11608: checking whether printf supports the 'ls' directive | configure:11679: gcc -o conftest -g -O2 conftest.c >&5 | configure:11679: $? = 0 | configure:11679: ./conftest | configure:11679: $? = 0 | configure:11690: result: yes | configure:11695: checking whether printf supports POSIX/XSI format strings with positions | configure:11727: gcc -o conftest -g -O2 conftest.c >&5 | configure:11727: $? = 0 | configure:11727: ./conftest | configure:11727: $? = 0 | configure:11738: result: yes | configure:11743: checking whether printf supports the grouping flag | configure:11773: gcc -o conftest -g -O2 conftest.c >&5 | configure:11773: $? = 0 | configure:11773: ./conftest | configure:11773: $? = 0 | configure:11784: result: yes | configure:11789: checking whether printf supports the left-adjust flag correctly | configure:11822: gcc -o conftest -g -O2 conftest.c >&5 | configure:11822: $? = 0 | configure:11822: ./conftest | configure:11822: $? = 0 | configure:11833: result: yes | configure:11838: checking whether printf supports the zero flag correctly | configure:11872: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:93:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%010f", 1.0 / zero, 33, 44, 55) < 0 | ^ | configure:11872: $? = 0 | configure:11872: ./conftest | configure:11872: $? = 0 | configure:11883: result: yes | configure:11888: checking whether printf supports large precisions | configure:11931: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%.4000d %d", 1, 33, 44) < 4000 + 3) | ^ | conftest.c:99:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%.4000f %d", 1.0, 33, 44) < 4000 + 5) | ^ | conftest.c:101:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%.511f %d", 1.0, 33, 44) < 511 + 5 | ^ | conftest.c:104:21: warning: too many arguments for format [-Wformat-extra-args] | if (sprintf (buf, "%.999f %d", 1.0, 33, 44) < 999 + 5 | ^ | configure:11931: $? = 0 | configure:11931: ./conftest | configure:11931: $? = 0 | configure:11942: result: yes | configure:11955: gcc -c -g -O2 conftest.c >&5 | conftest.c:87:10: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:87:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:87:16: error: unknown type name 'universal' | configure:11955: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:11990: checking whether printf survives out-of-memory conditions | configure:12161: gcc -o conftest -g -O2 conftest.c >&5 | configure:12164: $? = 0 | configure:12168: $? = 0 | configure:12213: result: yes | configure:12231: checking for unsigned long long int | configure:12279: result: yes | configure:12289: checking for long long int | configure:12339: result: yes | configure:12348: checking for wchar_t | configure:12365: gcc -c -g -O2 conftest.c >&5 | configure:12365: $? = 0 | configure:12372: result: yes | configure:12381: checking for wint_t | configure:12406: gcc -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12413: result: yes | configure:12435: checking for intmax_t | configure:12460: gcc -c -g -O2 conftest.c >&5 | configure:12460: $? = 0 | configure:12467: result: yes | configure:12486: checking where to find the exponent in a 'double' | configure:12800: gcc -o conftest -g -O2 conftest.c >&5 | configure:12800: $? = 0 | configure:12800: ./conftest | configure:12800: $? = 0 | configure:12812: result: word 1 bit 20 | configure:12839: checking whether snprintf returns a byte count as in C99 | configure:12909: gcc -o conftest -g -O2 conftest.c >&5 | configure:12909: $? = 0 | configure:12909: ./conftest | configure:12909: $? = 0 | configure:12920: result: yes | configure:12931: checking for snprintf | configure:12931: result: yes | configure:12931: checking for strnlen | configure:12931: gcc -o conftest -g -O2 conftest.c >&5 | configure:12931: $? = 0 | configure:12931: result: yes | configure:12931: checking for wcslen | configure:12931: gcc -o conftest -g -O2 conftest.c >&5 | configure:12931: $? = 0 | configure:12931: result: yes | configure:12931: checking for wcsnlen | configure:12931: gcc -o conftest -g -O2 conftest.c >&5 | configure:12931: $? = 0 | configure:12931: result: yes | configure:12931: checking for mbrtowc | configure:12931: result: yes | configure:12931: checking for wcrtomb | configure:12931: gcc -o conftest -g -O2 conftest.c >&5 | configure:12931: $? = 0 | configure:12931: result: yes | configure:12940: checking whether _snprintf is declared | configure:12940: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:108:10: error: '_snprintf' undeclared (first use in this function) | (void) _snprintf; | ^ | conftest.c:108:10: note: each undeclared identifier is reported only once for each function it appears in | configure:12940: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef _snprintf | | #ifdef __cplusplus | | (void) _snprintf; | | #else | | (void) _snprintf; | | #endif | | #endif | | | | ; | | return 0; | | } | configure:12940: result: no | configure:13219: checking whether frexp() can be used without linking with libm | configure:13237: gcc -o conftest -g -O2 conftest.c >&5 | configure:13237: $? = 0 | configure:13246: result: yes | configure:13249: checking whether alarm is declared | configure:13249: gcc -c -g -O2 conftest.c >&5 | configure:13249: $? = 0 | configure:13249: result: yes | configure:13297: checking whether stat file-mode macros are broken | configure:13324: gcc -c -g -O2 conftest.c >&5 | configure:13324: $? = 0 | configure:13331: result: no | configure:13478: checking for nlink_t | configure:13478: gcc -c -g -O2 conftest.c >&5 | configure:13478: $? = 0 | configure:13478: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:108:22: error: expected expression before ')' token | if (sizeof ((nlink_t))) | ^ | configure:13478: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | if (sizeof ((nlink_t))) | | return 0; | | ; | | return 0; | | } | configure:13478: result: yes | configure:13493: checking whether fchmodat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether fstat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether fstatat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether futimens is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether lchmod is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether lstat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether mkdirat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether mkfifo is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether mkfifoat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether mknod is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether mknodat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether stat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13493: checking whether utimensat is declared without a macro | configure:13511: gcc -c -g -O2 conftest.c >&5 | configure:13511: $? = 0 | configure:13519: result: yes | configure:13625: checking for getopt.h | configure:13625: result: yes | configure:13642: checking for getopt_long_only | configure:13642: gcc -o conftest -g -O2 conftest.c >&5 | configure:13642: $? = 0 | configure:13642: result: yes | configure:13656: checking whether getopt is POSIX compatible | configure:13698: gcc -o conftest -g -O2 conftest.c >&5 | configure:13698: $? = 0 | configure:13698: ./conftest | configure:13698: $? = 0 | configure:13757: gcc -o conftest -g -O2 conftest.c >&5 | configure:13757: $? = 0 | configure:13757: ./conftest | configure:13757: $? = 0 | configure:13799: gcc -o conftest -g -O2 conftest.c >&5 | configure:13799: $? = 0 | configure:13799: ./conftest | program: option requires an argument -- 'b' | configure:13799: $? = 0 | configure:13817: result: yes | configure:13825: checking for working GNU getopt function | configure:14046: gcc -o conftest -g -O2 conftest.c >&5 | configure:14046: $? = 0 | configure:14046: ./conftest | configure:14046: $? = 0 | configure:14062: result: yes | configure:14067: checking for working GNU getopt_long function | configure:14112: gcc -o conftest -g -O2 conftest.c >&5 | configure:14112: $? = 0 | configure:14112: ./conftest | configure:14112: $? = 0 | configure:14123: result: yes | configure:14152: checking whether getenv is declared | configure:14152: gcc -c -g -O2 conftest.c >&5 | configure:14152: $? = 0 | configure:14152: result: yes | configure:14288: checking whether stdint.h conforms to C99 | configure:14457: gcc -c -g -O2 conftest.c >&5 | configure:14457: $? = 0 | configure:14537: gcc -o conftest -g -O2 conftest.c >&5 | configure:14537: $? = 0 | configure:14537: ./conftest | configure:14537: $? = 0 | configure:14549: result: yes | configure:14996: checking whether imaxabs is declared without a macro | configure:15014: gcc -c -g -O2 conftest.c >&5 | configure:15014: $? = 0 | configure:15022: result: yes | configure:14996: checking whether imaxdiv is declared without a macro | configure:15014: gcc -c -g -O2 conftest.c >&5 | configure:15014: $? = 0 | configure:15022: result: yes | configure:14996: checking whether strtoimax is declared without a macro | configure:15014: gcc -c -g -O2 conftest.c >&5 | configure:15014: $? = 0 | configure:15022: result: yes | configure:14996: checking whether strtoumax is declared without a macro | configure:15014: gcc -c -g -O2 conftest.c >&5 | configure:15014: $? = 0 | configure:15022: result: yes | configure:15037: checking for inttypes.h | configure:15037: result: yes | configure:15048: checking whether the inttypes.h PRIxNN macros are broken | configure:15070: gcc -c -g -O2 conftest.c >&5 | configure:15070: $? = 0 | configure:15078: result: no | configure:15094: checking where to find the exponent in a 'float' | configure:15171: gcc -o conftest -g -O2 conftest.c >&5 | configure:15171: $? = 0 | configure:15171: ./conftest | configure:15171: $? = 0 | configure:15183: result: word 0 bit 23 | configure:15206: checking whether isnan(float) can be used without linking with libm | configure:15231: gcc -o conftest -g -O2 conftest.c >&5 | configure:15231: $? = 0 | configure:15240: result: yes | configure:15296: checking whether isnan(float) works | configure:15364: gcc -o conftest -g -O2 conftest.c >&5 | configure:15364: $? = 0 | configure:15364: ./conftest | configure:15364: $? = 0 | configure:15375: result: yes | configure:15395: checking whether isnan(double) can be used without linking with libm | configure:15420: gcc -o conftest -g -O2 conftest.c >&5 | configure:15420: $? = 0 | configure:15429: result: yes | configure:15491: checking whether isnan(long double) can be used without linking with libm | configure:15516: gcc -o conftest -g -O2 conftest.c >&5 | configure:15516: $? = 0 | configure:15525: result: yes | configure:15582: checking whether isnanl works | configure:15720: gcc -o conftest -g -O2 conftest.c >&5 | configure:15720: $? = 0 | configure:15720: ./conftest | configure:15720: $? = 64 | configure: program exited with status 64 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | /* end confdefs.h. */ | | | | #include | | #include | | #include | | #if __GNUC__ >= 4 | | # undef isnanl | | # define isnanl(x) __builtin_isnanl ((long double)(x)) | | #elif defined isnan | | # undef isnanl | | # define isnanl(x) isnan ((long double)(x)) | | #endif | | #define NWORDS ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) | | typedef union { unsigned int word[NWORDS]; long double value; } | | memory_long_double; | | /* On Irix 6.5, gcc 3.4.3 can't compute compile-time NaN, and needs the | | runtime type conversion. */ | | #ifdef __sgi | | static long double NaNl () | | { | | double zero = 0.0; | | return zero / zero; | | } | | #else | | # define NaNl() (0.0L / 0.0L) | | #endif | | int main () | | { | | int result = 0; | | | | if (!isnanl (NaNl ())) | | result |= 1; | | | | { | | memory_long_double m; | | unsigned int i; | | | | /* The isnanl function should be immune against changes in the sign bit and | | in the mantissa bits. The xor operation twiddles a bit that can only be | | a sign bit or a mantissa bit (since the exponent never extends to | | bit 31). */ | | m.value = NaNl (); | | m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1); | | for (i = 0; i < NWORDS; i++) | | m.word[i] |= 1; | | if (!isnanl (m.value)) | | result |= 1; | | } | | | | #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE | | /* Representation of an 80-bit 'long double' as an initializer for a sequence | | of 'unsigned int' words. */ | | # ifdef WORDS_BIGENDIAN | | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | | # else | | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | | # endif | | { /* Quiet NaN. */ | | static memory_long_double x = | | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | | if (!isnanl (x.value)) | | result |= 2; | | } | | { | | /* Signalling NaN. */ | | static memory_long_double x = | | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | | if (!isnanl (x.value)) | | result |= 2; | | } | | /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities, | | Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in | | Intel IA-64 Architecture Software Developer's Manual, Volume 1: | | Application Architecture. | | Table 5-2 "Floating-Point Register Encodings" | | Figure 5-6 "Memory to Floating-Point Register Data Translation" | | */ | | { /* Pseudo-NaN. */ | | static memory_long_double x = | | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | | if (!isnanl (x.value)) | | result |= 4; | | } | | { /* Pseudo-Infinity. */ | | static memory_long_double x = | | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | | if (!isnanl (x.value)) | | result |= 8; | | } | | { /* Pseudo-Zero. */ | | static memory_long_double x = | | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | | if (!isnanl (x.value)) | | result |= 16; | | } | | { /* Unnormalized number. */ | | static memory_long_double x = | | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | | if (!isnanl (x.value)) | | result |= 32; | | } | | { /* Pseudo-Denormal. */ | | static memory_long_double x = | | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | | if (!isnanl (x.value)) | | result |= 64; | | } | | #endif | | | | return result; | | } | configure:15731: result: no | configure:15748: checking whether ldexp() can be used without linking with libm | configure:15770: gcc -o conftest -g -O2 conftest.c >&5 | configure:15770: $? = 0 | configure:15779: result: yes | configure:15783: checking for nl_langinfo and CODESET | configure:15799: gcc -o conftest -g -O2 conftest.c >&5 | configure:15799: $? = 0 | configure:15808: result: yes | configure:15816: checking whether getc_unlocked is declared | configure:15816: gcc -c -g -O2 conftest.c >&5 | configure:15816: $? = 0 | configure:15816: result: yes | configure:15828: checking whether we are using the GNU C Library >= 2.1 or uClibc | configure:15858: result: yes | configure:15905: checking for ld used by gcc | configure:15972: result: /usr/bin/ld | configure:15979: checking if the linker (/usr/bin/ld) is GNU ld | configure:15994: result: yes | configure:16001: checking for shared library run path origin | configure:16014: result: done | configure:16104: checking whether imported symbols can be declared weak | configure:16122: gcc -o conftest -g -O2 conftest.c >&5 | configure:16122: $? = 0 | configure:16156: gcc -o conftest -g -O2 conftest.c >&5 | configure:16156: $? = 0 | configure:16156: ./conftest | configure:16156: $? = 0 | configure:16168: result: yes | configure:16173: checking pthread.h usability | configure:16173: gcc -c -g -O2 conftest.c >&5 | configure:16173: $? = 0 | configure:16173: result: yes | configure:16173: checking pthread.h presence | configure:16173: gcc -E conftest.c | configure:16173: $? = 0 | configure:16173: result: yes | configure:16173: checking for pthread.h | configure:16173: result: yes | configure:16201: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:131:1: warning: null argument where non-null required (argument 1) [-Wnonnull] | pthread_mutex_lock((pthread_mutex_t*)0); | ^ | conftest.c:132:16: warning: null argument where non-null required (argument 1) [-Wnonnull] | pthread_mutexattr_init((pthread_mutexattr_t*)0); | ^ | /tmp/ccN2GguI.o: In function `main': | /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/conftest.c:132: undefined reference to `pthread_mutexattr_init' | collect2: error: ld returned 1 exit status | configure:16201: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | pthread_mutex_lock((pthread_mutex_t*)0); | | pthread_mutexattr_init((pthread_mutexattr_t*)0); | | ; | | return 0; | | } | configure:16264: checking for pthread_kill in -lpthread | configure:16289: gcc -o conftest -g -O2 conftest.c -lpthread >&5 | configure:16289: $? = 0 | configure:16298: result: yes | configure:16988: checking for multithread API to use | configure:16990: result: posix | configure:17098: checking for mbstate_t | configure:17122: gcc -c -g -O2 conftest.c >&5 | configure:17122: $? = 0 | configure:17129: result: yes | configure:17148: checking for a traditional japanese locale | configure:17218: gcc -o conftest -g -O2 conftest.c >&5 | configure:17221: $? = 0 | configure:17279: result: none | configure:17287: checking for a transitional chinese locale | configure:17358: gcc -o conftest -g -O2 conftest.c >&5 | configure:17361: $? = 0 | configure:17412: result: none | configure:17419: checking for a french Unicode locale | configure:17491: gcc -o conftest -g -O2 conftest.c >&5 | configure:17494: $? = 0 | configure:17540: result: none | configure:17633: checking for mmap | configure:17633: gcc -o conftest -g -O2 conftest.c >&5 | configure:17633: $? = 0 | configure:17633: result: yes | configure:17644: checking for MAP_ANONYMOUS | configure:17681: result: yes | configure:17703: checking whether memchr works | configure:17766: gcc -o conftest -g -O2 conftest.c >&5 | configure:17766: $? = 0 | configure:17766: ./conftest | configure:17766: $? = 0 | configure:17776: result: yes | configure:17785: checking whether obstack_printf is declared | configure:17785: gcc -c -g -O2 conftest.c >&5 | configure:17785: $? = 0 | configure:17785: result: yes | configure:17800: checking for promoted mode_t type | configure:17817: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:136:13: error: size of array 'array' is negative | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ^ | configure:17817: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | | ; | | return 0; | | } | configure:17825: result: mode_t | configure:17837: checking whether strerror(0) succeeds | configure:17872: gcc -o conftest -g -O2 conftest.c >&5 | configure:17872: $? = 0 | configure:17872: ./conftest | configure:17872: $? = 0 | configure:17883: result: yes | configure:17906: checking for strerror_r with POSIX signature | configure:17924: gcc -c -g -O2 conftest.c >&5 | conftest.c:134:21: error: conflicting types for 'strerror_r' | int strerror_r (int, char *, size_t); | ^ | In file included from conftest.c:133:0: | /usr/include/string.h:433:14: note: previous declaration of 'strerror_r' was here | extern char *strerror_r (int __errnum, char *__buf, size_t __buflen) | ^ | configure:17924: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | /* end confdefs.h. */ | | #include | | int strerror_r (int, char *, size_t); | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:17932: result: no | configure:18006: checking whether __xpg_strerror_r works | configure:18046: gcc -o conftest -g -O2 conftest.c >&5 | configure:18046: $? = 0 | configure:18046: ./conftest | configure:18046: $? = 0 | configure:18057: result: yes | configure:18064: checking whether strerror_r is declared | configure:18064: result: yes | configure:18152: checking whether posix_spawn works | configure:18292: gcc -o conftest -g -O2 conftest.c >&5 | configure:18292: $? = 0 | configure:18467: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'parent_main': | conftest.c:201:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] | freopen ("/dev/null", "rb", stdin); | ^ | configure:18467: $? = 0 | configure:18467: ./conftest | configure:18467: $? = 0 | configure:18485: result: yes | configure:18493: checking whether posix_spawnattr_setschedpolicy is supported | configure:18517: result: yes | configure:18519: checking whether posix_spawnattr_setschedparam is supported | configure:18543: result: yes | configure:18833: checking for ptrdiff_t | configure:18833: gcc -c -g -O2 conftest.c >&5 | configure:18833: $? = 0 | configure:18833: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:172:24: error: expected expression before ')' token | if (sizeof ((ptrdiff_t))) | ^ | configure:18833: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 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:18833: result: yes | configure:18893: checking whether C symbols are prefixed with underscore at the linker level | configure:18906: gcc -g -O2 -S conftest.c | configure:18909: $? = 0 | configure:18919: result: no | configure:18955: checking for sigset_t | configure:18955: gcc -c -g -O2 conftest.c >&5 | configure:18955: $? = 0 | configure:18955: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:147:23: error: expected expression before ')' token | if (sizeof ((sigset_t))) | ^ | configure:18955: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #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:18955: result: yes | configure:18980: checking for C/C++ restrict keyword | configure:19005: gcc -c -g -O2 conftest.c >&5 | configure:19005: $? = 0 | configure:19013: result: __restrict | configure:19026: checking for uid_t in sys/types.h | configure:19045: result: yes | configure:19060: checking whether snprintf is declared | configure:19060: gcc -c -g -O2 conftest.c >&5 | configure:19060: $? = 0 | configure:19060: result: yes | configure:19073: checking for stdbool.h that conforms to C99 | configure:19140: gcc -c -g -O2 conftest.c >&5 | configure:19140: $? = 0 | configure:19147: result: yes | configure:19149: checking for _Bool | configure:19149: gcc -c -g -O2 conftest.c >&5 | configure:19149: $? = 0 | configure:19149: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:177:20: error: expected expression before ')' token | if (sizeof ((_Bool))) | ^ | configure:19149: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #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:19149: result: yes | configure:19166: checking whether strdup is declared | configure:19166: gcc -c -g -O2 conftest.c >&5 | configure:19166: $? = 0 | configure:19166: result: yes | configure:19253: checking whether ffsl is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether ffsll is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether memmem is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether mempcpy is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether memrchr is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether rawmemchr is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether stpcpy is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether stpncpy is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strchrnul is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strdup is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strncat is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strndup is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strnlen is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strpbrk is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strsep is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strcasestr is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strtok_r is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strerror_r is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strsignal is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19253: checking whether strverscmp is declared without a macro | configure:19271: gcc -c -g -O2 conftest.c >&5 | configure:19271: $? = 0 | configure:19279: result: yes | configure:19291: checking whether strndup is declared | configure:19291: result: yes | configure:19304: checking whether strnlen is declared | configure:19304: result: yes | configure:19423: checking for struct timespec in | configure:19440: gcc -c -g -O2 conftest.c >&5 | configure:19440: $? = 0 | configure:19447: result: yes | configure:19623: checking whether clearerr_unlocked is declared | configure:19623: gcc -c -g -O2 conftest.c >&5 | configure:19623: $? = 0 | configure:19623: result: yes | configure:19634: checking whether feof_unlocked is declared | configure:19634: gcc -c -g -O2 conftest.c >&5 | configure:19634: $? = 0 | configure:19634: result: yes | configure:19645: checking whether ferror_unlocked is declared | configure:19645: gcc -c -g -O2 conftest.c >&5 | configure:19645: $? = 0 | configure:19645: result: yes | configure:19656: checking whether fflush_unlocked is declared | configure:19656: gcc -c -g -O2 conftest.c >&5 | configure:19656: $? = 0 | configure:19656: result: yes | configure:19667: checking whether fgets_unlocked is declared | configure:19667: gcc -c -g -O2 conftest.c >&5 | configure:19667: $? = 0 | configure:19667: result: yes | configure:19678: checking whether fputc_unlocked is declared | configure:19678: gcc -c -g -O2 conftest.c >&5 | configure:19678: $? = 0 | configure:19678: result: yes | configure:19689: checking whether fputs_unlocked is declared | configure:19689: gcc -c -g -O2 conftest.c >&5 | configure:19689: $? = 0 | configure:19689: result: yes | configure:19700: checking whether fread_unlocked is declared | configure:19700: gcc -c -g -O2 conftest.c >&5 | configure:19700: $? = 0 | configure:19700: result: yes | configure:19711: checking whether fwrite_unlocked is declared | configure:19711: gcc -c -g -O2 conftest.c >&5 | configure:19711: $? = 0 | configure:19711: result: yes | configure:19722: checking whether getchar_unlocked is declared | configure:19722: gcc -c -g -O2 conftest.c >&5 | configure:19722: $? = 0 | configure:19722: result: yes | configure:19733: checking whether putc_unlocked is declared | configure:19733: gcc -c -g -O2 conftest.c >&5 | configure:19733: $? = 0 | configure:19733: result: yes | configure:19744: checking whether putchar_unlocked is declared | configure:19744: gcc -c -g -O2 conftest.c >&5 | configure:19744: $? = 0 | configure:19744: result: yes | configure:19755: checking whether unsetenv is declared | configure:19755: gcc -c -g -O2 conftest.c >&5 | configure:19755: $? = 0 | configure:19755: result: yes | configure:19766: checking whether vsnprintf is declared | configure:19766: gcc -c -g -O2 conftest.c >&5 | configure:19766: $? = 0 | configure:19766: result: yes | configure:19778: checking whether uses 'inline' correctly | configure:19800: gcc -c -g -O2 conftest.c >&5 | configure:19803: $? = 0 | configure:19821: gcc -c -g -O2 conftest.c >&5 | configure:19824: $? = 0 | configure:19837: result: yes | configure:19899: checking for alloca as a compiler built-in | configure:19923: result: yes | configure:19947: checking whether to enable assertions | configure:19964: result: yes | configure:20144: checking whether // is distinct from / | configure:20173: result: no | configure:20190: checking whether dup2 works | configure:20247: gcc -o conftest -g -O2 conftest.c >&5 | configure:20247: $? = 0 | configure:20247: ./conftest | configure:20247: $? = 0 | configure:20258: result: yes | configure:20315: checking for error_at_line | configure:20331: gcc -o conftest -g -O2 conftest.c >&5 | configure:20331: $? = 0 | configure:20339: result: yes | configure:20388: checking whether fcntl handles F_DUPFD correctly | configure:20418: gcc -o conftest -g -O2 conftest.c >&5 | configure:20418: $? = 0 | configure:20418: ./conftest | configure:20418: $? = 0 | configure:20428: result: yes | configure:20446: checking whether fcntl understands F_DUPFD_CLOEXEC | configure:20467: gcc -c -g -O2 conftest.c >&5 | configure:20467: $? = 0 | configure:20485: gcc -c -g -O2 conftest.c >&5 | conftest.c:193:1: error: unknown type name 'choke' | choke me | ^ | conftest.c:196:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' | int | ^ | configure:20485: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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:20496: result: needs runtime check | configure:20617: checking whether fcntl is declared without a macro | configure:20635: gcc -c -g -O2 conftest.c >&5 | configure:20635: $? = 0 | configure:20643: result: yes | configure:20617: checking whether openat is declared without a macro | configure:20635: gcc -c -g -O2 conftest.c >&5 | configure:20635: $? = 0 | configure:20643: result: yes | configure:20713: checking whether conversion from 'int' to 'long double' works | configure:20754: gcc -o conftest -g -O2 conftest.c >&5 | configure:20754: $? = 0 | configure:20754: ./conftest | configure:20754: $? = 0 | configure:20765: result: yes | configure:20887: checking whether fopen recognizes a trailing slash | configure:20913: gcc -o conftest -g -O2 conftest.c >&5 | configure:20913: $? = 0 | configure:20913: ./conftest | configure:20913: $? = 0 | configure:20925: result: yes | configure:20982: checking whether __fpending is declared | configure:20982: gcc -c -g -O2 conftest.c >&5 | configure:20982: $? = 0 | configure:20982: result: yes | configure:21370: checking for ptrdiff_t | configure:21370: result: yes | configure:21428: checking whether frexp works | configure:21508: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:258:21: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] | if (memcmp (&y, &x, sizeof x)) | ^ | In file included from conftest.c:202: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:21508: $? = 0 | configure:21508: ./conftest | configure:21508: $? = 0 | configure:21519: result: yes | configure:21566: checking whether frexpl is declared | configure:21566: gcc -c -g -O2 conftest.c >&5 | configure:21566: $? = 0 | configure:21566: result: yes | configure:21576: checking whether frexpl() can be used without linking with libm | configure:21594: gcc -o conftest -g -O2 conftest.c >&5 | configure:21594: $? = 0 | configure:21603: result: yes | configure:21609: checking whether frexpl works | configure:21720: gcc -o conftest -g -O2 conftest.c >&5 | configure:21720: $? = 0 | configure:21720: ./conftest | configure:21720: $? = 0 | configure:21731: result: yes | configure:21993: gcc -c -g -O2 conftest.c >&5 | conftest.c:208:23: error: conflicting types for 'foo' | extern int foo; | ^ | conftest.c:207:28: note: previous declaration of 'foo' was here | extern intptr_t foo; | ^ | configure:21993: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | /* end confdefs.h. */ | | #include | | extern intptr_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:21993: gcc -c -g -O2 conftest.c >&5 | configure:21993: $? = 0 | configure:22003: checking whether INT32_MAX < INTMAX_MAX | configure:22037: gcc -c -g -O2 conftest.c >&5 | configure:22037: $? = 0 | configure:22044: result: yes | configure:22055: checking whether INT64_MAX == LONG_MAX | configure:22089: gcc -c -g -O2 conftest.c >&5 | configure:22089: $? = 0 | configure:22096: result: yes | configure:22109: checking whether UINT32_MAX < UINTMAX_MAX | configure:22143: gcc -c -g -O2 conftest.c >&5 | configure:22143: $? = 0 | configure:22150: result: yes | configure:22161: checking whether UINT64_MAX == ULONG_MAX | configure:22195: gcc -c -g -O2 conftest.c >&5 | configure:22195: $? = 0 | configure:22202: result: yes | configure:22225: checking whether isnan macro works | configure:22246: result: no | configure:22272: checking whether isnan(double) can be used without linking with libm | configure:22306: result: yes | configure:22399: checking whether isnan(double) can be used without linking with libm | configure:22433: result: yes | configure:22462: checking whether isnan(float) can be used without linking with libm | configure:22496: result: yes | configure:22552: checking whether isnan(float) works | configure:22631: result: yes | configure:22663: checking where to find the exponent in a 'float' | configure:22752: result: word 0 bit 23 | configure:22790: checking whether isnan(float) can be used without linking with libm | configure:22824: result: yes | configure:22831: checking whether isnan(float) works | configure:22910: result: yes | configure:23055: checking whether isnan(long double) can be used without linking with libm | configure:23089: result: yes | configure:23146: checking whether isnanl works | configure:23295: result: no | configure:23328: checking where to find the exponent in a 'long double' | configure:23408: gcc -o conftest -g -O2 conftest.c >&5 | configure:23408: $? = 0 | configure:23408: ./conftest | configure:23408: $? = 0 | configure:23420: result: unknown | configure:23459: checking whether isnan(long double) can be used without linking with libm | configure:23493: result: yes | configure:23502: checking whether isnanl works | configure:23651: result: no | configure:23679: checking where to find the exponent in a 'long double' | configure:23771: result: unknown | configure:23852: checking whether ldexpl is declared | configure:23852: gcc -c -g -O2 conftest.c >&5 | configure:23852: $? = 0 | configure:23852: result: yes | configure:23864: checking whether ldexpl() can be used without linking with libm | configure:23882: gcc -o conftest -g -O2 conftest.c >&5 | configure:23882: $? = 0 | configure:23891: result: yes | configure:23937: checking whether ldexpl works | configure:23978: gcc -o conftest -g -O2 conftest.c >&5 | configure:23978: $? = 0 | configure:23978: ./conftest | configure:23978: $? = 0 | configure:23989: result: yes | configure:24058: checking for pthread_rwlock_t | configure:24058: gcc -c -g -O2 conftest.c >&5 | configure:24058: $? = 0 | configure:24058: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:221:31: error: expected expression before ')' token | if (sizeof ((pthread_rwlock_t))) | ^ | configure:24058: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((pthread_rwlock_t))) | | return 0; | | ; | | return 0; | | } | configure:24058: result: yes | configure:24089: gcc -c -g -O2 conftest.c >&5 | configure:24089: $? = 0 | configure:24111: checking for stdlib.h | configure:24111: result: yes | configure:24121: checking for GNU libc compatible malloc | configure:24154: gcc -o conftest -g -O2 conftest.c >&5 | configure:24154: $? = 0 | configure:24154: ./conftest | configure:24154: $? = 0 | configure:24165: result: yes | configure:24313: checking whether NAN macro works | configure:24336: gcc -c -g -O2 conftest.c >&5 | configure:24336: $? = 0 | configure:24343: result: yes | configure:24348: checking whether HUGE_VAL works | configure:24366: gcc -c -g -O2 conftest.c >&5 | configure:24366: $? = 0 | configure:24373: result: yes | configure:24382: checking whether acosf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether acosl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether asinf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether asinl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether atanf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether atanl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether cbrt is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether cbrtf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether cbrtl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether ceilf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether ceill is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether copysign is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether copysignf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether copysignl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether cosf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether cosl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether coshf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether expf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether expl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether exp2 is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether exp2f is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether exp2l is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether expm1 is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether expm1f is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether expm1l is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fabsf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fabsl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether floorf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether floorl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fma is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fmaf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fmal is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fmod is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fmodf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether fmodl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether frexpf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether frexpl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether hypotf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether hypotl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether ilogb is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether ilogbf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether ilogbl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether ldexpf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether ldexpl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether logf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether logl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log10 is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log10f is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log10l is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log1p is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log1pf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log1pl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log2 is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log2f is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether log2l is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether logb is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether logbf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether logbl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether modf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether modff is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether modfl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether powf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether remainder is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether remainderf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether remainderl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether rint is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether rintf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether rintl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether round is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether roundf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether roundl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether sinf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether sinl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether sinhf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether sqrtf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether sqrtl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether tanf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether tanl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether tanhf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether trunc is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether truncf is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24382: checking whether truncl is declared without a macro | configure:24399: gcc -c -g -O2 conftest.c >&5 | configure:24399: $? = 0 | configure:24407: result: yes | configure:24433: checking whether mbrtowc handles incomplete characters | configure:24490: result: guessing yes | configure:24496: checking whether mbrtowc works as well as mbtowc | configure:24557: result: guessing yes | configure:24608: checking whether mbrtowc handles a NULL pwc argument | configure:24679: result: guessing yes | configure:24685: checking whether mbrtowc handles a NULL string argument | configure:24744: result: guessing yes | configure:24752: checking whether mbrtowc has a correct return value | configure:24882: result: guessing yes | configure:24888: checking whether mbrtowc returns 0 when parsing a NUL character | configure:24944: result: guessing yes | configure:25027: checking whether mbrtowc handles incomplete characters | configure:25084: result: guessing yes | configure:25090: checking whether mbrtowc works as well as mbtowc | configure:25151: result: guessing yes | configure:25239: checking whether mbswidth is declared in | configure:25267: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:323:22: error: 'mbswidth' undeclared (first use in this function) | char *p = (char *) mbswidth; | ^ | conftest.c:323:22: note: each undeclared identifier is reported only once for each function it appears in | configure:25267: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | /* end confdefs.h. */ | | | | /* Tru64 with Desktop Toolkit C has a bug: must be included before | | . | | BSD/OS 4.0.1 has a bug: , and must be included | | before . */ | | #include | | #include | | #include | | #include | | | | int | | main () | | { | | | | char *p = (char *) mbswidth; | | return !p; | | | | ; | | return 0; | | } | configure:25274: result: no | configure:25289: checking for mbstate_t | configure:25320: result: yes | configure:25428: checking for obstacks | configure:25449: gcc -o conftest -g -O2 conftest.c >&5 | configure:25449: $? = 0 | configure:25457: result: yes | configure:25532: checking whether open recognizes a trailing slash | configure:25571: gcc -o conftest -g -O2 conftest.c >&5 | configure:25571: $? = 0 | configure:25571: ./conftest | configure:25571: $? = 0 | configure:25583: result: yes | configure:25642: checking whether perror matches strerror | configure:25673: gcc -o conftest -g -O2 conftest.c >&5 | configure:25673: $? = 0 | configure:25673: ./conftest | configure:25673: $? = 0 | configure:25690: result: yes | configure:25769: checking whether posix_spawn_file_actions_addclose works | configure:25796: gcc -o conftest -g -O2 conftest.c >&5 | configure:25796: $? = 0 | configure:25796: ./conftest | configure:25796: $? = 0 | configure:25807: result: yes | configure:25851: checking whether posix_spawn_file_actions_adddup2 works | configure:25878: gcc -o conftest -g -O2 conftest.c >&5 | configure:25878: $? = 0 | configure:25878: ./conftest | configure:25878: $? = 0 | configure:25889: result: yes | configure:25933: checking whether posix_spawn_file_actions_addopen works | configure:25962: gcc -o conftest -g -O2 conftest.c >&5 | configure:25962: $? = 0 | configure:25962: ./conftest | configure:25962: $? = 0 | configure:25973: result: yes | configure:26260: checking whether frexp works | configure:26351: result: yes | configure:26363: checking whether ldexp can be used without linking with libm | configure:26391: result: yes | configure:26404: checking whether frexpl() can be used without linking with libm | configure:26431: result: yes | configure:26437: checking whether frexpl works | configure:26559: result: yes | configure:26574: checking whether frexpl is declared | configure:26574: result: yes | configure:26585: checking whether ldexpl() can be used without linking with libm | configure:26612: result: yes | configure:26618: checking whether ldexpl works | configure:26670: result: yes | configure:26678: checking whether ldexpl is declared | configure:26678: result: yes | configure:26730: checking whether program_invocation_name is declared | configure:26730: gcc -c -g -O2 conftest.c >&5 | configure:26730: $? = 0 | configure:26730: result: yes | configure:26742: checking whether program_invocation_short_name is declared | configure:26742: gcc -c -g -O2 conftest.c >&5 | configure:26742: $? = 0 | configure:26742: result: yes | configure:26766: checking for raise | configure:26766: gcc -o conftest -g -O2 conftest.c >&5 | configure:26766: $? = 0 | configure:26766: result: yes | configure:26786: checking for sigprocmask | configure:26786: gcc -o conftest -g -O2 conftest.c >&5 | configure:26786: $? = 0 | configure:26786: result: yes | configure:26836: checking for rawmemchr | configure:26836: gcc -o conftest -g -O2 conftest.c >&5 | configure:26836: $? = 0 | configure:26836: result: yes | configure:26932: gcc -c -g -O2 conftest.c >&5 | configure:26932: $? = 0 | configure:27047: checking for struct sigaction.sa_sigaction | configure:27047: gcc -c -g -O2 conftest.c >&5 | configure:27047: $? = 0 | configure:27047: result: yes | configure:27188: checking for volatile sig_atomic_t | configure:27188: gcc -c -g -O2 conftest.c >&5 | configure:27188: $? = 0 | configure:27188: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:351:36: error: expected expression before ')' token | if (sizeof ((volatile sig_atomic_t))) | ^ | configure:27188: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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:27188: result: yes | configure:27204: checking for sighandler_t | configure:27204: gcc -c -g -O2 conftest.c >&5 | configure:27204: $? = 0 | configure:27204: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:351:27: error: expected expression before ')' token | if (sizeof ((sighandler_t))) | ^ | configure:27204: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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:27204: result: yes | configure:27218: checking whether pthread_sigmask is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigaction is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigaddset is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigdelset is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigemptyset is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigfillset is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigismember is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigpending is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27218: checking whether sigprocmask is declared without a macro | configure:27236: gcc -c -g -O2 conftest.c >&5 | configure:27236: $? = 0 | configure:27244: result: yes | configure:27258: checking for signbit macro | configure:27363: gcc -o conftest -g -O2 conftest.c >&5 | configure:27363: $? = 0 | configure:27363: ./conftest | configure:27363: $? = 0 | configure:27374: result: yes | configure:27376: checking for signbit compiler built-ins | configure:27478: gcc -o conftest -g -O2 conftest.c >&5 | configure:27478: $? = 0 | configure:27478: ./conftest | configure:27478: $? = 0 | configure:27489: result: yes | configure:28018: checking for sigprocmask | configure:28018: result: yes | configure:28059: checking for stdint.h | configure:28059: result: yes | configure:28069: checking for SIZE_MAX | configure:28140: result: yes | configure:28156: checking for snprintf | configure:28156: result: yes | configure:28169: checking whether snprintf respects a size of 1 | configure:28203: gcc -o conftest -g -O2 conftest.c >&5 | configure:28203: $? = 0 | configure:28203: ./conftest | configure:28203: $? = 0 | configure:28214: result: yes | configure:28224: checking whether printf supports POSIX/XSI format strings with positions | configure:28267: result: yes | configure:28344: checking for snprintf | configure:28344: result: yes | configure:28357: checking whether snprintf truncates the result as in C99 | configure:28433: gcc -o conftest -g -O2 conftest.c >&5 | configure:28433: $? = 0 | configure:28433: ./conftest | configure:28433: $? = 0 | configure:28444: result: yes | configure:28451: checking whether snprintf fully supports the 'n' directive | configure:28525: gcc -o conftest -g -O2 conftest.c >&5 | configure:28525: $? = 0 | configure:28525: ./conftest | *** %n in writable segment detected *** | ./configure: line 2815: 26753 Aborted (core dumped) ./conftest$ac_exeext | configure:28525: $? = 134 | configure: program exited with status 134 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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. */ | | | | #include | | #include | | #if HAVE_SNPRINTF | | # define my_snprintf snprintf | | #else | | # include | | static int my_snprintf (char *buf, int size, const char *format, ...) | | { | | va_list args; | | int ret; | | va_start (args, format); | | ret = vsnprintf (buf, size, format, args); | | va_end (args); | | return ret; | | } | | #endif | | static char fmtstring[10]; | | static char buf[100]; | | int main () | | { | | int count = -1; | | /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2) | | support %n in format strings in read-only memory but not in writable | | memory. */ | | strcpy (fmtstring, "%d %n"); | | my_snprintf (buf, 4, fmtstring, 12345, &count, 33, 44, 55); | | if (count != 6) | | return 1; | | return 0; | | } | configure:28536: result: no | configure:28542: checking whether snprintf respects a size of 1 | configure:28587: result: yes | configure:28592: checking whether vsnprintf respects a zero size as in C99 | configure:28654: gcc -o conftest -g -O2 conftest.c >&5 | configure:28654: $? = 0 | configure:28654: ./conftest | configure:28654: $? = 0 | configure:28665: result: yes | configure:28956: checking for ptrdiff_t | configure:28956: result: yes | configure:29071: checking for posix_spawnattr_t | configure:29071: gcc -c -g -O2 conftest.c >&5 | configure:29071: $? = 0 | configure:29071: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:368:32: error: expected expression before ')' token | if (sizeof ((posix_spawnattr_t))) | ^ | configure:29071: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | /* end confdefs.h. */ | | | | #include | | | | | | int | | main () | | { | | if (sizeof ((posix_spawnattr_t))) | | return 0; | | ; | | return 0; | | } | configure:29071: result: yes | configure:29086: checking for posix_spawn_file_actions_t | configure:29086: gcc -c -g -O2 conftest.c >&5 | configure:29086: $? = 0 | configure:29086: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:369:41: error: expected expression before ')' token | if (sizeof ((posix_spawn_file_actions_t))) | ^ | configure:29086: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | /* end confdefs.h. */ | | | | #include | | | | | | int | | main () | | { | | if (sizeof ((posix_spawn_file_actions_t))) | | return 0; | | ; | | return 0; | | } | configure:29086: result: yes | configure:29119: checking whether posix_spawn is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnp is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_init is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_destroy is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_getsigdefault is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_setsigdefault is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_getsigmask is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_setsigmask is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_getflags is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_setflags is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_getpgroup is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_setpgroup is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_getschedpolicy is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_setschedpolicy is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_getschedparam is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawnattr_setschedparam is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawn_file_actions_init is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawn_file_actions_destroy is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawn_file_actions_addopen is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawn_file_actions_addclose is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29119: checking whether posix_spawn_file_actions_adddup2 is declared without a macro | configure:29137: gcc -c -g -O2 conftest.c >&5 | configure:29137: $? = 0 | configure:29145: result: yes | configure:29443: checking for ptrdiff_t | configure:29443: result: yes | configure:29492: checking for ssize_t | configure:29509: gcc -c -g -O2 conftest.c >&5 | configure:29509: $? = 0 | configure:29516: result: yes | configure:29527: checking whether stat handles trailing slashes on directories | configure:29550: gcc -o conftest -g -O2 conftest.c >&5 | configure:29550: $? = 0 | configure:29550: ./conftest | configure:29550: $? = 0 | configure:29560: result: yes | configure:29562: checking whether stat handles trailing slashes on files | configure:29602: gcc -o conftest -g -O2 conftest.c >&5 | configure:29602: $? = 0 | configure:29602: ./conftest | configure:29602: $? = 0 | configure:29613: result: yes | configure:29691: checking whether NULL can be used in arbitrary expressions | configure:29709: gcc -c -g -O2 conftest.c >&5 | configure:29709: $? = 0 | configure:29716: result: yes | configure:29911: checking whether dprintf is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether fpurge is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:396:10: error: 'fpurge' undeclared (first use in this function) | (void) fpurge; | ^ | conftest.c:396:10: note: each undeclared identifier is reported only once for each function it appears in | configure:29929: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 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:29937: result: no | configure:29911: checking whether fseeko is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether ftello is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether getdelim is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether getline is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether gets is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:400:10: error: 'gets' undeclared (first use in this function) | (void) gets; | ^ | conftest.c:400:10: note: each undeclared identifier is reported only once for each function it appears in | configure:29929: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 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:29937: result: no | configure:29911: checking whether pclose is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether popen is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether renameat is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether snprintf is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether tmpfile is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether vdprintf is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:29911: checking whether vsnprintf is declared without a macro | configure:29929: gcc -c -g -O2 conftest.c >&5 | configure:29929: $? = 0 | configure:29937: result: yes | configure:30022: checking whether _Exit is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether atoll is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether canonicalize_file_name is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether getloadavg is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether getsubopt is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether grantpt is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether initstate is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether initstate_r is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether mkdtemp is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether mkostemp is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether mkostemps is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether mkstemp is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether mkstemps is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether posix_openpt is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether ptsname is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether ptsname_r is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether random is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether random_r is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether realpath is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether rpmatch is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether secure_getenv is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether setenv is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether setstate is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether setstate_r is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether srandom is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether srandom_r is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether strtod is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether strtoll is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether strtoull is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether unlockpt is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30022: checking whether unsetenv is declared without a macro | configure:30046: gcc -c -g -O2 conftest.c >&5 | configure:30046: $? = 0 | configure:30054: result: yes | configure:30074: checking for stpcpy | configure:30074: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:455:6: warning: conflicting types for built-in function 'stpcpy' | char stpcpy (); | ^ | configure:30074: $? = 0 | configure:30074: result: yes | configure:30123: checking for strchrnul | configure:30123: gcc -o conftest -g -O2 conftest.c >&5 | configure:30123: $? = 0 | configure:30123: result: yes | configure:30135: checking whether strchrnul works | configure:30179: gcc -o conftest -g -O2 conftest.c >&5 | configure:30179: $? = 0 | configure:30179: ./conftest | configure:30179: $? = 0 | configure:30190: result: yes | configure:30276: checking for working strerror function | configure:30302: gcc -o conftest -g -O2 conftest.c >&5 | configure:30302: $? = 0 | configure:30302: ./conftest | configure:30302: $? = 0 | configure:30313: result: yes | configure:30478: checking for working strndup | configure:30516: gcc -o conftest -g -O2 conftest.c >&5 | configure:30516: $? = 0 | configure:30516: ./conftest | configure:30516: $? = 0 | configure:30526: result: yes | configure:30572: checking for working strnlen | configure:30610: gcc -o conftest -g -O2 conftest.c >&5 | configure:30610: $? = 0 | configure:30610: ./conftest | configure:30610: $? = 0 | configure:30620: result: yes | configure:30661: checking for strtoul | configure:30661: gcc -o conftest -g -O2 conftest.c >&5 | configure:30661: $? = 0 | configure:30661: result: yes | configure:30689: checking for strverscmp | configure:30689: gcc -o conftest -g -O2 conftest.c >&5 | configure:30689: $? = 0 | configure:30689: result: yes | configure:30824: checking for nlink_t | configure:30824: result: yes | configure:30839: checking whether fchmodat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether fstat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether fstatat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether futimens is declared without a macro | configure:30865: result: yes | configure:30839: checking whether lchmod is declared without a macro | configure:30865: result: yes | configure:30839: checking whether lstat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether mkdirat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether mkfifo is declared without a macro | configure:30865: result: yes | configure:30839: checking whether mkfifoat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether mknod is declared without a macro | configure:30865: result: yes | configure:30839: checking whether mknodat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether stat is declared without a macro | configure:30865: result: yes | configure:30839: checking whether utimensat is declared without a macro | configure:30865: result: yes | configure:30963: checking whether waitpid is declared without a macro | configure:30980: gcc -c -g -O2 conftest.c >&5 | configure:30980: $? = 0 | configure:30988: result: yes | configure:31099: checking whether chdir is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether chown is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether dup is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether dup2 is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether dup3 is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether environ is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether euidaccess is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether faccessat is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether fchdir is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether fchownat is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether fdatasync is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether fsync is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether ftruncate is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getcwd is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getdomainname is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getdtablesize is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getgroups is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether gethostname is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getlogin is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getlogin_r is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getpagesize is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether getusershell is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether setusershell is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether endusershell is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether group_member is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether isatty is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether lchown is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether link is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether linkat is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether lseek is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether pipe is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether pipe2 is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether pread is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether pwrite is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether readlink is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether readlinkat is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether rmdir is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether sethostname is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether sleep is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether symlink is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether symlinkat is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether ttyname_r is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether unlink is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether unlinkat is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31099: checking whether usleep is declared without a macro | configure:31129: gcc -c -g -O2 conftest.c >&5 | configure:31129: $? = 0 | configure:31137: result: yes | configure:31264: checking for unsetenv | configure:31264: gcc -o conftest -g -O2 conftest.c >&5 | configure:31264: $? = 0 | configure:31264: result: yes | configure:31277: checking for unsetenv() return type | configure:31302: gcc -c -g -O2 conftest.c >&5 | configure:31302: $? = 0 | configure:31309: result: int | configure:31318: checking whether unsetenv obeys POSIX | configure:31363: gcc -o conftest -g -O2 conftest.c >&5 | configure:31363: $? = 0 | configure:31363: ./conftest | configure:31363: $? = 0 | configure:31373: result: yes | configure:31475: checking for ptrdiff_t | configure:31475: result: yes | configure:31776: checking for ptrdiff_t | configure:31776: result: yes | configure:31832: checking for vsnprintf | configure:31832: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:533:6: warning: conflicting types for built-in function 'vsnprintf' | char vsnprintf (); | ^ | configure:31832: $? = 0 | configure:31832: result: yes | configure:31845: checking whether snprintf respects a size of 1 | configure:31890: result: yes | configure:31900: checking whether printf supports POSIX/XSI format strings with positions | configure:31943: result: yes | configure:32013: checking for vsnprintf | configure:32013: result: yes | configure:32026: checking whether snprintf truncates the result as in C99 | configure:32113: result: yes | configure:32120: checking whether snprintf fully supports the 'n' directive | configure:32205: result: no | configure:32211: checking whether snprintf respects a size of 1 | configure:32256: result: yes | configure:32261: checking whether vsnprintf respects a zero size as in C99 | configure:32334: result: yes | configure:32625: checking for ptrdiff_t | configure:32625: result: yes | configure:32943: checking for ptrdiff_t | configure:32943: result: yes | configure:32995: checking for waitid | configure:32995: gcc -o conftest -g -O2 conftest.c >&5 | configure:32995: $? = 0 | configure:32995: result: yes | configure:33136: checking whether btowc is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wctob is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether mbsinit is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether mbrtowc is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether mbrlen is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether mbsrtowcs is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether mbsnrtowcs is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcrtomb is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsrtombs is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsnrtombs is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcwidth is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wmemchr is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wmemcmp is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wmemcpy is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wmemmove is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wmemset is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcslen is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsnlen is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcscpy is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcpcpy is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsncpy is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcpncpy is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcscat is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsncat is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcscmp is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsncmp is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcscasecmp is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsncasecmp is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcscoll is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsxfrm is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsdup is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcschr is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsrchr is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcscspn is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsspn is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcspbrk is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcsstr is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcstok is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33136: checking whether wcswidth is declared without a macro | configure:33164: gcc -c -g -O2 conftest.c >&5 | configure:33164: $? = 0 | configure:33172: result: yes | configure:33280: checking whether iswcntrl works | configure:33324: gcc -o conftest -g -O2 conftest.c >&5 | configure:33324: $? = 0 | configure:33324: ./conftest | configure:33324: $? = 0 | configure:33335: result: yes | configure:33359: checking for towlower | configure:33359: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:580:6: warning: conflicting types for built-in function 'towlower' | char towlower (); | ^ | configure:33359: $? = 0 | configure:33359: result: yes | configure:33407: checking for wctype_t | configure:33435: gcc -c -g -O2 conftest.c >&5 | configure:33435: $? = 0 | configure:33443: result: yes | configure:33449: checking for wctrans_t | configure:33475: gcc -c -g -O2 conftest.c >&5 | configure:33475: $? = 0 | configure:33483: result: yes | configure:33492: checking whether wctype is declared without a macro | configure:33521: gcc -c -g -O2 conftest.c >&5 | configure:33521: $? = 0 | configure:33529: result: yes | configure:33492: checking whether iswctype is declared without a macro | configure:33521: gcc -c -g -O2 conftest.c >&5 | configure:33521: $? = 0 | configure:33529: result: yes | configure:33492: checking whether wctrans is declared without a macro | configure:33521: gcc -c -g -O2 conftest.c >&5 | configure:33521: $? = 0 | configure:33529: result: yes | configure:33492: checking whether towctrans is declared without a macro | configure:33521: gcc -c -g -O2 conftest.c >&5 | configure:33521: $? = 0 | configure:33529: result: yes | configure:33552: checking whether wcwidth is declared | configure:33552: result: yes | configure:33581: checking whether wcwidth works reasonably in UTF-8 locales | configure:33632: gcc -o conftest -g -O2 conftest.c >&5 | configure:33632: $? = 0 | configure:33632: ./conftest | configure:33632: $? = 0 | configure:33643: result: yes | configure:33695: checking for stdint.h | configure:33695: result: yes | configure:33755: checking if malloc debugging is wanted | configure:33773: result: no | configure:33781: checking for sys/time.h | configure:33781: result: yes | configure:33781: checking sys/times.h usability | configure:33781: gcc -c -g -O2 conftest.c >&5 | configure:33781: $? = 0 | configure:33781: result: yes | configure:33781: checking sys/times.h presence | configure:33781: gcc -E conftest.c | configure:33781: $? = 0 | configure:33781: result: yes | configure:33781: checking for sys/times.h | configure:33781: result: yes | configure:33793: checking for sys/resource.h | configure:33793: gcc -c -g -O2 conftest.c >&5 | configure:33793: $? = 0 | configure:33793: result: yes | configure:33813: checking for times | configure:33813: gcc -o conftest -g -O2 conftest.c >&5 | configure:33813: $? = 0 | configure:33813: result: yes | configure:33823: checking whether getrusage is declared | configure:33823: gcc -c -g -O2 conftest.c >&5 | configure:33823: $? = 0 | configure:33823: result: yes | configure:33844: checking whether times is declared | configure:33844: gcc -c -g -O2 conftest.c >&5 | configure:33844: $? = 0 | configure:33844: result: yes | configure:33865: checking whether clock is declared | configure:33865: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:622:10: error: 'clock' undeclared (first use in this function) | (void) clock; | ^ | conftest.c:622:10: note: each undeclared identifier is reported only once for each function it appears in | configure:33865: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define GNULIB_FSCANF 1 | | #define GNULIB_SCANF 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRERROR_R 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRVERSCMP 1 | | #define GNULIB_TEST_STRVERSCMP 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_WAITPID 1 | | #define HAVE_RAW_DECL_CHDIR 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FDATASYNC 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define GNULIB_TEST_VFPRINTF_POSIX 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_VSPRINTF_POSIX 1 | | #define HAVE_WAITID 1 | | #define GNULIB_TEST_WAITPID 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_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 HAVE_STDINT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TIMES_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_TIMES 1 | | #define HAVE_DECL_GETRUSAGE 1 | | #define HAVE_DECL_TIMES 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 | | #if HAVE_SYS_TIME_H | | # include | | #endif | | #if HAVE_SYS_TIMES_H | | # include | | #endif | | #if HAVE_SYS_RESOURCE_H | | # include | | #endif | | | | | | int | | main () | | { | | #ifndef clock | | #ifdef __cplusplus | | (void) clock; | | #else | | (void) clock; | | #endif | | #endif | | | | ; | | return 0; | | } | configure:33865: result: no | configure:33886: checking whether sysconf is declared | configure:33886: gcc -c -g -O2 conftest.c >&5 | configure:33886: $? = 0 | configure:33886: result: yes | configure:33909: checking for clock_t | configure:33909: gcc -c -g -O2 conftest.c >&5 | configure:33909: $? = 0 | configure:33909: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:620:22: error: expected expression before ')' token | if (sizeof ((clock_t))) | ^ | configure:33909: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define GNULIB_FSCANF 1 | | #define GNULIB_SCANF 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRERROR_R 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRVERSCMP 1 | | #define GNULIB_TEST_STRVERSCMP 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_WAITPID 1 | | #define HAVE_RAW_DECL_CHDIR 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FDATASYNC 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define GNULIB_TEST_VFPRINTF_POSIX 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_VSPRINTF_POSIX 1 | | #define HAVE_WAITID 1 | | #define GNULIB_TEST_WAITPID 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_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 HAVE_STDINT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TIMES_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_TIMES 1 | | #define HAVE_DECL_GETRUSAGE 1 | | #define HAVE_DECL_TIMES 1 | | #define HAVE_DECL_CLOCK 0 | | #define HAVE_DECL_SYSCONF 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 | | #if HAVE_SYS_TIME_H | | # include | | #endif | | #if HAVE_SYS_TIMES_H | | # include | | #endif | | #if HAVE_SYS_RESOURCE_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((clock_t))) | | return 0; | | ; | | return 0; | | } | configure:33909: result: yes | configure:33929: checking for struct tms | configure:33929: gcc -c -g -O2 conftest.c >&5 | configure:33929: $? = 0 | configure:33929: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:621:25: error: expected expression before ')' token | if (sizeof ((struct tms))) | ^ | configure:33929: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define GNULIB_FSCANF 1 | | #define GNULIB_SCANF 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRERROR_R 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRVERSCMP 1 | | #define GNULIB_TEST_STRVERSCMP 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_WAITPID 1 | | #define HAVE_RAW_DECL_CHDIR 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FDATASYNC 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define GNULIB_TEST_VFPRINTF_POSIX 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_VSPRINTF_POSIX 1 | | #define HAVE_WAITID 1 | | #define GNULIB_TEST_WAITPID 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_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 HAVE_STDINT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TIMES_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_TIMES 1 | | #define HAVE_DECL_GETRUSAGE 1 | | #define HAVE_DECL_TIMES 1 | | #define HAVE_DECL_CLOCK 0 | | #define HAVE_DECL_SYSCONF 1 | | #define HAVE_CLOCK_T 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 | | #if HAVE_SYS_TIME_H | | # include | | #endif | | #if HAVE_SYS_TIMES_H | | # include | | #endif | | #if HAVE_SYS_RESOURCE_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((struct tms))) | | return 0; | | ; | | return 0; | | } | configure:33929: result: yes | configure:33955: checking for a sed that does not truncate output | configure:34019: result: /bin/sed | configure:34025: checking whether NLS is requested | configure:34034: result: yes | configure:34074: checking for msgfmt | configure:34109: result: no | configure:34115: checking for gmsgfmt | configure:34146: result: : | configure:34196: checking for xgettext | configure:34231: result: no | configure:34273: checking for msgmerge | configure:34307: result: no | configure:34811: checking for CFPreferencesCopyAppValue | configure:34829: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:575:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory | compilation terminated. | configure:34829: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define GNULIB_FSCANF 1 | | #define GNULIB_SCANF 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRERROR_R 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRVERSCMP 1 | | #define GNULIB_TEST_STRVERSCMP 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_WAITPID 1 | | #define HAVE_RAW_DECL_CHDIR 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FDATASYNC 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define GNULIB_TEST_VFPRINTF_POSIX 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_VSPRINTF_POSIX 1 | | #define HAVE_WAITID 1 | | #define GNULIB_TEST_WAITPID 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_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 HAVE_STDINT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TIMES_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_TIMES 1 | | #define HAVE_DECL_GETRUSAGE 1 | | #define HAVE_DECL_TIMES 1 | | #define HAVE_DECL_CLOCK 0 | | #define HAVE_DECL_SYSCONF 1 | | #define HAVE_CLOCK_T 1 | | #define HAVE_STRUCT_TMS 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:34838: result: no | configure:34845: checking for CFLocaleCopyCurrent | configure:34863: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:575:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory | compilation terminated. | configure:34863: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Bison" | | #define PACKAGE_TARNAME "bison" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Bison 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | | #define PACKAGE_COPYRIGHT_YEAR 2013 | | #define PACKAGE "bison" | | #define VERSION "3.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define _DARWIN_USE_64_BIT_INODE 1 | | #define M4 "/usr/local/bin/m4" | | #define M4_GNU_OPTION "--gnu" | | #define HAVE_LOCALE_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_MATH_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SCHED_H 1 | | #define HAVE_SPAWN_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_FCNTL 1 | | #define HAVE_SYMLINK 1 | | #define HAVE___FPENDING 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_OBSTACK_PRINTF 1 | | #define HAVE_LSTAT 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE___XPG_STRERROR_R 1 | | #define HAVE_PIPE2 1 | | #define HAVE_POSIX_SPAWN 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SIGALTSTACK 1 | | #define HAVE_SIGINTERRUPT 1 | | #define HAVE_STRDUP 1 | | #define HAVE_CATGETS 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | | #define DBL_EXPBIT0_WORD 1 | | #define DBL_EXPBIT0_BIT 20 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_GETENV 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_INTTYPES_H 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define USE_POSIX_THREADS 1 | | #define USE_POSIX_THREADS_WEAK 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_OBSTACK_PRINTF 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_WORKING_POSIX_SPAWN 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define USER_LABEL_PREFIX | | #define HAVE_SIGSET_T 1 | | #define restrict __restrict | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE__BOOL 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_FFSL 1 | | #define HAVE_RAW_DECL_FFSLL 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_CALLOC_POSIX 1 | | #define GNULIB_TEST_CALLOC_POSIX 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | | #define GNULIB_TEST_FOPEN 1 | | #define GNULIB_FOPEN_SAFER 1 | | #define HAVE_DECL___FPENDING 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define GNULIB_TEST_ISNAN 1 | | #define GNULIB_TEST_ISNAND 1 | | #define HAVE_ISNAND_IN_LIBC 1 | | #define FLT_EXPBIT0_WORD 0 | | #define FLT_EXPBIT0_BIT 23 | | #define GNULIB_TEST_ISNANF 1 | | #define HAVE_ISNANF_IN_LIBC 1 | | #define GNULIB_TEST_ISNANL 1 | | #define HAVE_LDEXPL 1 | | #define GNULIB_TEST_LDEXPL 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define GNULIB_LOCK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define 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 GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OBSTACK_PRINTF 1 | | #define GNULIB_TEST_OPEN 1 | | #define GNULIB_TEST_PERROR 1 | | #define GNULIB_TEST_PIPE2 1 | | #define GNULIB_PIPE2_SAFER 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define HAVE_POSIX_SPAWNATTR_T 1 | | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_SPRINTF_POSIX 1 | | #define GNULIB_TEST_STAT 1 | | #define GNULIB_FSCANF 1 | | #define GNULIB_SCANF 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_PCLOSE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_INITSTATE 1 | | #define HAVE_RAW_DECL_INITSTATE_R 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_PTSNAME_R 1 | | #define HAVE_RAW_DECL_RANDOM 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SECURE_GETENV 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_SETSTATE 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_SRANDOM 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRERROR_R 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRVERSCMP 1 | | #define GNULIB_TEST_STRVERSCMP 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_WAITPID 1 | | #define HAVE_RAW_DECL_CHDIR 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FDATASYNC 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | | #define HAVE_RAW_DECL_ISATTY 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SETHOSTNAME 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define REPLACE_VFPRINTF_POSIX 1 | | #define GNULIB_TEST_VFPRINTF_POSIX 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | | #define GNULIB_TEST_VSPRINTF_POSIX 1 | | #define HAVE_WAITID 1 | | #define GNULIB_TEST_WAITPID 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_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 HAVE_STDINT_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TIMES_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_TIMES 1 | | #define HAVE_DECL_GETRUSAGE 1 | | #define HAVE_DECL_TIMES 1 | | #define HAVE_DECL_CLOCK 0 | | #define HAVE_DECL_SYSCONF 1 | | #define HAVE_CLOCK_T 1 | | #define HAVE_STRUCT_TMS 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:34872: result: no | configure:34921: checking for GNU gettext in libc | configure:34945: gcc -o conftest -g -O2 conftest.c >&5 | configure:34945: $? = 0 | configure:34954: result: yes | configure:35782: checking whether to use NLS | configure:35784: result: yes | configure:35787: checking where the gettext function comes from | configure:35798: result: libc | configure:35904: checking for valgrind | configure:35934: result: no | configure:36021: checking for Java compiler | configure:36261: found /usr/bin/javac | configure:36401: javac -d . conftest.java | configure:36430: javac -target 1.4 -d . conftest.java | javac: target release 1.4 conflicts with default source release 1.8 | configure:36459: javac -target 1.4 -source 1.3 -d . conftest.java | warning: [options] bootstrap class path not set in conjunction with -source 1.3 | warning: [options] source value 1.3 is obsolete and will be removed in a future release | warning: [options] target value 1.4 is obsolete and will be removed in a future release | warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. | 4 warnings | configure:36496: result: javac -target 1.4 -source 1.3 | configure:36507: checking for Java virtual machine | configure:36587: found /usr/bin/java | configure:36710: result: java | configure:36833: checking that generated files are newer than configure | configure:36839: result: done | configure:36968: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Bison config.status 3.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on mardini | | config.status:2523: creating javacomp.sh | config.status:2523: creating javaexec.sh | config.status:2523: creating runtime-po/Makefile.in | config.status:2523: creating etc/bench.pl | config.status:2523: creating tests/atlocal | config.status:2523: creating tests/bison | config.status:2523: creating Makefile | config.status:2523: creating po/Makefile.in | config.status:2523: creating doc/yacc.1 | config.status:2523: creating lib/config.h | config.status:2783: executing depfiles commands | config.status:2783: executing po-directories commands | config.status:2783: executing tests/atconfig 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_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_cxx_compiler_gnu=yes | ac_cv_env_CCC_set= | ac_cv_env_CCC_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_CXXFLAGS_set= | ac_cv_env_CXXFLAGS_value= | ac_cv_env_CXX_set= | ac_cv_env_CXX_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_M4_set= | ac_cv_env_M4_value= | ac_cv_env_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func___fpending=yes | ac_cv_func___fseterr=no | ac_cv_func___xpg_strerror_r=yes | ac_cv_func__set_invalid_parameter_handler=no | ac_cv_func_alloca_works=yes | ac_cv_func_catgets=yes | ac_cv_func_fcntl=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getopt_long_only=yes | ac_cv_func_isascii=yes | ac_cv_func_iswcntrl=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_mmap=yes | ac_cv_func_mprotect=yes | ac_cv_func_obstack=yes | ac_cv_func_obstack_printf=yes | ac_cv_func_pipe2=yes | ac_cv_func_pipe=yes | ac_cv_func_posix_spawn=yes | ac_cv_func_raise=yes | ac_cv_func_rawmemchr=yes | ac_cv_func_setlocale=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_strchrnul=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_char_p=yes | ac_cv_func_strndup=yes | ac_cv_func_strnlen=yes | ac_cv_func_strnlen_working=yes | ac_cv_func_strtoul=yes | ac_cv_func_strverscmp=yes | ac_cv_func_symlink=yes | ac_cv_func_times=yes | ac_cv_func_towlower=yes | ac_cv_func_unsetenv=yes | ac_cv_func_vasnprintf=no | ac_cv_func_vsnprintf=yes | ac_cv_func_waitid=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__Exit=yes | ac_cv_have_decl___fpending=yes | ac_cv_have_decl__snprintf=no | 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_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_clock=no | 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_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_ffsl=yes | ac_cv_have_decl_ffsll=yes | ac_cv_have_decl_fgets_unlocked=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_futimens=yes | ac_cv_have_decl_fwrite_unlocked=yes | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getchar_unlocked=yes | ac_cv_have_decl_getcwd=yes | ac_cv_have_decl_getdelim=yes | ac_cv_have_decl_getdomainname=yes | ac_cv_have_decl_getdtablesize=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_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_getrusage=yes | ac_cv_have_decl_getsubopt=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_imaxabs=yes | ac_cv_have_decl_imaxdiv=yes | ac_cv_have_decl_initstate=yes | ac_cv_have_decl_initstate_r=yes | ac_cv_have_decl_isatty=yes | ac_cv_have_decl_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_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_mbswidth=no | 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_obstack_printf=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_posix_spawn=yes | ac_cv_have_decl_posix_spawn_file_actions_addclose=yes | ac_cv_have_decl_posix_spawn_file_actions_adddup2=yes | ac_cv_have_decl_posix_spawn_file_actions_addopen=yes | ac_cv_have_decl_posix_spawn_file_actions_destroy=yes | ac_cv_have_decl_posix_spawn_file_actions_init=yes | ac_cv_have_decl_posix_spawnattr_destroy=yes | ac_cv_have_decl_posix_spawnattr_getflags=yes | ac_cv_have_decl_posix_spawnattr_getpgroup=yes | ac_cv_have_decl_posix_spawnattr_getschedparam=yes | ac_cv_have_decl_posix_spawnattr_getschedpolicy=yes | ac_cv_have_decl_posix_spawnattr_getsigdefault=yes | ac_cv_have_decl_posix_spawnattr_getsigmask=yes | ac_cv_have_decl_posix_spawnattr_init=yes | ac_cv_have_decl_posix_spawnattr_setflags=yes | ac_cv_have_decl_posix_spawnattr_setpgroup=yes | ac_cv_have_decl_posix_spawnattr_setschedparam=yes | ac_cv_have_decl_posix_spawnattr_setschedpolicy=yes | ac_cv_have_decl_posix_spawnattr_setsigdefault=yes | ac_cv_have_decl_posix_spawnattr_setsigmask=yes | ac_cv_have_decl_posix_spawnp=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_pthread_sigmask=yes | ac_cv_have_decl_ptsname=yes | ac_cv_have_decl_ptsname_r=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_pwrite=yes | ac_cv_have_decl_random=yes | ac_cv_have_decl_random_r=yes | ac_cv_have_decl_rawmemchr=yes | ac_cv_have_decl_readlink=yes | ac_cv_have_decl_readlinkat=yes | ac_cv_have_decl_realpath=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_setenv=yes | ac_cv_have_decl_sethostname=yes | ac_cv_have_decl_setstate=yes | ac_cv_have_decl_setstate_r=yes | ac_cv_have_decl_setusershell=yes | ac_cv_have_decl_sigaction=yes | ac_cv_have_decl_sigaddset=yes | ac_cv_have_decl_sigdelset=yes | ac_cv_have_decl_sigemptyset=yes | ac_cv_have_decl_sigfillset=yes | ac_cv_have_decl_sigismember=yes | ac_cv_have_decl_sigpending=yes | ac_cv_have_decl_sigprocmask=yes | ac_cv_have_decl_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_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_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_strncat=yes | ac_cv_have_decl_strndup=yes | ac_cv_have_decl_strnlen=yes | ac_cv_have_decl_strpbrk=yes | ac_cv_have_decl_strsep=yes | ac_cv_have_decl_strsignal=yes | ac_cv_have_decl_strtod=yes | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtok_r=yes | ac_cv_have_decl_strtoll=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_strverscmp=yes | ac_cv_have_decl_symlink=yes | ac_cv_have_decl_symlinkat=yes | ac_cv_have_decl_sysconf=yes | ac_cv_have_decl_tanf=yes | ac_cv_have_decl_tanhf=yes | ac_cv_have_decl_tanl=yes | ac_cv_have_decl_times=yes | ac_cv_have_decl_tmpfile=yes | ac_cv_have_decl_towctrans=yes | ac_cv_have_decl_trunc=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_waitpid=yes | ac_cv_have_decl_wcpcpy=yes | ac_cv_have_decl_wcpncpy=yes | ac_cv_have_decl_wcrtomb=yes | ac_cv_have_decl_wcscasecmp=yes | ac_cv_have_decl_wcscat=yes | ac_cv_have_decl_wcschr=yes | ac_cv_have_decl_wcscmp=yes | ac_cv_have_decl_wcscoll=yes | ac_cv_have_decl_wcscpy=yes | ac_cv_have_decl_wcscspn=yes | ac_cv_have_decl_wcsdup=yes | ac_cv_have_decl_wcslen=yes | ac_cv_have_decl_wcsncasecmp=yes | ac_cv_have_decl_wcsncat=yes | ac_cv_have_decl_wcsncmp=yes | ac_cv_have_decl_wcsncpy=yes | ac_cv_have_decl_wcsnlen=yes | ac_cv_have_decl_wcsnrtombs=yes | ac_cv_have_decl_wcspbrk=yes | ac_cv_have_decl_wcsrchr=yes | ac_cv_have_decl_wcsrtombs=yes | ac_cv_have_decl_wcsspn=yes | ac_cv_have_decl_wcsstr=yes | ac_cv_have_decl_wcstok=yes | ac_cv_have_decl_wcswidth=yes | ac_cv_have_decl_wcsxfrm=yes | ac_cv_have_decl_wctob=yes | ac_cv_have_decl_wctrans=yes | ac_cv_have_decl_wctype=yes | ac_cv_have_decl_wcwidth=yes | ac_cv_have_decl_wmemchr=yes | ac_cv_have_decl_wmemcmp=yes | ac_cv_have_decl_wmemcpy=yes | ac_cv_have_decl_wmemmove=yes | ac_cv_have_decl_wmemset=yes | ac_cv_header_features_h=yes | ac_cv_header_getopt_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_locale_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_sched_h=yes | ac_cv_header_spawn_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_mman_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_resource_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_times_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=x86_64-unknown-linux-gnu | ac_cv_lib_error_at_line=yes | ac_cv_lib_pthread_pthread_kill=yes | ac_cv_member_struct_sigaction_sa_sigaction=yes | ac_cv_objext=o | ac_cv_path_EGREP='/bin/grep -E' | ac_cv_path_GMSGFMT=: | ac_cv_path_GREP=/bin/grep | ac_cv_path_M4=/usr/local/bin/m4 | ac_cv_path_MSGFMT=: | ac_cv_path_MSGMERGE=: | ac_cv_path_PERL=/usr/bin/perl | ac_cv_path_SED=/bin/sed | ac_cv_path_XGETTEXT=: | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_HAVE_JAVAC_IN_PATH=yes | ac_cv_prog_HAVE_JAVA_IN_PATH=yes | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_CXX=g++ | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_cc_c89= | ac_cv_prog_cc_c99= | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc= | ac_cv_prog_cxx_g=yes | ac_cv_prog_gnu_m4_debugfile=--debugfile | ac_cv_prog_gnu_m4_gnu=yes | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_should_define__xopen_source=no | ac_cv_sys_file_offset_bits=no | ac_cv_sys_largefile_CC=no | ac_cv_type__Bool=yes | ac_cv_type_clock_t=yes | ac_cv_type_long_long_int=yes | ac_cv_type_mbstate_t=yes | ac_cv_type_mode_t=yes | ac_cv_type_nlink_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_posix_spawn_file_actions_t=yes | ac_cv_type_posix_spawnattr_t=yes | ac_cv_type_pthread_rwlock_t=yes | ac_cv_type_ptrdiff_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_struct_tms=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_type_volatile_sig_atomic_t=yes | ac_cv_working_alloca_h=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_libname_spec='lib$name' | acl_cv_library_names_spec='$libname$shrext' | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_CXX_dependencies_compiler_type=gcc3 | am_cv_langinfo_codeset=yes | am_cv_make_support_nested_variables=yes | am_cv_prog_cc_c_o=yes | bison_cv_c_supports_posixly_correct=yes | bison_cv_cxx_supports_posixly_correct=yes | bison_cv_cxx_works=yes | gl_cv_c_amsterdam_compiler=no | 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_cc_long_double_expbit0=unknown | gl_cv_decl_null_works=yes | gl_cv_double_slash_root=no | 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_fopen_slash=yes | gl_cv_func_fprintf_posix=no | 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_getopt_gnu=yes | gl_cv_func_getopt_long_gnu=yes | gl_cv_func_getopt_posix=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=no | 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_malloc_posix=yes | gl_cv_func_mbrtowc_incomplete_state='guessing yes' | gl_cv_func_mbrtowc_nul_retval='guessing yes' | gl_cv_func_mbrtowc_null_arg1='guessing yes' | gl_cv_func_mbrtowc_null_arg2='guessing yes' | gl_cv_func_mbrtowc_retval='guessing yes' | gl_cv_func_mbrtowc_sanitycheck='guessing yes' | gl_cv_func_memchr_works=yes | gl_cv_func_open_slash=yes | gl_cv_func_perror_works=yes | gl_cv_func_posix_spawn_file_actions_addclose_works=yes | gl_cv_func_posix_spawn_file_actions_adddup2_works=yes | gl_cv_func_posix_spawn_file_actions_addopen_works=yes | gl_cv_func_posix_spawn_works=yes | 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=no | 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=no | 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_signbit=yes | gl_cv_func_signbit_gcc=yes | gl_cv_func_sigprocmask=1 | gl_cv_func_snprintf_directive_n=no | gl_cv_func_snprintf_posix=no | 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_spawnattr_setschedparam=yes | gl_cv_func_spawnattr_setschedpolicy=yes | gl_cv_func_sprintf_posix=no | gl_cv_func_stat_dir_slash=yes | gl_cv_func_stat_file_slash=yes | gl_cv_func_strchrnul_works=yes | gl_cv_func_strerror_0_works=yes | gl_cv_func_strerror_r_posix_signature=no | gl_cv_func_strerror_r_works=yes | gl_cv_func_strndup_works=yes | gl_cv_func_unsetenv_works=yes | gl_cv_func_vfprintf_posix=no | gl_cv_func_vsnprintf_posix=no | gl_cv_func_vsnprintf_usable=yes | gl_cv_func_vsnprintf_zerosize_c99=yes | gl_cv_func_vsprintf_posix=no | gl_cv_func_wcwidth_works=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_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_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_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_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_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_gets=no | gl_cv_have_raw_decl_getsubopt=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_imaxabs=yes | gl_cv_have_raw_decl_imaxdiv=yes | gl_cv_have_raw_decl_initstate=yes | gl_cv_have_raw_decl_initstate_r=yes | gl_cv_have_raw_decl_isatty=yes | gl_cv_have_raw_decl_iswctype=yes | gl_cv_have_raw_decl_lchmod=yes | gl_cv_have_raw_decl_lchown=yes | gl_cv_have_raw_decl_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_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_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_posix_spawn=yes | gl_cv_have_raw_decl_posix_spawn_file_actions_addclose=yes | gl_cv_have_raw_decl_posix_spawn_file_actions_adddup2=yes | gl_cv_have_raw_decl_posix_spawn_file_actions_addopen=yes | gl_cv_have_raw_decl_posix_spawn_file_actions_destroy=yes | gl_cv_have_raw_decl_posix_spawn_file_actions_init=yes | gl_cv_have_raw_decl_posix_spawnattr_destroy=yes | gl_cv_have_raw_decl_posix_spawnattr_getflags=yes | gl_cv_have_raw_decl_posix_spawnattr_getpgroup=yes | gl_cv_have_raw_decl_posix_spawnattr_getschedparam=yes | gl_cv_have_raw_decl_posix_spawnattr_getschedpolicy=yes | gl_cv_have_raw_decl_posix_spawnattr_getsigdefault=yes | gl_cv_have_raw_decl_posix_spawnattr_getsigmask=yes | gl_cv_have_raw_decl_posix_spawnattr_init=yes | gl_cv_have_raw_decl_posix_spawnattr_setflags=yes | gl_cv_have_raw_decl_posix_spawnattr_setpgroup=yes | gl_cv_have_raw_decl_posix_spawnattr_setschedparam=yes | gl_cv_have_raw_decl_posix_spawnattr_setschedpolicy=yes | gl_cv_have_raw_decl_posix_spawnattr_setsigdefault=yes | gl_cv_have_raw_decl_posix_spawnattr_setsigmask=yes | gl_cv_have_raw_decl_posix_spawnp=yes | gl_cv_have_raw_decl_powf=yes | gl_cv_have_raw_decl_pread=yes | gl_cv_have_raw_decl_pthread_sigmask=yes | gl_cv_have_raw_decl_ptsname=yes | gl_cv_have_raw_decl_ptsname_r=yes | gl_cv_have_raw_decl_pwrite=yes | gl_cv_have_raw_decl_random=yes | gl_cv_have_raw_decl_random_r=yes | gl_cv_have_raw_decl_rawmemchr=yes | gl_cv_have_raw_decl_readlink=yes | gl_cv_have_raw_decl_readlinkat=yes | gl_cv_have_raw_decl_realpath=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_setenv=yes | gl_cv_have_raw_decl_sethostname=yes | gl_cv_have_raw_decl_setstate=yes | gl_cv_have_raw_decl_setstate_r=yes | gl_cv_have_raw_decl_setusershell=yes | gl_cv_have_raw_decl_sigaction=yes | gl_cv_have_raw_decl_sigaddset=yes | gl_cv_have_raw_decl_sigdelset=yes | gl_cv_have_raw_decl_sigemptyset=yes | gl_cv_have_raw_decl_sigfillset=yes | gl_cv_have_raw_decl_sigismember=yes | gl_cv_have_raw_decl_sigpending=yes | gl_cv_have_raw_decl_sigprocmask=yes | gl_cv_have_raw_decl_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_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_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_strncat=yes | gl_cv_have_raw_decl_strndup=yes | gl_cv_have_raw_decl_strnlen=yes | gl_cv_have_raw_decl_strpbrk=yes | gl_cv_have_raw_decl_strsep=yes | gl_cv_have_raw_decl_strsignal=yes | gl_cv_have_raw_decl_strtod=yes | gl_cv_have_raw_decl_strtoimax=yes | gl_cv_have_raw_decl_strtok_r=yes | gl_cv_have_raw_decl_strtoll=yes | gl_cv_have_raw_decl_strtoull=yes | gl_cv_have_raw_decl_strtoumax=yes | gl_cv_have_raw_decl_strverscmp=yes | gl_cv_have_raw_decl_symlink=yes | gl_cv_have_raw_decl_symlinkat=yes | gl_cv_have_raw_decl_tanf=yes | gl_cv_have_raw_decl_tanhf=yes | gl_cv_have_raw_decl_tanl=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_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_waitpid=yes | gl_cv_have_raw_decl_wcpcpy=yes | gl_cv_have_raw_decl_wcpncpy=yes | gl_cv_have_raw_decl_wcrtomb=yes | gl_cv_have_raw_decl_wcscasecmp=yes | gl_cv_have_raw_decl_wcscat=yes | gl_cv_have_raw_decl_wcschr=yes | gl_cv_have_raw_decl_wcscmp=yes | gl_cv_have_raw_decl_wcscoll=yes | gl_cv_have_raw_decl_wcscpy=yes | gl_cv_have_raw_decl_wcscspn=yes | gl_cv_have_raw_decl_wcsdup=yes | gl_cv_have_raw_decl_wcslen=yes | gl_cv_have_raw_decl_wcsncasecmp=yes | gl_cv_have_raw_decl_wcsncat=yes | gl_cv_have_raw_decl_wcsncmp=yes | gl_cv_have_raw_decl_wcsncpy=yes | gl_cv_have_raw_decl_wcsnlen=yes | gl_cv_have_raw_decl_wcsnrtombs=yes | gl_cv_have_raw_decl_wcspbrk=yes | gl_cv_have_raw_decl_wcsrchr=yes | gl_cv_have_raw_decl_wcsrtombs=yes | gl_cv_have_raw_decl_wcsspn=yes | gl_cv_have_raw_decl_wcsstr=yes | gl_cv_have_raw_decl_wcstok=yes | gl_cv_have_raw_decl_wcswidth=yes | gl_cv_have_raw_decl_wcsxfrm=yes | gl_cv_have_raw_decl_wctob=yes | gl_cv_have_raw_decl_wctrans=yes | gl_cv_have_raw_decl_wctype=yes | gl_cv_have_raw_decl_wcwidth=yes | gl_cv_have_raw_decl_wmemchr=yes | gl_cv_have_raw_decl_wmemcmp=yes | gl_cv_have_raw_decl_wmemcpy=yes | gl_cv_have_raw_decl_wmemmove=yes | gl_cv_have_raw_decl_wmemset=yes | gl_cv_have_weak=yes | gl_cv_header_errno_h_complete=yes | gl_cv_header_inttypes_h=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_wchar_h_correct_inline=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_stdint_h=yes | gl_cv_long_double_equals_double=no | gl_cv_next_fcntl_h='' | gl_cv_next_getopt_h='' | gl_cv_next_inttypes_h='' | gl_cv_next_math_h='' | gl_cv_next_signal_h='' | gl_cv_next_spawn_h='' | gl_cv_next_stdint_h='' | gl_cv_next_stdio_h='' | gl_cv_next_stdlib_h='' | gl_cv_next_string_h='' | gl_cv_next_sys_stat_h='' | gl_cv_next_sys_types_h='' | gl_cv_next_sys_wait_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_rpl_alloca=yes | gl_cv_size_max=yes | gl_cv_sys_struct_timespec_in_time_h=yes | gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes | gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes | gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes | gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes | gl_cv_type_sigset_t=yes | gl_cv_type_wctrans_t=yes | gl_cv_type_wctype_t=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_inttypes_pri_broken=no | gt_cv_locale_fr_utf8=none | gt_cv_locale_ja=none | gt_cv_locale_zh_CN=none | gt_cv_ssize_t=yes | gt_cv_var_environ_declaration=yes | lv_cv_gcc_pragma_push_works=yes | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing aclocal-1.14' | ALLOCA='' | ALLOCA_H='lib/alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='0' | AM_V='$(V)' | APPLE_UNIVERSAL_BUILD='0' | AR='ar' | ARFLAGS='cru' | ASM_SYMBOL_PREFIX='""' | AUTOCONF='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing autoconf' | AUTOHEADER='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing autoheader' | AUTOM4TE='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing autom4te' | AUTOMAKE='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing automake-1.14' | AWK='gawk' | BISON_CXX_WORKS=':' | BISON_CXX_WORKS_FALSE='#' | BISON_CXX_WORKS_TRUE='' | BISON_C_WORKS=':' | BISON_LOCALEDIR='' | BITSIZEOF_PTRDIFF_T='' | BITSIZEOF_SIG_ATOMIC_T='' | BITSIZEOF_SIZE_T='' | BITSIZEOF_WCHAR_T='' | BITSIZEOF_WINT_T='' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -O2' | CLASSPATH='' | CLASSPATH_SEPARATOR=':' | CONFIG_INCLUDE='lib/config.h' | CONF_JAVA='java' | CONF_JAVAC='javac -target 1.4 -source 1.3' | CPP='gcc -E' | CPPFLAGS='' | CXX='g++' | CXXDEPMODE='depmode=gcc3' | CXXFLAGS='-g -O2' | CXX_COMPILER_POSIXLY_CORRECT='true' | CYGPATH_W='echo' | C_COMPILER_POSIXLY_CORRECT='true' | DEFS='' | DEPDIR='.deps' | DOT='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing dot' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EMULTIHOP_HIDDEN='' | EMULTIHOP_VALUE='' | ENOLINK_HIDDEN='' | ENOLINK_VALUE='' | EOVERFLOW_HIDDEN='' | EOVERFLOW_VALUE='' | ERRNO_H='' | EXEEXT='' | FLEX_SCANNER_CXXFLAGS='' | FLOAT_H='' | GCC='yes' | GETOPT_H='' | GETTEXT_MACRO_VERSION='0.18' | GLIBC21='yes' | GL_COND_LIBTOOL_FALSE='' | GL_COND_LIBTOOL_TRUE='#' | GL_GENERATE_ALLOCA_H_FALSE='#' | GL_GENERATE_ALLOCA_H_TRUE='' | GL_GENERATE_ERRNO_H_FALSE='' | GL_GENERATE_ERRNO_H_TRUE='#' | GL_GENERATE_FLOAT_H_FALSE='' | GL_GENERATE_FLOAT_H_TRUE='#' | GL_GENERATE_SCHED_H_FALSE='' | GL_GENERATE_SCHED_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='#' | GMSGFMT=':' | GMSGFMT_015=':' | 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_BTOWC='0' | GNULIB_CALLOC_POSIX='1' | GNULIB_CANONICALIZE_FILE_NAME='0' | GNULIB_CBRT='0' | GNULIB_CBRTF='0' | GNULIB_CBRTL='0' | GNULIB_CEIL='0' | GNULIB_CEILF='0' | GNULIB_CEILL='0' | GNULIB_CHDIR='0' | GNULIB_CHOWN='0' | GNULIB_CLOSE='1' | GNULIB_COPYSIGN='0' | GNULIB_COPYSIGNF='0' | GNULIB_COPYSIGNL='0' | GNULIB_COSF='0' | GNULIB_COSHF='0' | GNULIB_COSL='0' | GNULIB_DPRINTF='0' | GNULIB_DUP2='1' | GNULIB_DUP3='0' | GNULIB_DUP='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_FFSL='0' | GNULIB_FFSLL='0' | GNULIB_FGETC='1' | GNULIB_FGETS='1' | GNULIB_FLOOR='0' | 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='1' | 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='0' | GNULIB_FSEEKO='0' | GNULIB_FSTAT='1' | GNULIB_FSTATAT='0' | GNULIB_FSYNC='0' | GNULIB_FTELL='0' | GNULIB_FTELLO='0' | GNULIB_FTRUNCATE='0' | GNULIB_FUTIMENS='0' | GNULIB_FWRITE='1' | GNULIB_GETC='1' | GNULIB_GETCHAR='1' | GNULIB_GETCWD='0' | GNULIB_GETDELIM='0' | GNULIB_GETDOMAINNAME='0' | GNULIB_GETDTABLESIZE='1' | GNULIB_GETGROUPS='0' | GNULIB_GETHOSTNAME='0' | GNULIB_GETLINE='0' | GNULIB_GETLOADAVG='0' | GNULIB_GETLOGIN='0' | GNULIB_GETLOGIN_R='0' | GNULIB_GETPAGESIZE='0' | GNULIB_GETSUBOPT='0' | 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_IMAXABS='0' | GNULIB_IMAXDIV='0' | GNULIB_ISATTY='0' | GNULIB_ISFINITE='0' | GNULIB_ISINF='0' | GNULIB_ISNAN='1' | GNULIB_ISNAND='1' | GNULIB_ISNANF='1' | GNULIB_ISNANL='1' | GNULIB_ISWBLANK='0' | GNULIB_ISWCTYPE='0' | GNULIB_LCHMOD='0' | GNULIB_LCHOWN='0' | GNULIB_LDEXPF='0' | GNULIB_LDEXPL='1' | GNULIB_LINK='0' | GNULIB_LINKAT='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='0' | GNULIB_LSTAT='0' | 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='0' | GNULIB_MEMCHR='1' | GNULIB_MEMMEM='0' | GNULIB_MEMPCPY='0' | GNULIB_MEMRCHR='0' | GNULIB_MKDIRAT='0' | GNULIB_MKDTEMP='0' | GNULIB_MKFIFO='0' | GNULIB_MKFIFOAT='0' | GNULIB_MKNOD='0' | GNULIB_MKNODAT='0' | GNULIB_MKOSTEMP='0' | GNULIB_MKOSTEMPS='0' | GNULIB_MKSTEMP='0' | GNULIB_MKSTEMPS='0' | GNULIB_MKTIME='0' | GNULIB_MODF='0' | GNULIB_MODFF='0' | GNULIB_MODFL='0' | GNULIB_NANOSLEEP='0' | GNULIB_NONBLOCKING='0' | GNULIB_OBSTACK_PRINTF='1' | GNULIB_OBSTACK_PRINTF_POSIX='0' | GNULIB_OPEN='1' | GNULIB_OPENAT='0' | GNULIB_PCLOSE='0' | GNULIB_PERROR='1' | GNULIB_PIPE2='1' | GNULIB_PIPE='0' | GNULIB_POPEN='0' | GNULIB_POSIX_OPENPT='0' | GNULIB_POSIX_SPAWN='0' | GNULIB_POSIX_SPAWNATTR_DESTROY='1' | GNULIB_POSIX_SPAWNATTR_GETFLAGS='0' | GNULIB_POSIX_SPAWNATTR_GETPGROUP='0' | GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM='0' | GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY='0' | GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT='0' | GNULIB_POSIX_SPAWNATTR_GETSIGMASK='0' | GNULIB_POSIX_SPAWNATTR_INIT='1' | GNULIB_POSIX_SPAWNATTR_SETFLAGS='1' | GNULIB_POSIX_SPAWNATTR_SETPGROUP='0' | GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM='0' | GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY='0' | GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT='0' | GNULIB_POSIX_SPAWNATTR_SETSIGMASK='1' | GNULIB_POSIX_SPAWNP='1' | GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='1' | GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='1' | GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='1' | GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY='1' | GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT='1' | GNULIB_POWF='0' | GNULIB_PREAD='0' | GNULIB_PRINTF='1' | GNULIB_PRINTF_POSIX='1' | 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_RAISE='1' | GNULIB_RANDOM='0' | GNULIB_RANDOM_R='0' | GNULIB_RAWMEMCHR='1' | GNULIB_READ='0' | GNULIB_READLINK='0' | GNULIB_READLINKAT='0' | GNULIB_REALLOC_POSIX='1' | GNULIB_REALPATH='0' | GNULIB_REMAINDER='0' | GNULIB_REMAINDERF='0' | GNULIB_REMAINDERL='0' | GNULIB_REMOVE='0' | GNULIB_RENAME='0' | GNULIB_RENAMEAT='0' | GNULIB_RINT='0' | GNULIB_RINTF='0' | GNULIB_RINTL='0' | GNULIB_RMDIR='0' | GNULIB_ROUND='0' | GNULIB_ROUNDF='0' | GNULIB_ROUNDL='0' | GNULIB_RPMATCH='0' | GNULIB_SCANF='1' | GNULIB_SECURE_GETENV='0' | GNULIB_SETENV='0' | GNULIB_SETHOSTNAME='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_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='0' | GNULIB_STRCHRNUL='1' | GNULIB_STRDUP='1' | GNULIB_STRERROR='1' | GNULIB_STRERROR_R='1' | GNULIB_STRNCAT='0' | GNULIB_STRNDUP='1' | GNULIB_STRNLEN='1' | GNULIB_STRPBRK='0' | GNULIB_STRPTIME='0' | GNULIB_STRSEP='0' | GNULIB_STRSIGNAL='0' | GNULIB_STRSTR='0' | GNULIB_STRTOD='0' | GNULIB_STRTOIMAX='0' | GNULIB_STRTOK_R='0' | GNULIB_STRTOLL='0' | GNULIB_STRTOULL='0' | GNULIB_STRTOUMAX='0' | GNULIB_STRVERSCMP='1' | GNULIB_SYMLINK='0' | GNULIB_SYMLINKAT='0' | GNULIB_SYSTEM_POSIX='0' | GNULIB_TANF='0' | GNULIB_TANHF='0' | GNULIB_TANL='0' | GNULIB_TIMEGM='0' | GNULIB_TIME_R='0' | GNULIB_TMPFILE='0' | GNULIB_TOWCTRANS='0' | GNULIB_TRUNC='0' | GNULIB_TRUNCF='0' | GNULIB_TRUNCL='0' | GNULIB_TTYNAME_R='0' | 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='0' | GNULIB_VDPRINTF='0' | GNULIB_VFPRINTF='1' | GNULIB_VFPRINTF_POSIX='1' | GNULIB_VFSCANF='0' | GNULIB_VPRINTF='1' | GNULIB_VPRINTF_POSIX='0' | GNULIB_VSCANF='0' | GNULIB_VSNPRINTF='1' | GNULIB_VSPRINTF_POSIX='1' | GNULIB_WAITPID='1' | GNULIB_WCPCPY='0' | GNULIB_WCPNCPY='0' | GNULIB_WCRTOMB='0' | GNULIB_WCSCASECMP='0' | GNULIB_WCSCAT='0' | GNULIB_WCSCHR='0' | GNULIB_WCSCMP='0' | GNULIB_WCSCOLL='0' | GNULIB_WCSCPY='0' | GNULIB_WCSCSPN='0' | GNULIB_WCSDUP='0' | GNULIB_WCSLEN='0' | GNULIB_WCSNCASECMP='0' | GNULIB_WCSNCAT='0' | GNULIB_WCSNCMP='0' | GNULIB_WCSNCPY='0' | GNULIB_WCSNLEN='0' | GNULIB_WCSNRTOMBS='0' | GNULIB_WCSPBRK='0' | GNULIB_WCSRCHR='0' | GNULIB_WCSRTOMBS='0' | GNULIB_WCSSPN='0' | GNULIB_WCSSTR='0' | GNULIB_WCSTOK='0' | GNULIB_WCSWIDTH='0' | GNULIB_WCSXFRM='0' | GNULIB_WCTOB='0' | GNULIB_WCTOMB='0' | GNULIB_WCTRANS='0' | GNULIB_WCTYPE='0' | GNULIB_WCWIDTH='1' | GNULIB_WMEMCHR='0' | GNULIB_WMEMCMP='0' | GNULIB_WMEMCPY='0' | GNULIB_WMEMMOVE='0' | GNULIB_WMEMSET='0' | GNULIB_WRITE='0' | GNULIB__EXIT='0' | GREP='/bin/grep' | 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_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_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_R='1' | HAVE_DECL_GETPAGESIZE='1' | HAVE_DECL_GETUSERSHELL='1' | HAVE_DECL_IMAXABS='1' | HAVE_DECL_IMAXDIV='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_STRNDUP='1' | HAVE_DECL_STRNLEN='1' | HAVE_DECL_STRSIGNAL='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOK_R='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_DECL_TANL='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_DPRINTF='1' | HAVE_DUP2='1' | HAVE_DUP3='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_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_GCJ_C='' | HAVE_GCJ_IN_PATH='' | HAVE_GETDTABLESIZE='1' | HAVE_GETGROUPS='1' | HAVE_GETHOSTNAME='1' | HAVE_GETLOGIN='1' | HAVE_GETOPT_H='1' | HAVE_GETPAGESIZE='1' | HAVE_GETSUBOPT='1' | HAVE_GIJ='' | HAVE_GIJ_IN_PATH='' | HAVE_GRANTPT='1' | HAVE_GROUP_MEMBER='1' | 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='0' | HAVE_ISWBLANK='1' | HAVE_ISWCNTRL='1' | HAVE_JAVA='1' | HAVE_JAVAC='1' | HAVE_JAVAC_ENVVAR='' | HAVE_JAVAC_IN_PATH='yes' | HAVE_JAVA_ENVVAR='' | HAVE_JAVA_IN_PATH='yes' | HAVE_JIKES='' | HAVE_JIKES_IN_PATH='' | HAVE_JRE='' | HAVE_JRE_IN_PATH='' | HAVE_JVIEW='' | HAVE_JVIEW_IN_PATH='' | 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_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_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_POSIX_SPAWN='1' | HAVE_POSIX_SPAWNATTR_T='1' | HAVE_POSIX_SPAWN_FILE_ACTIONS_T='1' | HAVE_POWF='1' | HAVE_PREAD='1' | HAVE_PTHREAD_SIGMASK='1' | HAVE_PTSNAME='1' | HAVE_PTSNAME_R='1' | HAVE_PWRITE='1' | HAVE_RAISE='1' | HAVE_RANDOM='1' | HAVE_RANDOM_H='1' | HAVE_RANDOM_R='1' | HAVE_RAWMEMCHR='1' | HAVE_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_SCHED_H='' | 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_SPAWN_H='1' | HAVE_SQRTF='1' | HAVE_SQRTL='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='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_SCHED_PARAM='' | HAVE_STRUCT_SIGACTION_SA_SIGACTION='1' | HAVE_STRVERSCMP='1' | HAVE_SYMLINK='1' | HAVE_SYMLINKAT='1' | HAVE_SYS_BITYPES_H='' | HAVE_SYS_INTTYPES_H='' | HAVE_SYS_LOADAVG_H='0' | HAVE_SYS_PARAM_H='0' | HAVE_SYS_TYPES_H='1' | HAVE_TANF='1' | HAVE_TANHF='1' | HAVE_TANL='1' | HAVE_TIMEGM='1' | HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' | HAVE_UNISTD_H='1' | HAVE_UNLINKAT='1' | HAVE_UNLOCKPT='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_USLEEP='1' | HAVE_UTIMENSAT='1' | HAVE_VASPRINTF='1' | HAVE_VDPRINTF='1' | HAVE_WCHAR_H='1' | HAVE_WCHAR_T='1' | HAVE_WCPCPY='1' | HAVE_WCPNCPY='1' | HAVE_WCRTOMB='1' | HAVE_WCSCASECMP='1' | HAVE_WCSCAT='1' | HAVE_WCSCHR='1' | HAVE_WCSCMP='1' | HAVE_WCSCOLL='1' | HAVE_WCSCPY='1' | HAVE_WCSCSPN='1' | HAVE_WCSDUP='1' | HAVE_WCSLEN='1' | HAVE_WCSNCASECMP='1' | HAVE_WCSNCAT='1' | HAVE_WCSNCMP='1' | HAVE_WCSNCPY='1' | HAVE_WCSNLEN='1' | HAVE_WCSNRTOMBS='1' | HAVE_WCSPBRK='1' | HAVE_WCSRCHR='1' | HAVE_WCSRTOMBS='1' | HAVE_WCSSPN='1' | HAVE_WCSSTR='1' | HAVE_WCSTOK='1' | HAVE_WCSWIDTH='1' | HAVE_WCSXFRM='1' | HAVE_WCTRANS_T='1' | HAVE_WCTYPE_H='1' | HAVE_WCTYPE_T='1' | HAVE_WINSOCK2_H='0' | HAVE_WINT_T='1' | HAVE_WMEMCHR='1' | HAVE_WMEMCMP='1' | HAVE_WMEMCPY='1' | HAVE_WMEMMOVE='1' | HAVE_WMEMSET='1' | HAVE__BOOL='1' | HAVE__EXIT='1' | HELP2MAN='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing help2man' | INCLUDE_NEXT='include_next' | INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INT32_MAX_LT_INTMAX_MAX='1' | INT64_MAX_EQ_LONG_MAX='1' | INTLLIBS='' | INTL_MACOSX_LIBS='' | ISNAND_LIBM='' | ISNANF_LIBM='' | ISNANL_LIBM='' | ISNAN_LIBM='' | LDEXPL_LIBM='' | LDEXP_LIBM='' | LDFLAGS='' | LEX=':' | LEXLIB='' | LEX_IS_FLEX='' | LEX_OUTPUT_ROOT='' | LIBBISON_LIBDEPS='' | LIBBISON_LTLIBDEPS='' | LIBICONV='-liconv' | LIBINTL='' | LIBMULTITHREAD='-lpthread' | LIBOBJS='' | LIBPTH='' | LIBPTH_PREFIX='' | LIBS='' | LIBTHREAD='' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' | LIBUNISTRING_UNITYPES_H='lib/unitypes.h' | LIBUNISTRING_UNIWIDTH_H='lib/uniwidth.h' | LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib"' | LOCALE_FR_UTF8='none' | LOCALE_JA='none' | LOCALE_ZH_CN='none' | LTLIBICONV='-liconv' | LTLIBINTL='' | LTLIBMULTITHREAD='-lpthread' | LTLIBOBJS='' | LTLIBPTH='' | LTLIBTHREAD='' | M4='/usr/local/bin/m4' | M4_DEBUGFILE='--debugfile' | M4_GNU='--gnu' | MAKEINFO='${SHELL} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/build-aux/missing makeinfo' | MKDIR_P='/bin/mkdir -p' | MSGFMT=':' | MSGFMT_015=':' | MSGMERGE=':' | NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' | NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' | NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' | NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' | NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_MATH_H='' | NEXT_AS_FIRST_DIRECTIVE_SCHED_H='' | NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' | NEXT_AS_FIRST_DIRECTIVE_SPAWN_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_STRING_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_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_INTTYPES_H='' | NEXT_MATH_H='' | NEXT_SCHED_H='' | NEXT_SIGNAL_H='' | NEXT_SPAWN_H='' | NEXT_STDDEF_H='' | NEXT_STDINT_H='' | NEXT_STDIO_H='' | NEXT_STDLIB_H='' | NEXT_STRING_H='' | NEXT_SYS_STAT_H='' | NEXT_SYS_TYPES_H='' | NEXT_SYS_WAIT_H='' | NEXT_TIME_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | OBJEXT='o' | PACKAGE='bison' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_COPYRIGHT_YEAR='2013' | PACKAGE_NAME='GNU Bison' | PACKAGE_STRING='GNU Bison 3.0' | PACKAGE_TARNAME='bison' | PACKAGE_URL='http://www.gnu.org/software/bison/' | PACKAGE_VERSION='3.0' | PATH_SEPARATOR=':' | PERL='/usr/bin/perl' | POSUB='po' | PRAGMA_COLUMNS='' | PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' | PTRDIFF_T_SUFFIX='' | RANLIB='ranlib' | 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_DPRINTF='0' | REPLACE_DUP2='0' | REPLACE_DUP='0' | REPLACE_EXP2='0' | REPLACE_EXP2L='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='1' | 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_GETGROUPS='0' | REPLACE_GETLINE='0' | REPLACE_GETLOGIN_R='0' | REPLACE_GETPAGESIZE='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='1' | REPLACE_ISWBLANK='0' | REPLACE_ISWCNTRL='0' | REPLACE_ITOLD='0' | REPLACE_LCHOWN='0' | REPLACE_LDEXPL='0' | REPLACE_LINK='0' | REPLACE_LINKAT='0' | REPLACE_LOCALTIME_R='GNULIB_PORTCHECK' | 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='0' | REPLACE_MBSINIT='0' | REPLACE_MBSNRTOWCS='0' | REPLACE_MBSRTOWCS='0' | REPLACE_MBSTATE_T='0' | REPLACE_MBTOWC='0' | REPLACE_MEMCHR='0' | REPLACE_MEMMEM='0' | REPLACE_MKDIR='0' | REPLACE_MKFIFO='0' | REPLACE_MKNOD='0' | REPLACE_MKSTEMP='0' | REPLACE_MKTIME='GNULIB_PORTCHECK' | REPLACE_MODF='0' | REPLACE_MODFF='0' | REPLACE_MODFL='0' | REPLACE_NAN='0' | REPLACE_NANOSLEEP='GNULIB_PORTCHECK' | REPLACE_NULL='0' | REPLACE_OBSTACK_PRINTF='0' | REPLACE_OPEN='0' | REPLACE_OPENAT='0' | REPLACE_PERROR='0' | REPLACE_POPEN='0' | REPLACE_POSIX_SPAWN='0' | REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='0' | REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='0' | REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='0' | REPLACE_PREAD='0' | REPLACE_PRINTF='1' | REPLACE_PTHREAD_SIGMASK='0' | REPLACE_PTSNAME='0' | REPLACE_PTSNAME_R='0' | REPLACE_PUTENV='0' | REPLACE_PWRITE='0' | REPLACE_RAISE='0' | REPLACE_RANDOM_R='0' | REPLACE_READ='0' | REPLACE_READLINK='0' | REPLACE_REALLOC='0' | REPLACE_REALPATH='0' | REPLACE_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_SETENV='0' | REPLACE_SIGNBIT='0' | REPLACE_SIGNBIT_USING_GCC='1' | REPLACE_SLEEP='0' | REPLACE_SNPRINTF='1' | REPLACE_SPRINTF='1' | REPLACE_SQRTL='0' | REPLACE_STAT='0' | REPLACE_STDIO_READ_FUNCS='0' | REPLACE_STDIO_WRITE_FUNCS='0' | REPLACE_STPNCPY='0' | REPLACE_STRCASESTR='0' | REPLACE_STRCHRNUL='0' | REPLACE_STRDUP='0' | REPLACE_STRERROR='0' | REPLACE_STRERROR_R='1' | REPLACE_STRNCAT='0' | REPLACE_STRNDUP='0' | REPLACE_STRNLEN='0' | REPLACE_STRSIGNAL='0' | REPLACE_STRSTR='0' | REPLACE_STRTOD='0' | REPLACE_STRTOIMAX='0' | REPLACE_STRTOK_R='0' | REPLACE_SYMLINK='0' | REPLACE_TIMEGM='GNULIB_PORTCHECK' | REPLACE_TMPFILE='0' | REPLACE_TOWLOWER='0' | REPLACE_TRUNC='0' | REPLACE_TRUNCF='0' | REPLACE_TRUNCL='0' | REPLACE_TTYNAME_R='0' | REPLACE_UNLINK='0' | REPLACE_UNLINKAT='0' | REPLACE_UNSETENV='0' | REPLACE_USLEEP='0' | REPLACE_UTIMENSAT='0' | REPLACE_VASPRINTF='0' | REPLACE_VDPRINTF='0' | REPLACE_VFPRINTF='1' | REPLACE_VPRINTF='0' | REPLACE_VSNPRINTF='1' | REPLACE_VSPRINTF='1' | REPLACE_WCRTOMB='0' | REPLACE_WCSNRTOMBS='0' | REPLACE_WCSRTOMBS='0' | REPLACE_WCSWIDTH='0' | REPLACE_WCTOB='0' | REPLACE_WCTOMB='0' | REPLACE_WCWIDTH='0' | REPLACE_WRITE='0' | SCHED_H='' | SED='/bin/sed' | SET_MAKE='' | SHELL='/bin/bash' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='' | STDBOOL_H='' | STDDEF_H='' | STDINT_H='' | STRIP='' | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' | TIME_H_DEFINES_STRUCT_TIMESPEC='1' | UINT32_MAX_LT_UINTMAX_MAX='1' | UINT64_MAX_EQ_ULONG_MAX='1' | UNDEFINE_STRTOK_R='0' | UNISTD_H_HAVE_WINSOCK2_H='0' | UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' | USE_NLS='yes' | VALGRIND='' | VALGRIND_PREBISON='' | VERSION='3.0' | WARN_CFLAGS='' | WARN_CFLAGS_TEST='' | WARN_CXXFLAGS='' | WARN_CXXFLAGS_TEST='' | WCHAR_T_SUFFIX='' | WERROR_CFLAGS='' | WERROR_CXXFLAGS='' | WINDOWS_64_BIT_OFF_T='0' | WINDOWS_64_BIT_ST_SIZE='0' | WINT_T_SUFFIX='' | XGETTEXT=':' | XGETTEXT_015=':' | XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format' | XSLTPROC='' | YACC='yacc' | YACC_LIBRARY='lib/liby.a' | YACC_SCRIPT='src/yacc' | YFLAGS='' | ac_ct_CC='gcc' | ac_ct_CXX='g++' | aclocaldir='${datadir}/aclocal' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__fastdepCXX_FALSE='#' | am__fastdepCXX_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' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' lib/asnprintf.o lib/fcntl.o lib/fprintf.o lib/fseterr.o lib/isnand.o lib/isnanf.o lib/isnanl.o lib/printf.o lib/printf-args.o lib/printf-parse.o lib/snprintf.o lib/sprintf.o lib/strerror_r.o lib/vasnprintf.o lib/vfprintf.o lib/vsnprintf.o lib/vsprintf.o lib/xmemdup0.o' | gl_LTLIBOBJS=' lib/asnprintf.lo lib/fcntl.lo lib/fprintf.lo lib/fseterr.lo lib/isnand.lo lib/isnanf.lo lib/isnanl.lo lib/printf.lo lib/printf-args.lo lib/printf-parse.lo lib/snprintf.lo lib/sprintf.lo lib/strerror_r.lo lib/vasnprintf.lo lib/vfprintf.lo lib/vsnprintf.lo lib/vsprintf.lo lib/xmemdup0.lo' | gltests_LIBOBJS='' | gltests_LTLIBOBJS='' | gltests_WITNESS='IN_BISON_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} /home/mardini/phd_research/sm2_4_26/src/bison/bison-3.0/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}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GNU Bison" | #define PACKAGE_TARNAME "bison" | #define PACKAGE_VERSION "3.0" | #define PACKAGE_STRING "GNU Bison 3.0" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/bison/" | #define PACKAGE_COPYRIGHT_YEAR 2013 | #define PACKAGE "bison" | #define VERSION "3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define M4 "/usr/local/bin/m4" | #define M4_GNU_OPTION "--gnu" | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_ISASCII 1 | #define HAVE_MPROTECT 1 | #define HAVE_OBSTACK_PRINTF 1 | #define HAVE_LSTAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SETLOCALE 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 CHECK_PRINTF_SAFE 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 HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_RAW_DECL_IMAXABS 1 | #define HAVE_RAW_DECL_IMAXDIV 1 | #define HAVE_RAW_DECL_STRTOIMAX 1 | #define HAVE_RAW_DECL_STRTOUMAX 1 | #define HAVE_INTTYPES_H 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_OBSTACK_PRINTF 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define restrict __restrict | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 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 GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 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_FSTAT 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_LDEXPL 1 | #define GNULIB_TEST_LDEXPL 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define 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 GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OBSTACK_PRINTF 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PERROR 1 | #define GNULIB_TEST_PIPE2 1 | #define GNULIB_PIPE2_SAFER 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 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 REPLACE_PRINTF_POSIX 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 HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 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 NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define GNULIB_TEST_SPRINTF_POSIX 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STPCPY 1 | #define GNULIB_TEST_STPCPY 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_TEST_STRDUP 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define GNULIB_TEST_STRERROR_R 1 | #define GNULIB_TEST_STRNDUP 1 | #define GNULIB_TEST_STRNLEN 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define GNULIB_TEST_STRVERSCMP 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_WAITPID 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define GNULIB_TEST_VSPRINTF_POSIX 1 | #define HAVE_WAITID 1 | #define GNULIB_TEST_WAITPID 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_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 HAVE_STDINT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TIMES 1 | #define HAVE_DECL_GETRUSAGE 1 | #define HAVE_DECL_TIMES 1 | #define HAVE_DECL_CLOCK 0 | #define HAVE_DECL_SYSCONF 1 | #define HAVE_CLOCK_T 1 | #define HAVE_STRUCT_TMS 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | | configure: exit 0