## ----------------------------- ## ## GNU Mailutils 3.4 test suite. ## ## ----------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2017-11-02 Automatically generated | | HEAD c7021399309a8d0b5cdaabdd83bcd3943d857387. | | 2017-11-02 Sergey Poznyakoff | | Version 3.4. | | 2017-11-01 Sergey Poznyakoff | ## --------- ## ## Platform. ## ## --------- ## hostname = X751 uname -m = x86_64 uname -r = 4.13.0-32-generic uname -s = Linux uname -v = #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/patrick/opt/mailutils-3.4/mh/tests PATH: /home/patrick/opt/mailutils-3.4/testsuite PATH: /home/patrick/opt/mailutils-3.4/mh PATH: /home/patrick/opt/mailutils-3.4 PATH: /home/patrick/.rbenv/shims PATH: /home/patrick/.rbenv/bin PATH: /home/patrick/bin PATH: /home/patrick/.local/bin PATH: /usr/local/sbin PATH: /usr/local/bin 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='mh/tests' | abs_builddir='/home/patrick/opt/mailutils-3.4/mh/tests' | at_srcdir='.' | abs_srcdir='/home/patrick/opt/mailutils-3.4/mh/tests' | at_top_srcdir='../..' | abs_top_srcdir='/home/patrick/opt/mailutils-3.4' | at_top_build_prefix='../../' | abs_top_builddir='/home/patrick/opt/mailutils-3.4' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='mh/tests' | | SHELL=${CONFIG_SHELL-'/bin/bash'} testsuite: atlocal: | # mh/tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- | # Configurable variable values for Mailutils test suite. | # Copyright (C) 2004, 2010-2012, 2014-2017 Free Software Foundation, | # Inc. | | PATH=/home/patrick/opt/mailutils-3.4/mh/tests:/home/patrick/opt/mailutils-3.4/testsuite:/home/patrick/opt/mailutils-3.4/mh:$top_srcdir:$srcdir:$PATH | MHETCDIR=/home/patrick/opt/mailutils-3.4/mh/etc | | # mimeflt [FILE] | # Filter out all variable information from a MIME message in FILE. | # If FILE is not given, filter stdin. | # "Variable information" means part boundary and Content-ID header values. | # These elements are likely to change between invocations of mhn -build. | # | # Stderr is redirected to /dev/null because "one true awk" (used, in | # particular, on FreeBSD) complains when closing stdin fails, even if | # it did not use it at all (it fails because stdin is closed earlier by | # MH_SETUP). | mimeflt() { | awk ' | /^Content-Type:/ { | if (match($0, /boundary=".*"/)) { | s=substr($0,RSTART+10,RLENGTH-11) | boundary[++boundary_num] = s | sub(/boundary=".*"/,"boundary=\"BOUNDARY-" boundary_num "\"") | } | } | /^X-IMAPbase:/ { next } | /^Content-ID:/ { | content_id[$2]++ | print "Content-ID:", ++content_id_num | next | } | { | if ($0 == ("--" boundary[boundary_num])) { | print "--BOUNDARY-" boundary_num | } else if ($0 == ("--" boundary[boundary_num] "--")) { | print "--BOUNDARY-" boundary_num "--" | boundary_num-- | } else | print | } | ' $* 2>/dev/null | } ## ---------------- ## ## Tested programs. ## ## ---------------- ## ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Mon Jan 29 07:41:22 EST 2018 1. install-mh -auto (install-mh.at:18): ok (0m0.123s 0m0.088s) 2. install-mh with invalid profile (install-mh.at:44): ok (0m0.037s 0m0.023s) 4. component (fmtcomp.at:38): ok (0m0.029s 0m0.018s) 5. component formatted (fmtcomp.at:46): ok (0m0.017s 0m0.031s) 6. function call (fmtcomp.at:55): ok (0m0.026s 0m0.021s) 7. function call formatted (fmtcomp.at:63): ok (0m0.025s 0m0.020s) 8. function call with literal argument (fmtcomp.at:72): ok (0m0.025s 0m0.025s) 9. function call with numeric argument (fmtcomp.at:81): ok (0m0.016s 0m0.029s) 10. function call with numeric argument and format spec (fmtcomp.at:90): ok (0m0.023s 0m0.024s) 11. function call with component argument (fmtcomp.at:100): ok (0m0.021s 0m0.028s) 12. nested function calls (fmtcomp.at:110): ok (0m0.021s 0m0.022s) 13. nested function calls with typecast (fmtcomp.at:122): ok (0m0.027s 0m0.020s) 14. lit (fmtcomp.at:135): ok (0m0.021s 0m0.023s) 15. num (fmtcomp.at:154): ok (0m0.027s 0m0.017s) 16. simple conditional (fmtcomp.at:165): ok (0m0.026s 0m0.019s) 17. if-else (fmtcomp.at:179): ok (0m0.023s 0m0.023s) 18. if-elsif-else (fmtcomp.at:199): ok (0m0.031s 0m0.018s) 19. inline conditional (fmtcomp.at:235): ok (0m0.016s 0m0.029s) 20. inline conditional (2) (fmtcomp.at:253): ok (0m0.022s 0m0.031s) 21. statement list (fmtcomp.at:270): ok (0m0.033s 0m0.015s) 22. unknown function (fmtcomp.at:308): ok (0m0.027s 0m0.023s) 23. condition syntax (fmtcomp.at:317): ok (0m0.036s 0m0.015s) 24. unclosed control (fmtcomp.at:325): ok (0m0.024s 0m0.029s) 25. extra ELSE (fmtcomp.at:333): ok (0m0.024s 0m0.025s) 26. unwanted argument (fmtcomp.at:344): ok (0m0.021s 0m0.025s) 27. missing argument (fmtcomp.at:352): ok (0m0.016s 0m0.033s) 28. argument type mismatch (fmtcomp.at:360): ok (0m0.027s 0m0.017s) 29. msg (fmtfunc.at:35): ok (0m0.020s 0m0.038s) 30. size (fmtfunc.at:47): ok (0m0.037s 0m0.019s) 31. num (fmtfunc.at:59): ok (0m0.024s 0m0.041s) 32. lit (fmtfunc.at:70): ok (0m0.037s 0m0.024s) 33. void (fmtfunc.at:80): ok (0m0.020s 0m0.037s) 34. strlen (fmtfunc.at:88): ok (0m0.038s 0m0.021s) 35. width (fmtfunc.at:98): ok (0m0.030s 0m0.027s) 36. charleft (fmtfunc.at:107): ok (0m0.024s 0m0.034s) 37. eq (fmtfunc.at:121): ok (0m0.020s 0m0.036s) 38. ne (fmtfunc.at:130): ok (0m0.026s 0m0.032s) 39. gt (fmtfunc.at:139): ok (0m0.022s 0m0.038s) 40. match (fmtfunc.at:148): ok (0m0.031s 0m0.031s) 41. amatch (fmtfunc.at:159): ok (0m0.027s 0m0.030s) 42. plus (fmtfunc.at:170): ok (0m0.024s 0m0.034s) 43. minus (fmtfunc.at:179): ok (0m0.028s 0m0.032s) 44. divide (fmtfunc.at:188): ok (0m0.032s 0m0.025s) 45. modulo (fmtfunc.at:197): ok (0m0.038s 0m0.021s) 46. getenv (fmtfunc.at:208): ok (0m0.021s 0m0.028s) 47. profile (fmtfunc.at:222): ok (0m0.037s 0m0.025s) 48. nonzero (fmtfunc.at:243): ok (0m0.037s 0m0.022s) 49. zero (fmtfunc.at:256): ok (0m0.026s 0m0.028s) 50. null (fmtfunc.at:269): ok (0m0.045s 0m0.017s) 51. nonnull (fmtfunc.at:280): ok (0m0.025s 0m0.029s) 52. comp (fmtfunc.at:291): ok (0m0.028s 0m0.027s) 53. compval (fmtfunc.at:300): ok (0m0.022s 0m0.037s) 54. decode (fmtfunc.at:311): ok (0m0.030s 0m0.029s) 55. trim (fmtfunc.at:323): ok (0m0.034s 0m0.027s) 56. putstr (fmtfunc.at:334): ok (0m0.036s 0m0.019s) 57. putstrf (fmtfunc.at:349): ok (0m0.033s 0m0.026s) 58. putnum (fmtfunc.at:360): ok (0m0.036s 0m0.022s) 59. putnumf (fmtfunc.at:377): ok (0m0.035s 0m0.028s) 60. nodate (fmtfunc.at:390): ok (0m0.027s 0m0.031s) 61. formataddr (fmtfunc.at:403): ok (0m0.021s 0m0.035s) 62. sec (fmtfunc.at:415): ok (0m0.034s 0m0.028s) 63. min (fmtfunc.at:424): ok (0m0.035s 0m0.020s) 64. hour (fmtfunc.at:433): ok (0m0.022s 0m0.039s) 65. wday (fmtfunc.at:442): ok (0m0.032s 0m0.024s) 66. day (fmtfunc.at:451): ok (0m0.039s 0m0.019s) 67. weekday (fmtfunc.at:460): ok (0m0.030s 0m0.033s) 68. sday (fmtfunc.at:469): ok (0m0.030s 0m0.028s) 69. mday (fmtfunc.at:481): ok (0m0.022s 0m0.039s) 70. yday (fmtfunc.at:490): ok (0m0.028s 0m0.027s) 71. mon (fmtfunc.at:499): ok (0m0.035s 0m0.022s) 72. month (fmtfunc.at:508): ok (0m0.030s 0m0.028s) 73. lmonth (fmtfunc.at:517): ok (0m0.025s 0m0.036s) 74. year (fmtfunc.at:526): ok (0m0.037s 0m0.025s) 75. tzone (fmtfunc.at:537): ok (0m0.025s 0m0.035s) 76. szone (fmtfunc.at:556): ok (0m0.033s 0m0.024s) 77. proper (fmtfunc.at:593): ok (0m0.033s 0m0.026s) 78. friendly (fmtfunc.at:603): ok (0m0.022s 0m0.034s) 79. addr (fmtfunc.at:616): ok (0m0.028s 0m0.033s) 80. pers (fmtfunc.at:629): ok (0m0.026s 0m0.032s) 81. mbox (fmtfunc.at:644): ok (0m0.034s 0m0.027s) 82. mymbox (fmtfunc.at:653): ok (0m0.028s 0m0.031s) 83. host (fmtfunc.at:679): ok (0m0.023s 0m0.034s) 84. nohost (fmtfunc.at:688): ok (0m0.032s 0m0.023s) 85. mhseq: existing message number (mhseq.at:22): ok (0m0.103s 0m0.084s) 86. mhseq: not existing message number (mhseq.at:30): ok (0m0.030s 0m0.046s) 87. mhseq: contiguous message range (mhseq.at:40): ok (0m0.032s 0m0.038s) 88. mhseq: reversed contiguous message range (mhseq.at:51): ok (0m0.038s 0m0.042s) 89. mhseq: reversed non-contiguous message range (mhseq.at:62): ok (0m0.043s 0m0.055s) 90. mhseq: message range (left fixup) (mhseq.at:73): ok (0m0.052s 0m0.047s) 91. mhseq: message range (right fixup) (mhseq.at:85): ok (0m0.048s 0m0.049s) 92. mhseq: message range (both fixups) (mhseq.at:97): ok (0m0.045s 0m0.056s) 93. mhseq: non-existent message range (left) (mhseq.at:109): ok (0m0.049s 0m0.050s) 94. mhseq: non-existent message range (right) (mhseq.at:120): ok (0m0.040s 0m0.042s) 95. mhseq: message set addition (mhseq.at:129): ok (0m0.048s 0m0.041s) 96. mhseq: message set optimization (mhseq.at:146): ok (0m0.051s 0m0.059s) 97. mhseq: counted range (positive) (mhseq.at:169): ok (0m0.045s 0m0.046s) 98. mhseq: non-contiguous counted range (positive) (mhseq.at:180): ok (0m0.052s 0m0.050s) 99. mhseq: counted range (positive, left fixup) (mhseq.at:193): ok (0m0.047s 0m0.051s) 100. mhseq: counted range (positive, right fixup) (mhseq.at:205): ok (0m0.030s 0m0.046s) 101. mhseq: invalid counted range (negative) (mhseq.at:216): ok (0m0.052s 0m0.043s) 102. mhseq: counted range (negative) (mhseq.at:227): ok (0m0.050s 0m0.035s) 103. mhseq: non-contiguous counted range (negative) (mhseq.at:238): ok (0m0.042s 0m0.063s) 104. mhseq: counted range (negative, left fixup) (mhseq.at:251): ok (0m0.050s 0m0.042s) 105. mhseq: counted range (negative, right fixup) (mhseq.at:262): ok (0m0.042s 0m0.056s) 106. mhseq: invalid counted range (negative) (mhseq.at:273): ok (0m0.046s 0m0.057s) 107. mhseq: cur (mhseq.at:284): ok (0m0.048s 0m0.047s) 108. mhseq: cur:n -- default direction (mhseq.at:294): ok (0m0.036s 0m0.063s) 109. mhseq: cur:n -- explicit dir (negative) (mhseq.at:305): ok (0m0.051s 0m0.047s) 110. mhseq: cur:n -- explicit dir (positive) (mhseq.at:316): ok (0m0.037s 0m0.060s) 111. mhseq: next (mhseq.at:327): ok (0m0.049s 0m0.046s) 112. mhseq: next:n -- default direction (mhseq.at:338): ok (0m0.046s 0m0.047s) 113. mhseq: prev (mhseq.at:349): ok (0m0.056s 0m0.040s) 114. mhseq: prev:n -- default direction (mhseq.at:360): ok (0m0.044s 0m0.058s) 115. mhseq: first (mhseq.at:371): ok (0m0.037s 0m0.063s) 116. mhseq: first:n -- default direction (mhseq.at:381): ok (0m0.037s 0m0.059s) 117. mhseq: last (mhseq.at:392): ok (0m0.037s 0m0.036s) 118. mhseq: last:n -- default direction (mhseq.at:400): ok (0m0.039s 0m0.039s) 119. mhseq: sparse increasing message range (left fixup in the middle) (mhseq.at:409): ok (0m0.046s 0m0.059s) 120. mhseq: sparse increasing message range (right fixup in the middle) (mhseq.at:423): ok (0m0.049s 0m0.059s) 121. mhseq: sparse increasing message range (both fixups in the middle) (mhseq.at:437): ok (0m0.043s 0m0.058s) 122. mhseq: sparse decreasing message range (left fixup in the middle) (mhseq.at:451): ok (0m0.053s 0m0.053s) 123. mhseq: sparse decreasing message range (right fixup in the middle) (mhseq.at:465): ok (0m0.040s 0m0.061s) 124. mhseq: sparse decreasing message range (both fixups in the middle) (mhseq.at:479): ok (0m0.050s 0m0.059s) 125. mhseq: sparse counted range (positive, fixup) (mhseq.at:493): ok (0m0.066s 0m0.036s) 126. mhseq: sparse counted range (negative, fixup) (mhseq.at:507): ok (0m0.043s 0m0.065s) 127. ali: simple aliases (ali.at:20): ok (0m0.115s 0m0.061s) 128. ali: recursive aliases (ali.at:31): ok (0m0.036s 0m0.022s) 129. ali: file inlcusion (ali.at:42): ok (0m0.032s 0m0.027s) 130. ali: recursive inlcusion (ali.at:56): ok (0m0.039s 0m0.028s) 131. ali: group name (ali.at:77): ok (0m0.041s 0m0.035s) 132. ali: group id (ali.at:87): ok (0m0.026s 0m0.045s) 133. ali: everybody (ali.at:100): ok (0m0.024s 0m0.036s) 134. ali: executable file inlcusion (ali.at:111): ok (0m0.040s 0m0.027s) 135. folder (folder.at:20): ok (0m0.148s 0m0.079s) 136. folder -all (folder.at:30): ok (0m0.055s 0m0.060s) 137. folder -all -fast (folder.at:45): ok (0m0.049s 0m0.063s) 138. folder +mbox (folder.at:56): ok (0m0.034s 0m0.080s) 139. folder +mbox msg (folder.at:69): ok (0m0.045s 0m0.063s) 140. folder -pack (folder.at:84): ok (0m0.052s 0m0.048s) 141. folder -pack=N (folder.at:102): ok (0m0.038s 0m0.063s) 142. folder -push/-pop (folder.at:120): ok (0m0.139s 0m0.152s) 143. folder -create (folder.at:138): ok (0m0.029s 0m0.022s) 144. inc -notruncate (inc.at:20): ok (0m0.160s 0m0.076s) 145. inc -truncate (inc.at:33): ok (0m0.081s 0m0.067s) 146. inc -folder (inc.at:48): ok (0m0.034s 0m0.060s) 147. inc -changecur (inc.at:61): ok (0m0.059s 0m0.055s) 148. inc -nochangecur (inc.at:74): ok (0m0.042s 0m0.072s) 149. sparse numbering (inc.at:90): ok (0m0.050s 0m0.065s) 150. scan (scan.at:21): ok (0m0.124s 0m0.087s) 151. scan -folder (scan.at:34): ok (0m0.046s 0m0.039s) 152. scan -format (scan.at:46): ok (0m0.034s 0m0.046s) 153. scan -form (scan.at:58): ok (0m0.043s 0m0.040s) 154. scan -reverse (scan.at:71): ok (0m0.047s 0m0.040s) 155. Local mailbox (scan.at:83): ok (0m0.046s 0m0.038s) 156. default format (scan.at:96): ok (0m0.036s 0m0.048s) 157. mailx format (scan.at:108): ok (0m0.052s 0m0.033s) 158. size format (scan.at:120): ok (0m0.044s 0m0.043s) 159. time format (scan.at:132): ok (0m0.043s 0m0.050s) 160. timely format (scan.at:144): ok (0m0.046s 0m0.047s) 161. rmm msg (rmm.at:21): ok (0m0.118s 0m0.078s) 162. rmm seq (rmm.at:34): ok (0m0.038s 0m0.058s) 163. rmm rmmproc (rmm.at:51): ok (0m0.193s 0m0.114s) 164. rmm -- null rmmproc (rmm.at:66): ok (0m0.039s 0m0.042s) 165. rmf +folder (rmf.at:21): ok (0m0.108s 0m0.118s) 166. rmf (rmf.at:33): ok (0m0.062s 0m0.059s) 167. mark -add (mark.at:20): ok (0m0.159s 0m0.071s) 168. mark -add -zero (mark.at:31): ok (0m0.063s 0m0.065s) 169. mark -add -nopublic (mark.at:44): ok (0m0.032s 0m0.047s) 170. mark -del (mark.at:54): ok (0m0.041s 0m0.036s) 171. mark -del -nopublic (mark.at:65): ok (0m0.047s 0m0.041s) 172. mark -list (mark.at:79): ok (0m0.022s 0m0.062s) 173. mhparam -all (mhparam.at:20): ok (0m0.114s 0m0.063s) 174. mhparam comp (mhparam.at:37): ok (0m0.026s 0m0.027s) 175. mhparam comp comp (mhparam.at:49): ok (0m0.031s 0m0.028s) 176. mhparam -component comp (mhparam.at:62): ok (0m0.036s 0m0.026s) 177. refile (refile.at:20): ok (0m0.149s 0m0.084s) 178. refile -file (refile.at:39): ok (0m0.054s 0m0.043s) 179. refile -copy (refile.at:56): ok (0m0.047s 0m0.080s) 180. mhpath (mhpath.at:20): ok (0m0.053s 0m0.059s) 181. mhpath + (mhpath.at:29): ok (0m0.061s 0m0.053s) 182. mhpath msgs (mhpath.at:38): ok (0m0.047s 0m0.069s) 183. mhpath msgs (some nonexistent) (mhpath.at:48): ok (0m0.070s 0m0.048s) 184. mhpath msgs (all nonexistent) (mhpath.at:57): ok (0m0.065s 0m0.048s) 185. mhpath nonexistent (mhpath.at:88): ok (0m0.058s 0m0.056s) 186. mhpath new (mhpath.at:97): ok (0m0.054s 0m0.057s) 187. mhl (mhl.at:20): ok (0m0.117s 0m0.088s) 188. mhl repl (mhl.at:38): ok (0m0.058s 0m0.031s) 189. mhl usenet (mhl.at:49): ok (0m0.025s 0m0.069s) 190. anno (anno.at:20): ok (0m0.138s 0m0.063s) 191. anno -component (anno.at:31): ok (0m0.042s 0m0.039s) 192. anno -component -text (anno.at:41): ok (0m0.035s 0m0.045s) 193. anno -component -text -nodate (anno.at:52): ok (0m0.039s 0m0.042s) 194. pick -from (pick.at:20): ok (0m0.132s 0m0.076s) 195. pick -from -sequence (pick.at:44): ok (0m0.049s 0m0.056s) 196. pick -search (pick.at:55): ok (0m0.053s 0m0.049s) 197. pick -search regex (pick.at:65): ok (0m0.028s 0m0.074s) 198. pick -subject -from (pick.at:77): ok (0m0.049s 0m0.051s) 199. pick -subject -and -from (pick.at:98): ok (0m0.032s 0m0.059s) 200. pick -subject -or -from (pick.at:119): ok (0m0.047s 0m0.050s) 201. pick: default precedence (pick.at:161): ok (0m0.058s 0m0.038s) 202. pick: explicit precedence (1) (pick.at:220): ok (0m0.039s 0m0.057s) 203. pick: explicit precedence (2) (pick.at:279): ok (0m0.041s 0m0.058s) 204. pick -before (pick.at:313): ok (0m0.054s 0m0.043s) 205. pick --Component pattern (pick.at:323): ok (0m0.040s 0m0.060s) 206. pick --Component pattern -or ... (pick.at:345): ok (0m0.046s 0m0.053s) 207. burst digest (burst.at:20): ok (0m0.118s 0m0.068s) 208. burst digest /w EB length limit (burst.at:70): ok (0m0.039s 0m0.035s) 209. burst mime (burst.at:120): ok (0m0.035s 0m0.054s) 210. burst mime recursive (burst.at:141): ok (0m0.041s 0m0.048s) 211. burst non-digest (burst.at:202): ok (0m0.040s 0m0.036s) 212. comp -file (comp.at:21): ok (0m0.157s 0m0.058s) 213. comp -file (del) (comp.at:41): ok (0m0.057s 0m0.043s) 214. comp file (comp.at:55): ok (0m0.060s 0m0.040s) 215. comp -use file (comp.at:75): ok (0m0.048s 0m0.054s) 216. comp +folder msg (comp.at:104): ok (0m0.048s 0m0.064s) 217. comp -draftfolder (comp.at:144): ok (0m0.054s 0m0.053s) 218. comp +draftfolder -use (comp.at:165): ok (0m0.057s 0m0.057s) 219. use Draft-Folder (comp.at:196): ok (0m0.052s 0m0.054s) 220. -nodraftfolder (comp.at:218): ok (0m0.042s 0m0.064s) 221. forw msg (forw.at:21): ok (0m0.139s 0m0.087s) 222. forw -format msg (forw.at:81): ok (0m0.061s 0m0.052s) 223. forw msgs (forw.at:141): ok (0m0.038s 0m0.078s) 224. forw -build msg (forw.at:231): ok (0m0.046s 0m0.056s) 225. forw -build -mime msgs (forw.at:270): ok (0m0.075s 0m0.071s) 226. forw -draftfolder (forw.at:315): ok (0m0.047s 0m0.063s) 227. forw -file (forw.at:374): ok (0m0.049s 0m0.050s) 228. Draft-Folder (forw.at:400): ok (0m0.072s 0m0.039s) 229. -nodraftfolder (forw.at:461): ok (0m0.055s 0m0.053s) 230. repl msg (repl.at:23): ok (0m0.133s 0m0.093s) 231. repl -draftfolder (repl.at:52): ok (0m0.061s 0m0.052s) 232. Draft-Folder (repl.at:82): ok (0m0.073s 0m0.044s) 233. -nodraftfolder (repl.at:114): ok (0m0.058s 0m0.052s) 234. mhn -list (mhn.at:24): ok (0m0.132s 0m0.069s) 235. mhn -list -realsize (mhn.at:47): ok (0m0.032s 0m0.044s) 236. mhn -store (mhn.at:74): ok (0m0.039s 0m0.047s) 237. mhn -store -auto (mhn.at:131): ok (0m0.052s 0m0.054s) 238. mhn -store -auto -part (mhn.at:142): ok (0m0.062s 0m0.053s) 239. mhn -store -auto (pathname safety) (mhn.at:150): ok (0m0.035s 0m0.044s) 240. mhn-storage (mhn.at:173): ok (0m0.042s 0m0.074s) 241. mhn-store-: all escapes (mhn.at:190): ok (0m0.033s 0m0.054s) 242. mhn-store-: absolute path (mhn.at:209): ok (0m0.073s 0m0.047s) 243. mhn-store-: +folder (mhn.at:225): ok (0m0.058s 0m0.066s) 244. mhn-store-: + (mhn.at:241): ok (0m0.046s 0m0.076s) 245. mhn-store-: pipe (mhn.at:256): ok (0m0.036s 0m0.057s) 246. mhn-show msg1 (mhn.at:287): ok (0m0.039s 0m0.045s) 247. mhn-show type=tar (mhn.at:338): ok (0m0.035s 0m0.061s) 248. mhn-show unsupported type (mhn.at:366): ok (0m0.045s 0m0.040s) 249. mhn-show- variable (with subtype) (mhn.at:387): ok (0m0.043s 0m0.049s) 250. mhn-show- variable (without subtype) (mhn.at:416): ok (0m0.027s 0m0.070s) 251. mhn-compose: adjacent plain text (mhn.at:448): ok (0m0.026s 0m0.038s) 252. mhn-compose: plain text content types (mhn.at:482): ok (0m0.028s 0m0.041s) 253. mhn-compose: sharp at the beginning of a line (mhn.at:528): ok (0m0.039s 0m0.031s) 254. mhn-compose: charset (mhn.at:550): ok (0m0.032s 0m0.029s) 255. mhn-compose: forward (mhn.at:573): ok (0m0.040s 0m0.053s) 256. mhn-compose: forward (current folder) (mhn.at:699): ok (0m0.050s 0m0.041s) 257. mhn-compose: forward (single message) (mhn.at:826): ok (0m0.037s 0m0.059s) 258. mhn-compose: external data (mhn.at:896): ok (0m0.026s 0m0.038s) 259. mhn-compose: multipart (mhn.at:929): ok (0m0.038s 0m0.055s) 260. send file (send.at:21): ok (0m0.152s 0m0.076s) 261. send files (send.at:48): ok (0m0.090s 0m0.079s) 262. send -draft (send.at:98): ok (0m0.052s 0m0.056s) 263. send -draftfolder (send.at:131): ok (0m0.041s 0m0.072s) 264. send -draftmessage (send.at:160): ok (0m0.066s 0m0.054s) 265. sortm -textfield (sortm.at:22): ok (0m0.129s 0m0.163s) 266. sortm -datefield (sortm.at:126): ok (0m0.147s 0m0.181s) 267. if branch (fmtcnd00.at:37): ok (0m0.022s 0m0.029s) 268. elseif branch (fmtcnd00.at:73): ok (0m0.031s 0m0.022s) 269. else branch (fmtcnd00.at:100): ok (0m0.034s 0m0.020s) testsuite: ending at: Mon Jan 29 07:41:57 EST 2018 testsuite: test suite duration: 0h 0m 35s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: All 269 tests were run, 1 failed unexpectedly. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Mailutils 3.4 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 3: fmtcomp.at:31 literal format fmtcomp ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 3. fmtcomp.at:31: testing literal ... ./fmtcomp.at:31: fmtcheck -disass -dump -format 'text' --- - 2018-01-29 07:41:23.065309167 -0500 +++ /home/patrick/opt/mailutils-3.4/mh/tests/testsuite.dir/at-groups/3/stdout 2018-01-29 07:41:23.059402967 -0500 @@ -1,3 +1,4 @@ +I'm going to create the standard MH path for you. PRINT("text") printlit "text" stop 3. fmtcomp.at:31: 3. literal (fmtcomp.at:31): FAILED (fmtcomp.at:31) ## ---------------- ## ## ../../config.log ## ## ---------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GNU Mailutils configure 3.4, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = X751 | uname -m = x86_64 | uname -r = 4.13.0-32-generic | uname -s = Linux | uname -v = #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /home/patrick/.rbenv/shims | PATH: /home/patrick/.rbenv/bin | PATH: /home/patrick/bin | PATH: /home/patrick/.local/bin | PATH: /usr/local/sbin | PATH: /usr/local/bin | PATH: /usr/sbin | PATH: /usr/bin | PATH: /sbin | PATH: /bin | PATH: /usr/games | PATH: /usr/local/games | PATH: /snap/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:3597: checking for a BSD-compatible install | configure:3665: result: /usr/bin/install -c | configure:3676: checking whether build environment is sane | configure:3731: result: yes | configure:3882: checking for a thread-safe mkdir -p | configure:3921: result: /bin/mkdir -p | configure:3928: checking for gawk | configure:3944: found /usr/bin/gawk | configure:3955: result: gawk | configure:3966: checking whether make sets $(MAKE) | configure:3988: result: yes | configure:4017: checking whether make supports nested variables | configure:4034: result: yes | configure:4175: checking whether make supports nested variables | configure:4192: result: yes | configure:4208: checking build system type | configure:4222: result: x86_64-pc-linux-gnu | configure:4242: checking host system type | configure:4255: result: x86_64-pc-linux-gnu | configure:4282: autobuild project... GNU Mailutils | configure:4288: autobuild revision... 3.4 | configure:4293: autobuild hostname... X751 | configure:4304: autobuild timestamp... 20180129T121517Z | configure:4414: checking for gcc | configure:4430: found /usr/bin/gcc | configure:4441: result: gcc | configure:4670: checking for C compiler version | configure:4679: 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:4690: $? = 0 | configure:4679: 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:4690: $? = 0 | configure:4679: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:4690: $? = 1 | configure:4679: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:4690: $? = 1 | configure:4710: checking whether the C compiler works | configure:4732: gcc conftest.c >&5 | configure:4736: $? = 0 | configure:4784: result: yes | configure:4787: checking for C compiler default output file name | configure:4789: result: a.out | configure:4795: checking for suffix of executables | configure:4802: gcc -o conftest conftest.c >&5 | configure:4806: $? = 0 | configure:4828: result: | configure:4850: checking whether we are cross compiling | configure:4858: gcc -o conftest conftest.c >&5 | configure:4862: $? = 0 | configure:4869: ./conftest | configure:4873: $? = 0 | configure:4888: result: no | configure:4893: checking for suffix of object files | configure:4915: gcc -c conftest.c >&5 | configure:4919: $? = 0 | configure:4940: result: o | configure:4944: checking whether we are using the GNU C compiler | configure:4963: gcc -c conftest.c >&5 | configure:4963: $? = 0 | configure:4972: result: yes | configure:4981: checking whether gcc accepts -g | configure:5001: gcc -c -g conftest.c >&5 | configure:5001: $? = 0 | configure:5042: result: yes | configure:5059: checking for gcc option to accept ISO C89 | configure:5122: gcc -c -g -O2 conftest.c >&5 | configure:5122: $? = 0 | configure:5135: result: none needed | configure:5160: checking whether gcc understands -c and -o together | configure:5182: gcc -c conftest.c -o conftest2.o | configure:5185: $? = 0 | configure:5182: gcc -c conftest.c -o conftest2.o | configure:5185: $? = 0 | configure:5197: result: yes | configure:5225: checking for style of include used by make | configure:5253: result: GNU | configure:5279: checking dependency style of gcc | configure:5390: result: gcc3 | configure:5412: checking how to run the C preprocessor | configure:5443: gcc -E conftest.c | configure:5443: $? = 0 | configure:5457: gcc -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:5457: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | /* end confdefs.h. */ | | #include | configure:5482: result: gcc -E | configure:5502: gcc -E conftest.c | configure:5502: $? = 0 | configure:5516: gcc -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:5516: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | /* end confdefs.h. */ | | #include | configure:5545: checking for grep that handles long lines and -e | configure:5603: result: /bin/grep | configure:5608: checking for egrep | configure:5670: result: /bin/grep -E | configure:5675: checking for ANSI C header files | configure:5695: gcc -c -g -O2 conftest.c >&5 | configure:5695: $? = 0 | configure:5768: gcc -o conftest -g -O2 conftest.c >&5 | configure:5768: $? = 0 | configure:5768: ./conftest | configure:5768: $? = 0 | configure:5779: result: yes | configure:5792: checking for sys/types.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for sys/stat.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for stdlib.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for string.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for memory.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for strings.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for inttypes.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for stdint.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5792: checking for unistd.h | configure:5792: gcc -c -g -O2 conftest.c >&5 | configure:5792: $? = 0 | configure:5792: result: yes | configure:5805: checking minix/config.h usability | configure:5805: gcc -c -g -O2 conftest.c >&5 | conftest.c:54:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:5805: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:5805: result: no | configure:5805: checking minix/config.h presence | configure:5805: gcc -E conftest.c | conftest.c:21:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:5805: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:5805: result: no | configure:5805: checking for minix/config.h | configure:5805: result: no | configure:5829: checking whether it is safe to define __EXTENSIONS__ | configure:5847: gcc -c -g -O2 conftest.c >&5 | configure:5847: $? = 0 | configure:5854: result: yes | configure:5883: checking whether _XOPEN_SOURCE should be defined | configure:5902: gcc -c -g -O2 conftest.c >&5 | configure:5902: $? = 0 | configure:5926: result: no | configure:5941: checking for Minix Amsterdam compiler | configure:5965: result: no | configure:6025: checking for ar | configure:6041: found /usr/bin/ar | configure:6052: result: ar | configure:6078: checking the archiver (ar) interface | configure:6094: gcc -c -g -O2 conftest.c >&5 | configure:6094: $? = 0 | configure:6096: ar cru libconftest.a conftest.o >&5 | ar: `u' modifier ignored since `D' is the default (see `U') | configure:6099: $? = 0 | configure:6127: result: ar | configure:6192: checking for ar | configure:6219: result: ar | configure:6294: checking for ranlib | configure:6310: found /usr/bin/ranlib | configure:6321: result: ranlib | configure:6364: autobuild project... GNU Mailutils | configure:6370: autobuild revision... 3.4 | configure:6375: autobuild hostname... X751 | configure:6386: autobuild timestamp... 20180129T121522Z | configure:6497: checking for g++ | configure:6513: found /usr/bin/g++ | configure:6524: result: g++ | configure:6551: checking for C++ compiler version | configure:6560: 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:6571: $? = 0 | configure:6560: 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:6571: $? = 0 | configure:6560: g++ -V >&5 | g++: error: unrecognized command line option '-V' | g++: fatal error: no input files | compilation terminated. | configure:6571: $? = 1 | configure:6560: g++ -qversion >&5 | g++: error: unrecognized command line option '-qversion' | g++: fatal error: no input files | compilation terminated. | configure:6571: $? = 1 | configure:6575: checking whether we are using the GNU C++ compiler | configure:6594: g++ -c conftest.cpp >&5 | configure:6594: $? = 0 | configure:6603: result: yes | configure:6612: checking whether g++ accepts -g | configure:6632: g++ -c -g conftest.cpp >&5 | configure:6632: $? = 0 | configure:6673: result: yes | configure:6698: checking dependency style of g++ | configure:6809: result: gcc3 | configure:6825: checking whether ln -s works | configure:6829: result: yes | configure:6886: checking how to print strings | configure:6913: result: printf | configure:6934: checking for a sed that does not truncate output | configure:6998: result: /bin/sed | configure:7016: checking for fgrep | configure:7078: result: /bin/grep -F | configure:7113: checking for ld used by gcc | configure:7180: result: /usr/bin/ld | configure:7187: checking if the linker (/usr/bin/ld) is GNU ld | configure:7202: result: yes | configure:7214: checking for BSD- or MS-compatible name lister (nm) | configure:7263: result: /usr/bin/nm -B | configure:7393: checking the name lister (/usr/bin/nm -B) interface | configure:7400: gcc -c -g -O2 conftest.c >&5 | configure:7403: /usr/bin/nm -B "conftest.o" | configure:7406: output | 0000000000000000 B some_variable | configure:7413: result: BSD nm | configure:7417: checking the maximum length of command line arguments | configure:7547: result: 1572864 | configure:7564: checking whether the shell understands some XSI constructs | configure:7574: result: yes | configure:7578: checking whether the shell understands "+=" | configure:7584: result: yes | configure:7619: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format | configure:7659: result: func_convert_file_noop | configure:7666: checking how to convert x86_64-pc-linux-gnu file names to toolchain format | configure:7686: result: func_convert_file_noop | configure:7693: checking for /usr/bin/ld option to reload object files | configure:7700: result: -r | configure:7774: checking for objdump | configure:7790: found /usr/bin/objdump | configure:7801: result: objdump | configure:7833: checking how to recognize dependent libraries | configure:8035: result: pass_all | configure:8120: checking for dlltool | configure:8150: result: no | configure:8180: checking how to associate runtime and link libraries | configure:8207: result: printf %s\n | configure:8331: checking for archiver @FILE support | configure:8348: gcc -c -g -O2 conftest.c >&5 | configure:8348: $? = 0 | configure:8351: ar cru libconftest.a @conftest.lst >&5 | ar: `u' modifier ignored since `D' is the default (see `U') | configure:8354: $? = 0 | configure:8359: ar cru libconftest.a @conftest.lst >&5 | ar: `u' modifier ignored since `D' is the default (see `U') | ar: conftest.o: No such file or directory | configure:8362: $? = 1 | configure:8374: result: @ | configure:8432: checking for strip | configure:8448: found /usr/bin/strip | configure:8459: result: strip | configure:8531: checking for ranlib | configure:8558: result: ranlib | configure:8660: checking command to parse /usr/bin/nm -B output from gcc object | configure:8780: gcc -c -g -O2 conftest.c >&5 | configure:8783: $? = 0 | configure:8787: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:8790: $? = 0 | configure:8856: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:8859: $? = 0 | configure:8897: result: ok | configure:8934: checking for sysroot | configure:8964: result: no | configure:9041: gcc -c -g -O2 conftest.c >&5 | configure:9044: $? = 0 | configure:9220: checking for mt | configure:9236: found /bin/mt | configure:9247: result: mt | configure:9270: checking if mt is a manifest tool | configure:9276: mt '-?' | configure:9284: result: no | configure:9923: checking for dlfcn.h | configure:9923: gcc -c -g -O2 conftest.c >&5 | configure:9923: $? = 0 | configure:9923: result: yes | configure:10138: checking for objdir | configure:10153: result: .libs | configure:10424: checking if gcc supports -fno-rtti -fno-exceptions | configure:10442: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C | configure:10446: $? = 0 | configure:10459: result: no | configure:10786: checking for gcc option to produce PIC | configure:10793: result: -fPIC -DPIC | configure:10801: checking if gcc PIC flag -fPIC -DPIC works | configure:10819: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | configure:10823: $? = 0 | configure:10836: result: yes | configure:10865: checking if gcc static flag -static works | configure:10893: result: yes | configure:10908: checking if gcc supports -c -o file.o | configure:10929: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:10933: $? = 0 | configure:10955: result: yes | configure:10963: checking if gcc supports -c -o file.o | configure:11010: result: yes | configure:11043: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:12196: result: yes | configure:12233: checking whether -lc should be explicitly linked in | configure:12241: gcc -c -g -O2 conftest.c >&5 | configure:12244: $? = 0 | configure:12259: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | configure:12262: $? = 0 | configure:12276: result: no | configure:12436: checking dynamic linker characteristics | configure:12947: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:12947: $? = 0 | configure:13169: result: GNU/Linux ld.so | configure:13276: checking how to hardcode library paths into programs | configure:13301: result: immediate | configure:13395: checking for shl_load | configure:13395: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccNnoqaX.o: In function `main': | /home/patrick/opt/mailutils-3.4/conftest.c:70: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:13395: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define shl_load to an innocuous variant, in case declares shl_load. | | For example, HP-UX 11i declares gettimeofday. */ | | #define shl_load innocuous_shl_load | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char shl_load (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef shl_load | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char shl_load (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_shl_load || defined __stub___shl_load | | choke me | | #endif | | | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:13395: result: no | configure:13399: checking for shl_load in -ldld | configure:13424: gcc -o conftest -g -O2 conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld | collect2: error: ld returned 1 exit status | configure:13424: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char shl_load (); | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:13433: result: no | configure:13438: checking for dlopen | configure:13438: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccJXdfDh.o: In function `main': | /home/patrick/opt/mailutils-3.4/conftest.c:70: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:13438: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define dlopen to an innocuous variant, in case declares dlopen. | | For example, HP-UX 11i declares gettimeofday. */ | | #define dlopen innocuous_dlopen | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char dlopen (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef dlopen | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char dlopen (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_dlopen || defined __stub___dlopen | | choke me | | #endif | | | | int | | main () | | { | | return dlopen (); | | ; | | return 0; | | } | configure:13438: result: no | configure:13442: checking for dlopen in -ldl | configure:13467: gcc -o conftest -g -O2 conftest.c -ldl >&5 | configure:13467: $? = 0 | configure:13476: result: yes | configure:13595: checking whether a program can dlopen itself | configure:13675: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:13678: $? = 0 | configure:13696: result: yes | configure:13701: checking whether a statically linked program can dlopen itself | configure:13781: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 | /tmp/ccUZYDFF.o: In function `main': | /home/patrick/opt/mailutils-3.4/configure:13760: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie | collect2: error: ld returned 1 exit status | configure:13784: $? = 1 | configure:13802: result: no | configure:13841: checking whether stripping libraries is possible | configure:13846: result: yes | configure:13881: checking if libtool supports shared libraries | configure:13883: result: yes | configure:13886: checking whether to build shared libraries | configure:13907: result: yes | configure:13910: checking whether to build static libraries | configure:13914: result: yes | configure:13937: checking how to run the C++ preprocessor | configure:13964: g++ -E conftest.cpp | configure:13964: $? = 0 | configure:13978: g++ -E conftest.cpp | conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:13978: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | #include | configure:14003: result: g++ -E | configure:14023: g++ -E conftest.cpp | configure:14023: $? = 0 | configure:14037: g++ -E conftest.cpp | conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:14037: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | #include | configure:14206: checking for ld used by g++ | configure:14273: result: /usr/bin/ld -m elf_x86_64 | configure:14280: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld | configure:14295: result: yes | configure:14350: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:15355: result: yes | configure:15391: g++ -c -g -O2 conftest.cpp >&5 | configure:15394: $? = 0 | configure:15914: checking for g++ option to produce PIC | configure:15921: result: -fPIC -DPIC | configure:15929: checking if g++ PIC flag -fPIC -DPIC works | configure:15947: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 | configure:15951: $? = 0 | configure:15964: result: yes | configure:15987: checking if g++ static flag -static works | configure:16015: result: yes | configure:16027: checking if g++ supports -c -o file.o | configure:16048: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | configure:16052: $? = 0 | configure:16074: result: yes | configure:16079: checking if g++ supports -c -o file.o | configure:16126: result: yes | configure:16156: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:16192: result: yes | configure:16333: checking dynamic linker characteristics | configure:17000: result: GNU/Linux ld.so | configure:17053: checking how to hardcode library paths into programs | configure:17078: result: immediate | configure:17145: checking for bison | configure:17175: result: no | configure:17145: checking for byacc | configure:17175: result: no | configure:17193: checking for flex | configure:17223: result: no | configure:17193: checking for lex | configure:17223: result: no | configure:17374: checking whether NLS is requested | configure:17383: result: yes | configure:17423: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:17455: result: /usr/bin/msgfmt | configure:17464: checking for gmsgfmt | configure:17495: result: /usr/bin/msgfmt | configure:17545: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:17577: result: /usr/bin/xgettext | configure:17622: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:17653: result: /usr/bin/msgmerge | configure:17711: checking for ld used by gcc | configure:17778: result: /usr/bin/ld -m elf_x86_64 | configure:17785: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld | configure:17800: result: yes | configure:17807: checking for shared library run path origin | configure:17820: result: done | configure:18392: checking for CFPreferencesCopyAppValue | configure:18410: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:36:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory | compilation terminated. | configure:18410: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:18419: result: no | configure:18426: checking for CFLocaleCopyCurrent | configure:18444: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:36:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory | compilation terminated. | configure:18444: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:18453: result: no | configure:18502: checking for GNU gettext in libc | configure:18531: gcc -o conftest -g -O2 conftest.c >&5 | configure:18531: $? = 0 | configure:18540: result: yes | configure:19387: checking whether to use NLS | configure:19389: result: yes | configure:19392: checking where the gettext function comes from | configure:19403: result: libc | configure:19491: checking for iconv | configure:19515: gcc -o conftest -g -O2 conftest.c >&5 | configure:19515: $? = 0 | configure:19549: result: yes | configure:19552: checking for working iconv | configure:19681: gcc -o conftest -g -O2 conftest.c >&5 | configure:19681: $? = 0 | configure:19681: ./conftest | configure:19681: $? = 0 | configure:19693: result: yes | configure:19721: checking for iconv declaration | configure:19750: gcc -c -g -O2 conftest.c >&5 | configure:19750: $? = 0 | configure:19761: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:19774: checking iconv.h usability | configure:19774: gcc -c -g -O2 conftest.c >&5 | configure:19774: $? = 0 | configure:19774: result: yes | configure:19774: checking iconv.h presence | configure:19774: gcc -E conftest.c | configure:19774: $? = 0 | configure:19774: result: yes | configure:19774: checking for iconv.h | configure:19774: result: yes | configure:19784: checking for iconv_t | configure:19784: gcc -c -g -O2 conftest.c >&5 | configure:19784: $? = 0 | configure:19784: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:51:22: error: expected expression before ')' token | if (sizeof ((iconv_t))) | ^ | configure:19784: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | | | #ifdef HAVE_ICONV_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((iconv_t))) | | return 0; | | ; | | return 0; | | } | configure:19784: result: yes | configure:19822: checking for special C compiler options needed for large files | configure:19867: result: no | configure:19873: checking for _FILE_OFFSET_BITS value needed for large files | configure:19898: gcc -c -g -O2 conftest.c >&5 | configure:19898: $? = 0 | configure:19930: result: no | configure:20024: checking for size_t | configure:20024: gcc -c -g -O2 conftest.c >&5 | configure:20024: $? = 0 | configure:20024: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:78:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:20024: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_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:20024: result: yes | configure:20037: checking for working alloca.h | configure:20054: gcc -o conftest -g -O2 conftest.c >&5 | configure:20054: $? = 0 | configure:20062: result: yes | configure:20070: checking for alloca | configure:20107: gcc -o conftest -g -O2 conftest.c >&5 | configure:20107: $? = 0 | configure:20115: result: yes | configure:20357: checking for unistd.h | configure:20357: result: yes | configure:20357: checking for wctype.h | configure:20357: gcc -c -g -O2 conftest.c >&5 | configure:20357: $? = 0 | configure:20357: result: yes | configure:20357: checking for limits.h | configure:20357: gcc -c -g -O2 conftest.c >&5 | configure:20357: $? = 0 | configure:20357: result: yes | configure:20357: checking for wchar.h | configure:20357: gcc -c -g -O2 conftest.c >&5 | configure:20357: $? = 0 | configure:20357: result: yes | configure:20357: checking for sys/mman.h | configure:20357: gcc -c -g -O2 conftest.c >&5 | configure:20357: $? = 0 | configure:20357: result: yes | configure:20357: checking for stdint.h | configure:20357: result: yes | configure:20357: checking for features.h | configure:20357: gcc -c -g -O2 conftest.c >&5 | configure:20357: $? = 0 | configure:20357: result: yes | configure:20357: checking for stdlib.h | configure:20357: result: yes | configure:20357: checking for sys/param.h | configure:20357: gcc -c -g -O2 conftest.c >&5 | configure:20357: $? = 0 | configure:20357: result: yes | configure:20377: checking if environ is properly declared | configure:20400: gcc -c -g -O2 conftest.c >&5 | conftest.c:59:39: error: conflicting types for 'environ' | extern struct { int foo; } environ; | ^ | In file included from conftest.c:54:0: | /usr/include/unistd.h:548:15: note: previous declaration of 'environ' was here | extern char **environ; | ^ | configure:20400: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 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:20408: result: yes | configure:20424: checking for off_t | configure:20424: gcc -c -g -O2 conftest.c >&5 | configure:20424: $? = 0 | configure:20424: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:90:20: error: expected expression before ')' token | if (sizeof ((off_t))) | ^ | configure:20424: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((off_t))) | | return 0; | | ; | | return 0; | | } | configure:20424: result: yes | configure:20452: checking for iswcntrl | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:77:6: warning: conflicting types for built-in function 'iswcntrl' | char iswcntrl (); | ^ | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for iswblank | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:78:6: warning: conflicting types for built-in function 'iswblank' | char iswblank (); | ^ | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for symlink | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for mbsinit | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for mbrtowc | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for mbslen | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccITdO57.o: In function `main': | /home/patrick/opt/mailutils-3.4/conftest.c:93: undefined reference to `mbslen' | collect2: error: ld returned 1 exit status | configure:20452: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | /* end confdefs.h. */ | | /* Define mbslen to an innocuous variant, in case declares mbslen. | | For example, HP-UX 11i declares gettimeofday. */ | | #define mbslen innocuous_mbslen | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char mbslen (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef mbslen | | | | /* 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 mbslen (); | | /* 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_mbslen || defined __stub___mbslen | | choke me | | #endif | | | | int | | main () | | { | | return mbslen (); | | ; | | return 0; | | } | configure:20452: result: no | configure:20452: checking for isascii | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:82:6: warning: conflicting types for built-in function 'isascii' | char isascii (); | ^ | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for mprotect | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for setenv | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | configure:20452: $? = 0 | configure:20452: result: yes | configure:20452: checking for wcwidth | configure:20452: gcc -o conftest -g -O2 conftest.c >&5 | configure:20452: $? = 0 | configure:20452: result: yes | configure:20464: checking for wint_t | configure:20489: gcc -c -g -O2 conftest.c >&5 | configure:20489: $? = 0 | configure:20496: result: yes | configure:20506: checking whether the preprocessor supports include_next | configure:20544: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 | configure:20544: $? = 0 | configure:20565: result: yes | configure:20586: checking whether system header files limit the line length | configure:20609: result: no | configure:20720: checking whether iswcntrl works | configure:20764: gcc -o conftest -g -O2 conftest.c >&5 | configure:20764: $? = 0 | configure:20764: ./conftest | configure:20764: $? = 0 | configure:20775: result: yes | configure:20799: checking for towlower | configure:20799: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:87:6: warning: conflicting types for built-in function 'towlower' | char towlower (); | ^ | configure:20799: $? = 0 | configure:20799: result: yes | configure:20847: checking for wctype_t | configure:20875: gcc -c -g -O2 conftest.c >&5 | configure:20875: $? = 0 | configure:20883: result: yes | configure:20889: checking for wctrans_t | configure:20915: gcc -c -g -O2 conftest.c >&5 | configure:20915: $? = 0 | configure:20923: result: yes | configure:20932: checking whether wctype is declared without a macro | configure:20961: gcc -c -g -O2 conftest.c >&5 | configure:20961: $? = 0 | configure:20969: result: yes | configure:20932: checking whether iswctype is declared without a macro | configure:20961: gcc -c -g -O2 conftest.c >&5 | configure:20961: $? = 0 | configure:20969: result: yes | configure:20932: checking whether wctrans is declared without a macro | configure:20961: gcc -c -g -O2 conftest.c >&5 | configure:20961: $? = 0 | configure:20969: result: yes | configure:20932: checking whether towctrans is declared without a macro | configure:20961: gcc -c -g -O2 conftest.c >&5 | configure:20961: $? = 0 | configure:20969: result: yes | configure:21065: checking whether limits.h has ULLONG_WIDTH etc. | configure:21085: gcc -c -g -O2 conftest.c >&5 | conftest.c:73:38: error: 'ULLONG_WIDTH' undeclared here (not in a function) | int ullw = ULLONG_WIDTH; | ^ | configure:21085: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | /* end confdefs.h. */ | | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #endif | | #include | | int ullw = ULLONG_WIDTH; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:21092: result: no | configure:21110: checking for nl_langinfo and CODESET | configure:21126: gcc -o conftest -g -O2 conftest.c >&5 | configure:21126: $? = 0 | configure:21135: result: yes | configure:21150: checking for working fcntl.h | configure:21253: gcc -o conftest -g -O2 conftest.c >&5 | configure:21253: $? = 0 | configure:21253: ./conftest | configure:21253: $? = 0 | configure:21268: result: yes | configure:21291: checking whether getc_unlocked is declared | configure:21291: gcc -c -g -O2 conftest.c >&5 | configure:21291: $? = 0 | configure:21291: result: yes | configure:21303: checking whether we are using the GNU C Library >= 2.1 or uClibc | configure:21333: result: yes | configure:21342: checking for stdlib.h | configure:21342: result: yes | configure:21352: checking for GNU libc compatible malloc | configure:21376: gcc -o conftest -g -O2 conftest.c >&5 | configure:21376: $? = 0 | configure:21376: ./conftest | configure:21376: $? = 0 | configure:21386: result: yes | configure:21401: checking for unsigned long long int | configure:21440: gcc -o conftest -g -O2 conftest.c >&5 | configure:21440: $? = 0 | configure:21449: result: yes | configure:21459: checking for long long int | configure:21497: gcc -o conftest -g -O2 conftest.c >&5 | configure:21497: $? = 0 | configure:21497: ./conftest | configure:21497: $? = 0 | configure:21509: result: yes | configure:21519: checking for mbstate_t | configure:21543: gcc -c -g -O2 conftest.c >&5 | configure:21543: $? = 0 | configure:21550: result: yes | configure:21662: checking for a traditional japanese locale | configure:21732: gcc -o conftest -g -O2 conftest.c >&5 | configure:21735: $? = 0 | configure:21793: result: none | configure:21801: checking for a transitional chinese locale | configure:21872: gcc -o conftest -g -O2 conftest.c >&5 | configure:21875: $? = 0 | configure:21926: result: none | configure:21933: checking for a french Unicode locale | configure:22005: gcc -o conftest -g -O2 conftest.c >&5 | configure:22008: $? = 0 | configure:22054: result: none | configure:22151: checking for mmap | configure:22151: gcc -o conftest -g -O2 conftest.c >&5 | configure:22151: $? = 0 | configure:22151: result: yes | configure:22162: checking for MAP_ANONYMOUS | configure:22199: result: yes | configure:22221: checking whether memchr works | configure:22284: gcc -o conftest -g -O2 conftest.c >&5 | configure:22284: $? = 0 | configure:22284: ./conftest | configure:22284: $? = 0 | configure:22294: result: yes | configure:22311: gcc -c -g -O2 conftest.c >&5 | conftest.c:80:10: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:80:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:80:16: error: unknown type name 'universal' | configure:22311: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:22423: checking whether setenv is declared | configure:22423: gcc -c -g -O2 conftest.c >&5 | configure:22423: $? = 0 | configure:22423: result: yes | configure:22449: checking search.h usability | configure:22449: gcc -c -g -O2 conftest.c >&5 | configure:22449: $? = 0 | configure:22449: result: yes | configure:22449: checking search.h presence | configure:22449: gcc -E conftest.c | configure:22449: $? = 0 | configure:22449: result: yes | configure:22449: checking for search.h | configure:22449: result: yes | configure:22461: checking for tsearch | configure:22461: gcc -o conftest -g -O2 conftest.c >&5 | configure:22461: $? = 0 | configure:22461: result: yes | configure:22472: checking for stdbool.h that conforms to C99 | configure:22547: gcc -c -g -O2 conftest.c >&5 | configure:22547: $? = 0 | configure:22554: result: yes | configure:22556: checking for _Bool | configure:22556: gcc -c -g -O2 conftest.c >&5 | configure:22556: $? = 0 | configure:22556: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:118:20: error: expected expression before ')' token | if (sizeof ((_Bool))) | ^ | configure:22556: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 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:22556: result: yes | configure:22573: checking for wchar_t | configure:22590: gcc -c -g -O2 conftest.c >&5 | configure:22590: $? = 0 | configure:22597: result: yes | configure:22734: checking whether stdint.h conforms to C99 | configure:22905: gcc -c -g -O2 conftest.c >&5 | configure:22905: $? = 0 | configure:22987: gcc -o conftest -g -O2 conftest.c >&5 | configure:22987: $? = 0 | configure:22987: ./conftest | configure:22987: $? = 0 | configure:22999: result: yes | configure:23009: checking whether stdint.h predates C++11 | configure:23045: gcc -c -g -O2 conftest.c >&5 | configure:23045: $? = 0 | configure:23050: result: no | configure:23061: checking whether stdint.h has UINTMAX_WIDTH etc. | configure:23097: gcc -c -g -O2 conftest.c >&5 | conftest.c:102:22: error: 'UINTMAX_WIDTH' undeclared here (not in a function) | int iw = UINTMAX_WIDTH; | ^ | configure:23097: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | /* end confdefs.h. */ | | | | /* Work if build is not clean. */ | | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 | | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #endif | | #include | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | int iw = UINTMAX_WIDTH; | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:23102: result: no | configure:23452: checking for C/C++ restrict keyword | configure:23479: gcc -c -g -O2 conftest.c >&5 | configure:23479: $? = 0 | configure:23487: result: __restrict | configure:23578: checking whether ffsl is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether ffsll is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether memmem is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether mempcpy is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether memrchr is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether rawmemchr is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether stpcpy is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether stpncpy is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strchrnul is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strdup is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strncat is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strndup is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strnlen is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strpbrk is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strsep is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strcasestr is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strtok_r is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strerror_r is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strsignal is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23578: checking whether strverscmp is declared without a macro | configure:23596: gcc -c -g -O2 conftest.c >&5 | configure:23596: $? = 0 | configure:23604: result: yes | configure:23618: checking for pid_t | configure:23618: gcc -c -g -O2 conftest.c >&5 | configure:23618: $? = 0 | configure:23618: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:141:20: error: expected expression before ')' token | if (sizeof ((pid_t))) | ^ | configure:23618: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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 | | /* 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:23618: result: yes | configure:23629: checking for mode_t | configure:23629: gcc -c -g -O2 conftest.c >&5 | configure:23629: $? = 0 | configure:23629: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:141:21: error: expected expression before ')' token | if (sizeof ((mode_t))) | ^ | configure:23629: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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 | | /* 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:23629: result: yes | configure:23756: checking whether uses 'inline' correctly | configure:23780: gcc -c -g -O2 conftest1.c >&5 | gcc: error: conftest1.c: No such file or directory | gcc: fatal error: no input files | compilation terminated. | configure:23783: $? = 1 | configure:23817: result: yes | configure:23873: checking for alloca as a compiler built-in | configure:23897: result: yes | configure:23999: checking whether iswblank is declared | configure:23999: gcc -c -g -O2 conftest.c >&5 | configure:23999: $? = 0 | configure:23999: result: yes | configure:24103: checking whether mbrtowc handles incomplete characters | configure:24160: result: guessing yes | configure:24166: checking whether mbrtowc works as well as mbtowc | configure:24227: result: guessing yes | configure:24278: checking whether mbrtowc handles a NULL pwc argument | configure:24349: result: guessing yes | configure:24355: checking whether mbrtowc handles a NULL string argument | configure:24414: result: guessing yes | configure:24422: checking whether mbrtowc has a correct return value | configure:24552: result: guessing yes | configure:24558: checking whether mbrtowc returns 0 when parsing a NUL character | configure:24614: result: guessing yes | configure:24619: checking whether mbrtowc works on empty input | configure:24646: gcc -o conftest -g -O2 conftest.c >&5 | configure:24646: $? = 0 | configure:24646: ./conftest | configure:24646: $? = 0 | configure:24657: result: yes | configure:24661: checking whether the C locale is free of encoding errors | configure:24701: gcc -o conftest -g -O2 conftest.c >&5 | configure:24701: $? = 0 | configure:24701: ./conftest | configure:24701: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | /* end confdefs.h. */ | | #include | | #include | | #include | | | | int | | main () | | { | | | | int i; | | char *locale = setlocale (LC_ALL, "C"); | | if (! locale) | | return 1; | | for (i = CHAR_MIN; i <= CHAR_MAX; i++) | | { | | char c = i; | | wchar_t wc; | | mbstate_t mbs = { 0, }; | | size_t ss = mbrtowc (&wc, &c, 1, &mbs); | | if (1 < ss) | | return 1; | | } | | return 0; | | | | ; | | return 0; | | } | configure:24711: result: no | configure:24810: checking whether mbrtowc handles incomplete characters | configure:24867: result: guessing yes | configure:24873: checking whether mbrtowc works as well as mbtowc | configure:24934: result: guessing yes | configure:25046: checking whether mbswidth is declared in | configure:25074: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:127:22: error: 'mbswidth' undeclared (first use in this function) | char *p = (char *) mbswidth; | ^ | conftest.c:127:22: note: each undeclared identifier is reported only once for each function it appears in | configure:25074: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 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:25081: result: no | configure:25096: checking for mbstate_t | configure:25127: result: yes | configure:25192: checking whether setenv validates arguments | configure:25236: gcc -o conftest -g -O2 conftest.c >&5 | configure:25236: $? = 0 | configure:25236: ./conftest | configure:25236: $? = 0 | configure:25246: result: yes | configure:25284: checking for ssize_t | configure:25301: gcc -c -g -O2 conftest.c >&5 | configure:25301: $? = 0 | configure:25308: result: yes | configure:25347: checking for max_align_t | configure:25347: gcc -c -g -O2 conftest.c >&5 | configure:25347: $? = 0 | configure:25347: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:123:26: error: expected expression before ')' token | if (sizeof ((max_align_t))) | ^ | configure:25347: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 1 | | /* end confdefs.h. */ | | #include | | | | | | int | | main () | | { | | if (sizeof ((max_align_t))) | | return 0; | | ; | | return 0; | | } | configure:25347: result: yes | configure:25360: checking whether NULL can be used in arbitrary expressions | configure:25378: gcc -c -g -O2 conftest.c >&5 | configure:25378: $? = 0 | configure:25385: result: yes | configure:25552: checking whether _Exit is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether atoll is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether canonicalize_file_name is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether getloadavg is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether getsubopt is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether grantpt is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether initstate is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether initstate_r is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether mkdtemp is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether mkostemp is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether mkostemps is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether mkstemp is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether mkstemps is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether posix_openpt is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether ptsname is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether ptsname_r is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether random is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether random_r is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether realpath is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether rpmatch is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether secure_getenv is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether setenv is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether setstate is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether setstate_r is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether srandom is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether srandom_r is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether strtod is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether strtoll is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether strtoull is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether unlockpt is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25552: checking whether unsetenv is declared without a macro | configure:25576: gcc -c -g -O2 conftest.c >&5 | configure:25576: $? = 0 | configure:25584: result: yes | configure:25696: checking whether chdir is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether chown is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether dup is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether dup2 is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether dup3 is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether environ is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether euidaccess is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether faccessat is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether fchdir is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether fchownat is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether fdatasync is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether fsync is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether ftruncate is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getcwd is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getdomainname is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getdtablesize is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getgroups is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether gethostname is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getlogin is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getlogin_r is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getpagesize is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether getusershell is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether setusershell is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether endusershell is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether group_member is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether isatty is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether lchown is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether link is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether linkat is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether lseek is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether pipe is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether pipe2 is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether pread is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether pwrite is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether readlink is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether readlinkat is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether rmdir is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether sethostname is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether sleep is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether symlink is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether symlinkat is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether ttyname_r is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether unlink is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether unlinkat is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25696: checking whether usleep is declared without a macro | configure:25726: gcc -c -g -O2 conftest.c >&5 | configure:25726: $? = 0 | configure:25734: result: yes | configure:25930: checking whether btowc is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wctob is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether mbsinit is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether mbrtowc is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether mbrlen is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether mbsrtowcs is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether mbsnrtowcs is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcrtomb is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsrtombs is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsnrtombs is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcwidth is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wmemchr is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wmemcmp is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wmemcpy is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wmemmove is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wmemset is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcslen is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsnlen is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcscpy is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcpcpy is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsncpy is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcpncpy is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcscat is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsncat is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcscmp is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsncmp is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcscasecmp is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsncasecmp is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcscoll is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsxfrm is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsdup is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcschr is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsrchr is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcscspn is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsspn is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcspbrk is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcsstr is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcstok is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:25930: checking whether wcswidth is declared without a macro | configure:25958: gcc -c -g -O2 conftest.c >&5 | configure:25958: $? = 0 | configure:25966: result: yes | configure:26078: checking whether iswcntrl works | configure:26133: result: yes | configure:26157: checking for towlower | configure:26157: result: yes | configure:26205: checking for wctype_t | configure:26241: result: yes | configure:26247: checking for wctrans_t | configure:26281: result: yes | configure:26290: checking whether wctype is declared without a macro | configure:26327: result: yes | configure:26290: checking whether iswctype is declared without a macro | configure:26327: result: yes | configure:26290: checking whether wctrans is declared without a macro | configure:26327: result: yes | configure:26290: checking whether towctrans is declared without a macro | configure:26327: result: yes | configure:26350: checking whether wcwidth is declared | configure:26350: result: yes | configure:26379: checking whether wcwidth works reasonably in UTF-8 locales | configure:26432: gcc -o conftest -g -O2 conftest.c >&5 | configure:26432: $? = 0 | configure:26432: ./conftest | configure:26432: $? = 0 | configure:26443: result: yes | configure:26517: checking for res_query in -lresolv | configure:26542: gcc -o conftest -g -O2 conftest.c -lresolv >&5 | /tmp/ccX1WNk9.o: In function `main': | /home/patrick/opt/mailutils-3.4/conftest.c:250: undefined reference to `res_query' | collect2: error: ld returned 1 exit status | configure:26542: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char res_query (); | | int | | main () | | { | | return res_query (); | | ; | | return 0; | | } | configure:26551: result: no | configure:26565: checking for lt_dlinit in -lltdl | configure:26590: gcc -o conftest -g -O2 conftest.c -lltdl >&5 | /usr/bin/ld: cannot find -lltdl | collect2: error: ld returned 1 exit status | configure:26590: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char lt_dlinit (); | | int | | main () | | { | | return lt_dlinit (); | | ; | | return 0; | | } | configure:26599: result: no | configure:26643: gcc -Wall -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:243:6: warning: return type of 'main' is not 'int' [-Wmain] | void main(){} | ^ | conftest.c:243:6: warning: 'main' is normally a non-static function [-Wmain] | configure:26643: $? = 0 | configure:26660: gcc -Wall -Wdeclaration-after-statement -c -g -O2 -Wall conftest.c >&5 | conftest.c: In function 'main': | conftest.c:243:6: warning: return type of 'main' is not 'int' [-Wmain] | void main(){} | ^ | conftest.c:243:6: warning: 'main' is normally a non-static function [-Wmain] | configure:26660: $? = 0 | configure:26667: checking whether cc accepts -ggdb | configure:26681: gcc -Wall -Wdeclaration-after-statement -ggdb -c -g -Wall -Wdeclaration-after-statement conftest.c >&5 | conftest.c: In function 'main': | conftest.c:243:6: warning: return type of 'main' is not 'int' [-Wmain] | void main(){} | ^ | conftest.c:243:6: warning: 'main' is normally a non-static function [-Wmain] | configure:26681: $? = 0 | configure:26682: result: yes | configure:26830: checking for main in -lwrap | configure:26849: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lwrap >&5 | /usr/bin/ld: cannot find -lwrap | collect2: error: ld returned 1 exit status | configure:26849: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* end confdefs.h. */ | | | | | | int | | main () | | { | | return main (); | | ; | | return 0; | | } | configure:26858: result: no | configure:26866: checking for main in -lnsl | configure:26885: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lnsl >&5 | configure:26885: $? = 0 | configure:26894: result: yes | configure:26902: checking tcpd.h usability | configure:26902: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:272:18: fatal error: tcpd.h: No such file or directory | compilation terminated. | configure:26902: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* 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:26902: result: no | configure:26902: checking tcpd.h presence | configure:26902: gcc -E conftest.c | conftest.c:239:18: fatal error: tcpd.h: No such file or directory | compilation terminated. | configure:26902: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* end confdefs.h. */ | | #include | configure:26902: result: no | configure:26902: checking for tcpd.h | configure:26902: result: no | configure:27467: checking gsasl.h usability | configure:27467: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:272:19: fatal error: gsasl.h: No such file or directory | compilation terminated. | configure:27467: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* 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:27467: result: no | configure:27467: checking gsasl.h presence | configure:27467: gcc -E conftest.c | conftest.c:239:19: fatal error: gsasl.h: No such file or directory | compilation terminated. | configure:27467: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* end confdefs.h. */ | | #include | configure:27467: result: no | configure:27467: checking for gsasl.h | configure:27467: result: no | configure:27562: checking whether to use GSASL | configure:27564: result: no | configure:27606: checking gnutls/gnutls.h usability | configure:27606: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:272:27: fatal error: gnutls/gnutls.h: No such file or directory | compilation terminated. | configure:27606: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* 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:27606: result: no | configure:27606: checking gnutls/gnutls.h presence | configure:27606: gcc -E conftest.c | conftest.c:239:27: fatal error: gnutls/gnutls.h: No such file or directory | compilation terminated. | configure:27606: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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 | | /* end confdefs.h. */ | | #include | configure:27606: result: no | configure:27606: checking for gnutls/gnutls.h | configure:27606: result: no | configure:27768: checking whether to use GNU TLS | configure:27770: result: no | configure:27821: checking paths.h usability | configure:27821: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:27821: $? = 0 | configure:27821: result: yes | configure:27821: checking paths.h presence | configure:27821: gcc -E conftest.c | configure:27821: $? = 0 | configure:27821: result: yes | configure:27821: checking for paths.h | configure:27821: result: yes | configure:27850: checking for value of PATH_SENDMAIL | configure:27991: result: from _PATH_SENDMAIL in | configure:27850: checking for value of PATH_MAILDIR | configure:27991: result: from _PATH_MAILDIR in | configure:27850: checking for value of PATH_DEV | configure:27991: result: from _PATH_DEV in | configure:27850: checking for value of PATH_TTY_PFX | configure:27991: result: from _PATH_DEV in | configure:27850: checking for value of PATH_DEVNULL | configure:27991: result: from _PATH_DEVNULL in | configure:27850: checking for value of PATH_UTMP | configure:27991: result: from _PATH_UTMP in | configure:27850: checking for value of PATH_UTMPX | configure:27991: result: from _PATH_UTMPX in | configure:27850: checking for value of PATH_WTMP | configure:27991: result: from _PATH_WTMP in | configure:27850: checking for value of PATH_TTY | configure:27991: result: from _PATH_TTY in | configure:28303: checking for gdbm_open in -lgdbm | configure:28328: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lgdbm >&5 | /usr/bin/ld: cannot find -lgdbm | collect2: error: ld returned 1 exit status | configure:28328: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char gdbm_open (); | | int | | main () | | { | | return gdbm_open (); | | ; | | return 0; | | } | configure:28337: result: no | configure:28145: checking for db_create in -ldb | configure:28170: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -ldb >&5 | /usr/bin/ld: cannot find -ldb | collect2: error: ld returned 1 exit status | configure:28170: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char db_create (); | | int | | main () | | { | | return db_create (); | | ; | | return 0; | | } | configure:28180: result: no | configure:28145: checking for db_create in -ldb | configure:28180: result: no | configure:28145: checking for db_open in -ldb | configure:28170: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -ldb >&5 | /usr/bin/ld: cannot find -ldb | collect2: error: ld returned 1 exit status | configure:28170: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char db_open (); | | int | | main () | | { | | return db_open (); | | ; | | return 0; | | } | configure:28180: result: no | configure:28484: checking for tchdbnew in -ltokyocabinet | configure:28509: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -ltokyocabinet >&5 | /usr/bin/ld: cannot find -ltokyocabinet | collect2: error: ld returned 1 exit status | configure:28509: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char tchdbnew (); | | int | | main () | | { | | return tchdbnew (); | | ; | | return 0; | | } | configure:28518: result: no | configure:28399: checking ndbm.h usability | configure:28399: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:273:18: fatal error: ndbm.h: No such file or directory | compilation terminated. | configure:28399: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_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:28399: result: no | configure:28399: checking ndbm.h presence | configure:28399: gcc -E conftest.c | conftest.c:240:18: fatal error: ndbm.h: No such file or directory | compilation terminated. | configure:28399: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | /* end confdefs.h. */ | | #include | configure:28399: result: no | configure:28399: checking for ndbm.h | configure:28399: result: no | configure:28630: checking for log facility | configure:28665: result: LOG_MAIL | configure:28668: checking for ANSI C header files | configure:28772: result: yes | configure:28783: checking for dirent.h that defines DIR | configure:28802: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28802: $? = 0 | configure:28810: result: yes | configure:28823: checking for library containing opendir | configure:28854: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28854: $? = 0 | configure:28871: result: none required | configure:28944: checking errno.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking errno.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for errno.h | configure:28944: result: yes | configure:28944: checking fcntl.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking fcntl.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for fcntl.h | configure:28944: result: yes | configure:28944: checking for inttypes.h | configure:28944: result: yes | configure:28944: checking libgen.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking libgen.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for libgen.h | configure:28944: result: yes | configure:28944: checking for limits.h | configure:28944: result: yes | configure:28944: checking malloc.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking malloc.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for malloc.h | configure:28944: result: yes | configure:28944: checking obstack.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking obstack.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for obstack.h | configure:28944: result: yes | configure:28944: checking for paths.h | configure:28944: result: yes | configure:28944: checking shadow.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking shadow.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for shadow.h | configure:28944: result: yes | configure:28944: checking socket.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:286:20: fatal error: socket.h: No such file or directory | compilation terminated. | configure:28944: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_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:28944: result: no | configure:28944: checking socket.h presence | configure:28944: gcc -E conftest.c | conftest.c:253:20: fatal error: socket.h: No such file or directory | compilation terminated. | configure:28944: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | /* end confdefs.h. */ | | #include | configure:28944: result: no | configure:28944: checking for socket.h | configure:28944: result: no | configure:28944: checking sys/socket.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking sys/socket.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for sys/socket.h | configure:28944: result: yes | configure:28944: checking stdarg.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking stdarg.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for stdarg.h | configure:28944: result: yes | configure:28944: checking stdio.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking stdio.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for stdio.h | configure:28944: result: yes | configure:28944: checking for stdlib.h | configure:28944: result: yes | configure:28944: checking for string.h | configure:28944: result: yes | configure:28944: checking for strings.h | configure:28944: result: yes | configure:28944: checking sys/file.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking sys/file.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for sys/file.h | configure:28944: result: yes | configure:28944: checking sysexits.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking sysexits.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for sysexits.h | configure:28944: result: yes | configure:28944: checking syslog.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking syslog.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for syslog.h | configure:28944: result: yes | configure:28944: checking termcap.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking termcap.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for termcap.h | configure:28944: result: yes | configure:28944: checking termios.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking termios.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for termios.h | configure:28944: result: yes | configure:28944: checking termio.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking termio.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for termio.h | configure:28944: result: yes | configure:28944: checking sgtty.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking sgtty.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for sgtty.h | configure:28944: result: yes | configure:28944: checking utmp.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking utmp.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for utmp.h | configure:28944: result: yes | configure:28944: checking utmpx.h usability | configure:28944: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking utmpx.h presence | configure:28944: gcc -E conftest.c | configure:28944: $? = 0 | configure:28944: result: yes | configure:28944: checking for utmpx.h | configure:28944: result: yes | configure:28944: checking for unistd.h | configure:28944: result: yes | configure:28944: checking for wchar.h | configure:28944: result: yes | configure:28955: checking for an ANSI C-conforming const | configure:29021: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29021: $? = 0 | configure:29028: result: yes | configure:29036: checking for uid_t in sys/types.h | configure:29055: result: yes | configure:29066: checking for mode_t | configure:29066: result: yes | configure:29077: checking for off_t | configure:29077: result: yes | configure:29088: checking for pid_t | configure:29088: result: yes | configure:29099: checking for size_t | configure:29099: result: yes | configure:29111: checking for intptr_t | configure:29111: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29111: $? = 0 | configure:29111: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:306:23: error: expected expression before ')' token | if (sizeof ((intptr_t))) | ^ | configure:29111: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_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 ((intptr_t))) | | return 0; | | ; | | return 0; | | } | configure:29111: result: yes | configure:29146: checking for ssize_t | configure:29146: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29146: $? = 0 | configure:29146: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:307:22: error: expected expression before ')' token | if (sizeof ((ssize_t))) | ^ | configure:29146: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_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 | | int | | main () | | { | | if (sizeof ((ssize_t))) | | return 0; | | ; | | return 0; | | } | configure:29146: result: yes | configure:29155: checking return type of signal handlers | configure:29173: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:277:9: error: void value not ignored as it ought to be | return *(signal (0, 0)) (0) == 1; | ^ | configure:29173: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | return *(signal (0, 0)) (0) == 1; | | ; | | return 0; | | } | configure:29180: result: void | configure:29188: checking whether sys_siglist is declared | configure:29188: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29188: $? = 0 | configure:29188: result: yes | configure:29206: checking whether struct tm is in sys/time.h or time.h | configure:29226: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29226: $? = 0 | configure:29233: result: time.h | configure:29241: checking for struct tm.tm_zone | configure:29241: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29241: $? = 0 | configure:29241: result: yes | configure:29308: checking for ino_t | configure:29308: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29308: $? = 0 | configure:29308: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:311:20: error: expected expression before ')' token | if (sizeof ((ino_t))) | ^ | configure:29308: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 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 ((ino_t))) | | return 0; | | ; | | return 0; | | } | configure:29308: result: yes | configure:29317: checking for dev_t | configure:29317: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29317: $? = 0 | configure:29317: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:311:20: error: expected expression before ')' token | if (sizeof ((dev_t))) | ^ | configure:29317: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 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 ((dev_t))) | | return 0; | | ; | | return 0; | | } | configure:29317: result: yes | configure:29326: checking for socklen_t | configure:29326: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29326: $? = 0 | configure:29326: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:290:24: error: expected expression before ')' token | if (sizeof ((socklen_t))) | ^ | configure:29326: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | /* end confdefs.h. */ | | | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_SOCKET_H | | # include | | #endif | | #ifdef HAVE_SOCKET_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((socklen_t))) | | return 0; | | ; | | return 0; | | } | configure:29326: result: yes | configure:29346: checking for long long | configure:29346: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29346: $? = 0 | configure:29346: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:311:24: error: expected expression before ')' token | if (sizeof ((long long))) | ^ | configure:29346: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 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 ((long long))) | | return 0; | | ; | | return 0; | | } | configure:29346: result: yes | configure:29355: checking for long double | configure:29355: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29355: $? = 0 | configure:29355: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:311:26: error: expected expression before ')' token | if (sizeof ((long double))) | ^ | configure:29355: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 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 ((long double))) | | return 0; | | ; | | return 0; | | } | configure:29355: result: yes | configure:29389: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29389: $? = 0 | configure:29389: ./conftest | configure:29389: $? = 0 | configure:29399: checking whether struct tm is in sys/time.h or time.h | configure:29426: result: time.h | configure:29434: checking for struct tm.tm_zone | configure:29434: result: yes | configure:29445: checking for struct tm.tm_gmtoff | configure:29445: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29445: $? = 0 | configure:29445: result: yes | configure:29456: checking for struct tm.tm_isdst | configure:29456: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29456: $? = 0 | configure:29456: result: yes | configure:29480: checking size of off_t | configure:29485: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29485: $? = 0 | configure:29485: ./conftest | configure:29485: $? = 0 | configure:29499: result: 8 | configure:29513: checking size of long | configure:29518: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29518: $? = 0 | configure:29518: ./conftest | configure:29518: $? = 0 | configure:29532: result: 8 | configure:29546: checking size of long long | configure:29551: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29551: $? = 0 | configure:29551: ./conftest | configure:29551: $? = 0 | configure:29565: result: 8 | configure:29593: checking for getpagesize | configure:29593: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29593: $? = 0 | configure:29593: result: yes | configure:29602: checking for working mmap | configure:29749: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29749: $? = 0 | configure:29749: ./conftest | configure:29749: $? = 0 | configure:29759: result: yes | configure:29769: checking whether strsignal is declared | configure:29769: result: yes | configure:29781: checking whether environ is declared | configure:29781: result: yes | configure:29801: checking for mkstemp | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for sigaction | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for sysconf | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for getdelim | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for setreuid | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for setresuid | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for seteuid | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for setlocale | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for vfork | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for _exit | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:317:6: warning: conflicting types for built-in function '_exit' | char _exit (); | ^ | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for tcgetattr | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29801: checking for tcsetattr | configure:29801: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29801: $? = 0 | configure:29801: result: yes | configure:29811: checking for _LARGEFILE_SOURCE value needed for large files | configure:29830: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29830: $? = 0 | configure:29858: result: no | configure:29891: checking for fgetpwent | configure:29891: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29891: $? = 0 | configure:29891: result: yes | configure:29906: checking for utmp.h | configure:29906: result: yes | configure:29906: checking for utmpx.h | configure:29906: result: yes | configure:29919: checking for getutent | configure:29919: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29919: $? = 0 | configure:29919: result: yes | configure:29936: checking for struct utmp.ut_user | configure:29936: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29936: $? = 0 | configure:29936: result: yes | configure:29947: checking for struct utmp.ut_name | configure:29947: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29947: $? = 0 | configure:29947: result: yes | configure:29993: checking for struct sockaddr_storage | configure:29993: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:29993: $? = 0 | configure:29993: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:309:38: error: expected expression before ')' token | if (sizeof ((struct sockaddr_storage))) | ^ | configure:29993: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((struct sockaddr_storage))) | | return 0; | | ; | | return 0; | | } | configure:29993: result: yes | configure:30001: checking for struct sockaddr_in6 | configure:30001: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:30001: $? = 0 | configure:30001: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:310:34: error: expected expression before ')' token | if (sizeof ((struct sockaddr_in6))) | ^ | configure:30001: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | if (sizeof ((struct sockaddr_in6))) | | return 0; | | ; | | return 0; | | } | configure:30001: result: yes | configure:30010: checking for struct addrinfo | configure:30010: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:30010: $? = 0 | configure:30010: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c: In function 'main': | conftest.c:309:30: error: expected expression before ')' token | if (sizeof ((struct addrinfo))) | ^ | configure:30010: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((struct addrinfo))) | | return 0; | | ; | | return 0; | | } | configure:30010: result: yes | configure:30018: checking for getnameinfo | configure:30018: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:30018: $? = 0 | configure:30018: result: yes | configure:30046: checking for wcwidth | configure:30046: result: yes | configure:30074: checking fribidi/fribidi.h usability | configure:30074: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:339:29: fatal error: fribidi/fribidi.h: No such file or directory | compilation terminated. | configure:30074: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | #define MAILUTILS_IPV6 1 | | #define HAVE_WCWIDTH 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:30074: result: no | configure:30074: checking fribidi/fribidi.h presence | configure:30074: gcc -E conftest.c | conftest.c:306:29: fatal error: fribidi/fribidi.h: No such file or directory | compilation terminated. | configure:30074: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | #define MAILUTILS_IPV6 1 | | #define HAVE_WCWIDTH 1 | | /* end confdefs.h. */ | | #include | configure:30074: result: no | configure:30074: checking for fribidi/fribidi.h | configure:30074: result: no | configure:30591: checking for ldap_bind in -lldap | configure:30616: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lldap >&5 | /usr/bin/ld: cannot find -lldap | collect2: error: ld returned 1 exit status | configure:30616: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | #define MAILUTILS_IPV6 1 | | #define HAVE_WCWIDTH 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char ldap_bind (); | | int | | main () | | { | | return ldap_bind (); | | ; | | return 0; | | } | configure:30625: result: no | configure:31062: checking radius/radius.h usability | configure:31062: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:347:27: fatal error: radius/radius.h: No such file or directory | compilation terminated. | configure:31062: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | #define MAILUTILS_IPV6 1 | | #define HAVE_WCWIDTH 1 | | #define ENABLE_VIRTUAL_DOMAINS 1 | | #define ENABLE_IMAP 1 | | #define ENABLE_POP 1 | | #define ENABLE_MH 1 | | #define ENABLE_MAILDIR 1 | | #define ENABLE_SMTP 1 | | #define ENABLE_SENDMAIL 1 | | #define ENABLE_PROG 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:31062: result: no | configure:31062: checking radius/radius.h presence | configure:31062: gcc -E conftest.c | conftest.c:314:27: fatal error: radius/radius.h: No such file or directory | compilation terminated. | configure:31062: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | #define MAILUTILS_IPV6 1 | | #define HAVE_WCWIDTH 1 | | #define ENABLE_VIRTUAL_DOMAINS 1 | | #define ENABLE_IMAP 1 | | #define ENABLE_POP 1 | | #define ENABLE_MH 1 | | #define ENABLE_MAILDIR 1 | | #define ENABLE_SMTP 1 | | #define ENABLE_SENDMAIL 1 | | #define ENABLE_PROG 1 | | /* end confdefs.h. */ | | #include | configure:31062: result: no | configure:31062: checking for radius/radius.h | configure:31062: result: no | configure:31183: checking security/pam_appl.h usability | configure:31183: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | conftest.c:347:31: fatal error: security/pam_appl.h: No such file or directory | compilation terminated. | configure:31183: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | #define MAILUTILS_IPV6 1 | | #define HAVE_WCWIDTH 1 | | #define ENABLE_VIRTUAL_DOMAINS 1 | | #define ENABLE_IMAP 1 | | #define ENABLE_POP 1 | | #define ENABLE_MH 1 | | #define ENABLE_MAILDIR 1 | | #define ENABLE_SMTP 1 | | #define ENABLE_SENDMAIL 1 | | #define ENABLE_PROG 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:31183: result: no | configure:31183: checking security/pam_appl.h presence | configure:31183: gcc -E conftest.c | conftest.c:314:31: fatal error: security/pam_appl.h: No such file or directory | compilation terminated. | configure:31183: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Mailutils" | | #define PACKAGE_TARNAME "mailutils" | | #define PACKAGE_VERSION "3.4" | | #define PACKAGE_STRING "GNU Mailutils 3.4" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://mailutils.org" | | #define PACKAGE "mailutils" | | #define VERSION "3.4" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _DARWIN_C_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | | #define __STDC_WANT_LIB_EXT2__ 1 | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_ISASCII 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_SETENV 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_WINT_T 1 | | #define HAVE_TOWLOWER 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE__BOOL 1 | | #define HAVE_WCHAR_T 1 | | #define restrict __restrict | | #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_ALLOCA 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define HAVE_DECL_ISWBLANK 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define C_LOCALE_MAYBE_EILSEQ 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSLEN 1 | | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | | #define HAVE_MBSTATE_T 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | | #define LOG_FACILITY LOG_MAIL | | #define LOG_FACILITY_STRING "mail" | | #define STDC_HEADERS 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LIBGEN_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_OBSTACK_H 1 | | #define HAVE_PATHS_H 1 | | #define HAVE_SHADOW_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_SYSLOG_H 1 | | #define HAVE_TERMCAP_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_TERMIO_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTPTR_T 1 | | #define RETSIGTYPE void | | #define HAVE_DECL_SYS_SIGLIST 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | | #define HAVE_STRUCT_TM_TM_ISDST 1 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_LONG 8 | | #define SIZEOF_LONG_LONG 8 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_MMAP 1 | | #define HAVE_DECL_STRSIGNAL 1 | | #define HAVE_DECL_ENVIRON 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_SYSCONF 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_SETREUID 1 | | #define HAVE_SETRESUID 1 | | #define HAVE_SETEUID 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_VFORK 1 | | #define HAVE__EXIT 1 | | #define HAVE_TCGETATTR 1 | | #define HAVE_TCSETATTR 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FGETPWENT 1 | | #define HAVE_UTMP_H 1 | | #define HAVE_UTMPX_H 1 | | #define HAVE_GETUTENT_CALLS /**/ | | #define HAVE_STRUCT_UTMP_UT_USER 1 | | #define HAVE_STRUCT_UTMP_UT_NAME 1 | | #define MAILUTILS_IPV6 1 | | #define HAVE_WCWIDTH 1 | | #define ENABLE_VIRTUAL_DOMAINS 1 | | #define ENABLE_IMAP 1 | | #define ENABLE_POP 1 | | #define ENABLE_MH 1 | | #define ENABLE_MAILDIR 1 | | #define ENABLE_SMTP 1 | | #define ENABLE_SENDMAIL 1 | | #define ENABLE_PROG 1 | | /* end confdefs.h. */ | | #include | configure:31183: result: no | configure:31183: checking for security/pam_appl.h | configure:31183: result: no | configure:31286: checking crypt.h usability | configure:31286: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:31286: $? = 0 | configure:31286: result: yes | configure:31286: checking crypt.h presence | configure:31286: gcc -E conftest.c | configure:31286: $? = 0 | configure:31286: result: yes | configure:31286: checking for crypt.h | configure:31286: result: yes | configure:31296: checking whether crypt is declared | configure:31296: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:31296: $? = 0 | configure:31296: result: yes | configure:31314: checking for crypt in -lcrypt | configure:31339: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt >&5 | configure:31339: $? = 0 | configure:31348: result: yes | configure:31365: checking for pthread_cancel in -lpthread | configure:31390: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lpthread -lcrypt >&5 | configure:31390: $? = 0 | configure:31399: result: yes | configure:31410: checking pthread.h usability | configure:31410: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:31410: $? = 0 | configure:31410: result: yes | configure:31410: checking pthread.h presence | configure:31410: gcc -E conftest.c | configure:31410: $? = 0 | configure:31410: result: yes | configure:31410: checking for pthread.h | configure:31410: result: yes | configure:31428: checking for pthread_rwlock_init | configure:31428: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt -lpthread >&5 | configure:31428: $? = 0 | configure:31428: result: yes | configure:31524: checking for gethostbyname | configure:31524: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt -lpthread >&5 | configure:31524: $? = 0 | configure:31524: result: yes | configure:31571: checking for socket | configure:31571: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt -lpthread >&5 | configure:31571: $? = 0 | configure:31571: result: yes | configure:31621: checking for tputs in -lncurses | configure:31646: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lncurses -lcrypt -lpthread >&5 | configure:31646: $? = 0 | configure:31656: result: yes | configure:31673: checking for readline in -lreadline | configure:31698: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lreadline -lcrypt -lpthread -lncurses >&5 | configure:31698: $? = 0 | configure:31707: result: yes | configure:31725: checking readline/readline.h usability | configure:31725: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5 | configure:31725: $? = 0 | configure:31725: result: yes | configure:31725: checking readline/readline.h presence | configure:31725: gcc -E conftest.c | configure:31725: $? = 0 | configure:31725: result: yes | configure:31725: checking for readline/readline.h | configure:31725: result: yes | configure:31742: checking for rl_completion_matches | configure:31742: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt -lpthread -lreadline -lncurses >&5 | configure:31742: $? = 0 | configure:31742: result: yes | configure:31836: checking for guile-config | configure:31867: result: no | configure:32135: checking for emacs | configure:32165: result: no | configure:32135: checking for xemacs | configure:32165: result: no | configure:32186: checking where .elc files should go | configure:32215: result: ${datadir}/emacs/site-lisp | configure:32282: checking for a Python interpreter with version >= 2.5.0 | configure:32299: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.5.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) | configure:32302: $? = 0 | configure:32308: result: python | configure:32316: checking for python | configure:32334: found /usr/bin/python | configure:32346: result: /usr/bin/python | configure:32364: checking for python version | configure:32371: result: 2.7 | configure:32383: checking for python platform | configure:32390: result: linux2 | configure:32416: checking for python script directory | configure:32451: result: ${prefix}/lib/python2.7/dist-packages | configure:32460: checking for python extension module directory | configure:32495: result: ${exec_prefix}/lib/python2.7/dist-packages | configure:32512: checking for python-config | configure:32530: found /usr/bin/python-config | configure:32542: result: /usr/bin/python-config | configure:33448: checking for perl | configure:33466: found /usr/bin/perl | configure:33478: result: /usr/bin/perl | configure:33606: checking that generated files are newer than configure | configure:33612: result: done | configure:33859: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Mailutils config.status 3.4, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on X751 | | config.status:2340: creating testsuite/Makefile | config.status:2340: creating testsuite/atlocal | config.status:2340: creating libmailutils/tests/Makefile | config.status:2340: creating libmailutils/tests/atlocal | config.status:2340: creating frm/tests/Makefile | config.status:2340: creating frm/tests/atlocal | config.status:2340: creating maidag/tests/Makefile | config.status:2340: creating maidag/tests/atlocal | config.status:2340: creating mail/tests/Makefile | config.status:2340: creating mail/tests/atlocal | config.status:2340: creating messages/tests/Makefile | config.status:2340: creating messages/tests/atlocal | config.status:2340: creating readmsg/tests/Makefile | config.status:2340: creating readmsg/tests/atlocal | config.status:2340: creating sieve/tests/Makefile | config.status:2340: creating sieve/tests/atlocal | config.status:2340: creating mh/tests/Makefile | config.status:2340: creating mh/tests/atlocal | config.status:2340: creating comsat/tests/Makefile | config.status:2340: creating comsat/tests/atlocal | config.status:2340: creating imap4d/tests/Makefile | config.status:2340: creating imap4d/tests/atlocal | config.status:2340: creating mimeview/tests/Makefile | config.status:2340: creating mimeview/tests/atlocal | config.status:2340: creating doc/imprimatur/Makefile | config.status:2340: creating include/confpaths.h | config.status:2340: creating Makefile | config.status:2340: creating sql/Makefile | config.status:2340: creating comsat/Makefile | config.status:2340: creating doc/Makefile | config.status:2340: creating doc/man/Makefile | config.status:2340: creating doc/texinfo/Makefile | config.status:2340: creating dotlock/Makefile | config.status:2340: creating examples/Makefile | config.status:2340: creating examples/config/Makefile | config.status:2340: creating examples/cpp/Makefile | config.status:2340: creating examples/python/Makefile | config.status:2340: creating examples/scheme/Makefile | config.status:2340: creating gint/Makefile | config.status:2340: creating frm/Makefile | config.status:2340: creating scheme/Makefile | config.status:2340: creating imap4d/Makefile | config.status:2340: creating include/Makefile | config.status:2340: creating include/mailutils/Makefile | config.status:2340: creating include/mailutils/sys/Makefile | config.status:2340: creating include/mailutils/cpp/Makefile | config.status:2340: creating lib/Makefile | config.status:2340: creating lib/gnu/Makefile | config.status:2340: creating libmu_auth/Makefile | config.status:2340: creating libmu_cpp/Makefile | config.status:2340: creating libmu_scm/Makefile | config.status:2340: creating libmu_scm/mailutils/Makefile | config.status:2340: creating libmu_dbm/Makefile | config.status:2340: creating libmu_sieve/Makefile | config.status:2340: creating libmu_sieve/extensions/Makefile | config.status:2340: creating libproto/Makefile | config.status:2340: creating libproto/mbox/Makefile | config.status:2340: creating libproto/mh/Makefile | config.status:2340: creating libproto/maildir/Makefile | config.status:2340: creating libproto/mailer/Makefile | config.status:2340: creating libproto/pop/Makefile | config.status:2340: creating libproto/nntp/Makefile | config.status:2340: creating libproto/imap/Makefile | config.status:2340: creating libproto/imap/tests/Makefile | config.status:2340: creating maidag/Makefile | config.status:2340: creating mail/Makefile | config.status:2340: creating mail/testsuite/Makefile | config.status:2340: creating libmailutils/auth/Makefile | config.status:2340: creating libmailutils/base/Makefile | config.status:2340: creating libmailutils/address/Makefile | config.status:2340: creating libmailutils/sockaddr/Makefile | config.status:2340: creating libmailutils/cidr/Makefile | config.status:2340: creating libmailutils/cli/Makefile | config.status:2340: creating libmailutils/cfg/Makefile | config.status:2340: creating libmailutils/datetime/Makefile | config.status:2340: creating libmailutils/diag/Makefile | config.status:2340: creating libmailutils/filter/Makefile | config.status:2340: creating libmailutils/imapio/Makefile | config.status:2340: creating libmailutils/list/Makefile | config.status:2340: creating libmailutils/locus/Makefile | config.status:2340: creating libmailutils/mailbox/Makefile | config.status:2340: creating libmailutils/mailer/Makefile | config.status:2340: creating libmailutils/mime/Makefile | config.status:2340: creating libmailutils/msgset/Makefile | config.status:2340: creating libmailutils/opt/Makefile | config.status:2340: creating libmailutils/property/Makefile | config.status:2340: creating libmailutils/server/Makefile | config.status:2340: creating libmailutils/string/Makefile | config.status:2340: creating libmailutils/stream/Makefile | config.status:2340: creating libmailutils/stdstream/Makefile | config.status:2340: creating libmailutils/url/Makefile | config.status:2340: creating libmailutils/Makefile | config.status:2340: creating messages/Makefile | config.status:2340: creating mh/Makefile | config.status:2340: creating mh/etc/Makefile | config.status:2340: creating mimeview/Makefile | config.status:2340: creating movemail/Makefile | config.status:2340: creating po/Makefile.in | config.status:2340: creating pop3d/Makefile | config.status:2340: creating pop3d/testsuite/Makefile | config.status:2340: creating python/Makefile | config.status:2340: creating python/libmu_py/Makefile | config.status:2340: creating python/mailutils/Makefile | config.status:2340: creating readmsg/Makefile | config.status:2340: creating mu-aux/Makefile | config.status:2340: creating mu-aux/mailutils.spec | config.status:2340: creating sieve/Makefile | config.status:2340: creating mu/Makefile | config.status:2340: creating mu/libexec/Makefile | config.status:2340: creating config.h | config.status:2586: linking lib/gnu/gettext.h to include/gettext.h | config.status:2605: executing depfiles commands | config.status:2605: executing libtool commands | config.status:2605: executing po-directories commands | config.status:2605: executing testsuite/atconfig commands | config.status:2605: executing libmailutils/tests/atconfig commands | config.status:2605: executing frm/tests/atconfig commands | config.status:2605: executing maidag/tests/atconfig commands | config.status:2605: executing mail/tests/atconfig commands | config.status:2605: executing messages/tests/atconfig commands | config.status:2605: executing readmsg/tests/atconfig commands | config.status:2605: executing sieve/tests/atconfig commands | config.status:2605: executing mh/tests/atconfig commands | config.status:2605: executing comsat/tests/atconfig commands | config.status:2605: executing imap4d/tests/atconfig commands | config.status:2605: executing mimeview/tests/atconfig commands | config.status:2605: executing status commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-pc-linux-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | 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_CXXCPP_set= | ac_cv_env_CXXCPP_value= | ac_cv_env_CXXFLAGS_set= | ac_cv_env_CXXFLAGS_value= | ac_cv_env_CXX_set= | ac_cv_env_CXX_value= | ac_cv_env_DEFAULT_CUPS_CONFDIR_set= | ac_cv_env_DEFAULT_CUPS_CONFDIR_value= | ac_cv_env_EMACSLOADPATH_set= | ac_cv_env_EMACSLOADPATH_value= | ac_cv_env_EMACS_set= | ac_cv_env_EMACS_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_MU_DEFAULT_SCHEME_set= | ac_cv_env_MU_DEFAULT_SCHEME_value= | ac_cv_env_PYTHON_CONFIG_set= | ac_cv_env_PYTHON_CONFIG_value= | ac_cv_env_PYTHON_set= | ac_cv_env_PYTHON_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__exit=yes | ac_cv_func_alloca_works=yes | ac_cv_func_dlopen=no | ac_cv_func_fgetpwent=yes | ac_cv_func_getdelim=yes | ac_cv_func_gethostbyname=yes | ac_cv_func_getnameinfo=yes | ac_cv_func_getpagesize=yes | ac_cv_func_getutent=yes | ac_cv_func_isascii=yes | ac_cv_func_iswblank=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_mbslen=no | ac_cv_func_mkstemp=yes | ac_cv_func_mmap=yes | ac_cv_func_mmap_fixed_mapped=yes | ac_cv_func_mprotect=yes | ac_cv_func_pthread_rwlock_init=yes | ac_cv_func_rl_completion_matches=yes | ac_cv_func_setenv=yes | ac_cv_func_seteuid=yes | ac_cv_func_setlocale=yes | ac_cv_func_setresuid=yes | ac_cv_func_setreuid=yes | ac_cv_func_setvbuf_reversed=no | ac_cv_func_shl_load=no | ac_cv_func_sigaction=yes | ac_cv_func_socket=yes | ac_cv_func_symlink=yes | ac_cv_func_sysconf=yes | ac_cv_func_tcgetattr=yes | ac_cv_func_tcsetattr=yes | ac_cv_func_towlower=yes | ac_cv_func_tsearch=yes | ac_cv_func_vfork=yes | ac_cv_func_wcwidth=yes | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl__Exit=yes | ac_cv_have_decl_atoll=yes | ac_cv_have_decl_btowc=yes | ac_cv_have_decl_canonicalize_file_name=yes | ac_cv_have_decl_chdir=yes | ac_cv_have_decl_chown=yes | ac_cv_have_decl_crypt=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_faccessat=yes | ac_cv_have_decl_fchdir=yes | ac_cv_have_decl_fchownat=yes | ac_cv_have_decl_fdatasync=yes | ac_cv_have_decl_ffsl=yes | ac_cv_have_decl_ffsll=yes | ac_cv_have_decl_fsync=yes | ac_cv_have_decl_ftruncate=yes | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getcwd=yes | ac_cv_have_decl_getdomainname=yes | ac_cv_have_decl_getdtablesize=yes | ac_cv_have_decl_getgroups=yes | ac_cv_have_decl_gethostname=yes | ac_cv_have_decl_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_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_initstate=yes | ac_cv_have_decl_initstate_r=yes | ac_cv_have_decl_isatty=yes | ac_cv_have_decl_iswblank=yes | ac_cv_have_decl_iswctype=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_link=yes | ac_cv_have_decl_linkat=yes | ac_cv_have_decl_lseek=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_mkdtemp=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_pipe2=yes | ac_cv_have_decl_pipe=yes | ac_cv_have_decl_posix_openpt=yes | ac_cv_have_decl_pread=yes | ac_cv_have_decl_ptsname=yes | ac_cv_have_decl_ptsname_r=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_rmdir=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_sleep=yes | ac_cv_have_decl_srandom=yes | ac_cv_have_decl_srandom_r=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_strtok_r=yes | ac_cv_have_decl_strtoll=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_strverscmp=yes | ac_cv_have_decl_symlink=yes | ac_cv_have_decl_symlinkat=yes | ac_cv_have_decl_sys_siglist=yes | ac_cv_have_decl_towctrans=yes | ac_cv_have_decl_ttyname_r=yes | ac_cv_have_decl_unlink=yes | ac_cv_have_decl_unlinkat=yes | ac_cv_have_decl_unlockpt=yes | ac_cv_have_decl_unsetenv=yes | ac_cv_have_decl_usleep=yes | ac_cv_have_decl_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_crypt_h=yes | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_dlfcn_h=yes | ac_cv_header_errno_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=yes | ac_cv_header_fribidi_fribidi_h=no | ac_cv_header_gnutls_gnutls_h=no | ac_cv_header_gsasl_h=no | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_libgen_h=yes | ac_cv_header_limits_h=yes | ac_cv_header_malloc_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_ndbm_h=no | ac_cv_header_obstack_h=yes | ac_cv_header_paths_h=yes | ac_cv_header_pthread_h=yes | ac_cv_header_radius_radius_h=no | ac_cv_header_readline_readline_h=yes | ac_cv_header_search_h=yes | ac_cv_header_security_pam_appl_h=no | ac_cv_header_sgtty_h=yes | ac_cv_header_shadow_h=yes | ac_cv_header_socket_h=no | ac_cv_header_stdarg_h=yes | ac_cv_header_stdbool_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdio_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_file_h=yes | ac_cv_header_sys_mman_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_socket_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_sysexits_h=yes | ac_cv_header_syslog_h=yes | ac_cv_header_tcpd_h=no | ac_cv_header_termcap_h=yes | ac_cv_header_termio_h=yes | ac_cv_header_termios_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utmp_h=yes | ac_cv_header_utmpx_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=x86_64-pc-linux-gnu | ac_cv_lib_crypt_crypt=yes | ac_cv_lib_db___db_create=no | ac_cv_lib_db___db_open=no | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_gdbm_gdbm_open=no | ac_cv_lib_ldap_ldap_bind=no | ac_cv_lib_ltdl_lt_dlinit=no | ac_cv_lib_ncurses___tputs=yes | ac_cv_lib_nsl_main=yes | ac_cv_lib_pthread_pthread_cancel=yes | ac_cv_lib_readline_readline=yes | ac_cv_lib_resolv_res_query=no | ac_cv_lib_tokyocabinet_tchdbnew=no | ac_cv_lib_wrap_main=no | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_isdst=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_member_struct_utmp_ut_name=yes | ac_cv_member_struct_utmp_ut_user=yes | ac_cv_objext=o | ac_cv_path_EGREP='/bin/grep -E' | ac_cv_path_FGREP='/bin/grep -F' | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | ac_cv_path_GREP=/bin/grep | ac_cv_path_GUILE_CONFIG=no | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/bin/msgmerge | ac_cv_path_PERL=/usr/bin/perl | ac_cv_path_PYTHON=/usr/bin/python | ac_cv_path_PYTHON_CONFIG=/usr/bin/python-config | ac_cv_path_SED=/bin/sed | ac_cv_path_XGETTEXT=/usr/bin/xgettext | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_CXXCPP='g++ -E' | 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_MANIFEST_TOOL=mt | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_c89= | ac_cv_prog_cc_g=yes | ac_cv_prog_cxx_g=yes | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_opendir='none required' | ac_cv_should_define__xopen_source=no | ac_cv_sizeof_long=8 | ac_cv_sizeof_long_long=8 | ac_cv_sizeof_off_t=8 | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_largefile_source=no | ac_cv_type__Bool=yes | ac_cv_type_dev_t=yes | ac_cv_type_iconv_t=yes | ac_cv_type_ino_t=yes | ac_cv_type_intptr_t=yes | ac_cv_type_long_double=yes | ac_cv_type_long_long=yes | ac_cv_type_long_long_int=yes | ac_cv_type_max_align_t=yes | ac_cv_type_mbstate_t=yes | ac_cv_type_mode_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_socklen_t=yes | ac_cv_type_ssize_t=yes | ac_cv_type_struct_addrinfo=yes | ac_cv_type_struct_sockaddr_in6=yes | ac_cv_type_struct_sockaddr_storage=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=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 -m elf_x86_64' | 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_ar_interface=ar | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_lispdir='${datadir}/emacs/site-lisp' | am_cv_make_support_nested_variables=yes | am_cv_pathless_PYTHON=python | am_cv_prog_cc_c_o=yes | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | am_cv_python_platform=linux2 | am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages' | am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages' | am_cv_python_version=2.7 | gl_cv_C_locale_sans_EILSEQ=no | gl_cv_c_amsterdam_compiler=no | gl_cv_c_multiarch=no | gl_cv_decl_null_works=yes | gl_cv_func_iswcntrl_works=yes | gl_cv_func_malloc_0_nonnull=1 | gl_cv_func_mbrtowc_empty_input=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_setenv_works=yes | gl_cv_func_wcwidth_works=yes | gl_cv_have_include_next=yes | gl_cv_have_raw_decl__Exit=yes | gl_cv_have_raw_decl_atoll=yes | gl_cv_have_raw_decl_btowc=yes | gl_cv_have_raw_decl_canonicalize_file_name=yes | gl_cv_have_raw_decl_chdir=yes | gl_cv_have_raw_decl_chown=yes | gl_cv_have_raw_decl_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_faccessat=yes | gl_cv_have_raw_decl_fchdir=yes | gl_cv_have_raw_decl_fchownat=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_fsync=yes | gl_cv_have_raw_decl_ftruncate=yes | gl_cv_have_raw_decl_getcwd=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_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_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_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_lchown=yes | gl_cv_have_raw_decl_link=yes | gl_cv_have_raw_decl_linkat=yes | gl_cv_have_raw_decl_lseek=yes | gl_cv_have_raw_decl_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_mkdtemp=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_pipe2=yes | gl_cv_have_raw_decl_pipe=yes | gl_cv_have_raw_decl_posix_openpt=yes | gl_cv_have_raw_decl_pread=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_rmdir=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_sleep=yes | gl_cv_have_raw_decl_srandom=yes | gl_cv_have_raw_decl_srandom_r=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_strtok_r=yes | gl_cv_have_raw_decl_strtoll=yes | gl_cv_have_raw_decl_strtoull=yes | gl_cv_have_raw_decl_strverscmp=yes | gl_cv_have_raw_decl_symlink=yes | gl_cv_have_raw_decl_symlinkat=yes | gl_cv_have_raw_decl_towctrans=yes | gl_cv_have_raw_decl_ttyname_r=yes | gl_cv_have_raw_decl_unlink=yes | gl_cv_have_raw_decl_unlinkat=yes | gl_cv_have_raw_decl_unlockpt=yes | gl_cv_have_raw_decl_unsetenv=yes | gl_cv_have_raw_decl_usleep=yes | gl_cv_have_raw_decl_wcpcpy=yes | gl_cv_have_raw_decl_wcpncpy=yes | gl_cv_have_raw_decl_wcrtomb=yes | gl_cv_have_raw_decl_wcscasecmp=yes | gl_cv_have_raw_decl_wcscat=yes | gl_cv_have_raw_decl_wcschr=yes | gl_cv_have_raw_decl_wcscmp=yes | gl_cv_have_raw_decl_wcscoll=yes | gl_cv_have_raw_decl_wcscpy=yes | gl_cv_have_raw_decl_wcscspn=yes | gl_cv_have_raw_decl_wcsdup=yes | gl_cv_have_raw_decl_wcslen=yes | gl_cv_have_raw_decl_wcsncasecmp=yes | gl_cv_have_raw_decl_wcsncat=yes | gl_cv_have_raw_decl_wcsncmp=yes | gl_cv_have_raw_decl_wcsncpy=yes | gl_cv_have_raw_decl_wcsnlen=yes | gl_cv_have_raw_decl_wcsnrtombs=yes | gl_cv_have_raw_decl_wcspbrk=yes | gl_cv_have_raw_decl_wcsrchr=yes | gl_cv_have_raw_decl_wcsrtombs=yes | gl_cv_have_raw_decl_wcsspn=yes | gl_cv_have_raw_decl_wcsstr=yes | gl_cv_have_raw_decl_wcstok=yes | gl_cv_have_raw_decl_wcswidth=yes | gl_cv_have_raw_decl_wcsxfrm=yes | gl_cv_have_raw_decl_wctob=yes | gl_cv_have_raw_decl_wctrans=yes | gl_cv_have_raw_decl_wctype=yes | gl_cv_have_raw_decl_wcwidth=yes | gl_cv_have_raw_decl_wmemchr=yes | gl_cv_have_raw_decl_wmemcmp=yes | gl_cv_have_raw_decl_wmemcpy=yes | gl_cv_have_raw_decl_wmemmove=yes | gl_cv_have_raw_decl_wmemset=yes | gl_cv_header_limits_width=no | gl_cv_header_stdint_predates_cxx11_h=no | gl_cv_header_stdint_width=no | gl_cv_header_wchar_h_correct_inline=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_stdint_h=yes | gl_cv_next_limits_h='' | gl_cv_next_stdint_h='' | gl_cv_next_stdlib_h='' | gl_cv_next_string_h='' | gl_cv_next_sys_types_h='' | gl_cv_next_unistd_h='' | gl_cv_next_wchar_h='' | gl_cv_next_wctype_h='' | gl_cv_pragma_columns=no | gl_cv_rpl_alloca=yes | gl_cv_type_wctrans_t=yes | gl_cv_type_wctype_t=yes | grad_cv_radius=no | 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_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 | lt_cv_ar_at_file=@ | lt_cv_archive_cmds_need_lc=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=no | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_reload_flag=-r | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/usr/bin/ld | lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_mainfest_tool=no | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_c_o_CXX=yes | lt_cv_prog_compiler_pic='-fPIC -DPIC' | lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' | lt_cv_prog_compiler_pic_works=yes | lt_cv_prog_compiler_pic_works_CXX=yes | lt_cv_prog_compiler_rtti_exceptions=no | lt_cv_prog_compiler_static_works=yes | lt_cv_prog_compiler_static_works_CXX=yes | lt_cv_prog_gnu_ld=yes | lt_cv_prog_gnu_ldcxx=yes | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_shlibpath_overrides_runpath=no | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | lt_cv_sys_max_cmd_len=1572864 | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | mailutils_cv_hdr_path_dev='' | mailutils_cv_hdr_path_devnull='' | mailutils_cv_hdr_path_maildir='' | mailutils_cv_hdr_path_sendmail='' | mailutils_cv_hdr_path_tty='' | mailutils_cv_hdr_path_tty_pfx='' | mailutils_cv_hdr_path_utmp='' | mailutils_cv_hdr_path_utmpx='' | mailutils_cv_hdr_path_wtmp='' | mailutils_cv_hdr_sym_path_dev=_PATH_DEV | mailutils_cv_hdr_sym_path_devnull=_PATH_DEVNULL | mailutils_cv_hdr_sym_path_maildir=_PATH_MAILDIR | mailutils_cv_hdr_sym_path_sendmail=_PATH_SENDMAIL | mailutils_cv_hdr_sym_path_tty=_PATH_TTY | mailutils_cv_hdr_sym_path_tty_pfx=_PATH_DEV | mailutils_cv_hdr_sym_path_utmp=_PATH_UTMP | mailutils_cv_hdr_sym_path_utmpx=_PATH_UTMPX | mailutils_cv_hdr_sym_path_wtmp=_PATH_WTMP | mu_cv_enable_build_comsat=yes | mu_cv_enable_build_dotlock=yes | mu_cv_enable_build_frm=yes | mu_cv_enable_build_imap4d=yes | mu_cv_enable_build_maidag=yes | mu_cv_enable_build_mail=yes | mu_cv_enable_build_messages=yes | mu_cv_enable_build_mh=yes | mu_cv_enable_build_mimeview=yes | mu_cv_enable_build_movemail=yes | mu_cv_enable_build_pop3d=yes | mu_cv_enable_build_readmsg=yes | mu_cv_enable_build_sieve=yes | mu_cv_enable_cxx=no | mu_cv_enable_imap=yes | mu_cv_enable_maildir=yes | mu_cv_enable_mh=yes | mu_cv_enable_nntp=no | mu_cv_enable_pop=yes | mu_cv_enable_prog=yes | mu_cv_enable_radius=no | mu_cv_enable_sendmail=yes | mu_cv_enable_smtp=yes | mu_cv_enable_virtual_domains=yes | mu_cv_lib_gnutls=no | mu_cv_lib_gsasl=no | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/missing aclocal-1.14' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='0' | AM_V='$(V)' | APPLE_UNIVERSAL_BUILD='0' | AR='ar' | ARFLAGS='cr' | AUTOCONF='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/missing autoconf' | AUTOHEADER='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/missing autoheader' | AUTOM4TE='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/missing autom4te' | AUTOMAKE='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/missing automake-1.14' | AWK='gawk' | BITSIZEOF_PTRDIFF_T='' | BITSIZEOF_SIG_ATOMIC_T='' | BITSIZEOF_SIZE_T='' | BITSIZEOF_WCHAR_T='' | BITSIZEOF_WINT_T='' | BUILD_SQL='' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -Wall -Wdeclaration-after-statement -ggdb' | CPP='gcc -E' | CPPFLAGS=' -DSYSCONFDIR=\"$(sysconfdir)\"' | CURSES_LIBS='-lncurses' | CXX='g++' | CXXCPP='g++ -E' | CXXDEPMODE='depmode=gcc3' | CXXFLAGS='-g -O2' | CYGPATH_W='echo' | DBMINCLUDES='' | DBMLIBS='' | DBMLIB_DEPENDENCY='' | DEFAULT_CUPS_CONFDIR='$(sysconfdir)/cups' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EMACS='no' | EMACSLOADPATH='' | EXEEXT='' | FGREP='/bin/grep -F' | FRIBIDI_LIBS='' | GETTEXT_MACRO_VERSION='0.19' | GINT_COND_DOC_DISTRIB_FALSE='' | GINT_COND_DOC_DISTRIB_TRUE='#' | GINT_COND_DOC_FALSE='#' | GINT_COND_DOC_TRUE='' | GINT_COND_GUILE_OK_FALSE='' | GINT_COND_GUILE_OK_TRUE='#' | GINT_COND_INC_FALSE='' | GINT_COND_INC_TRUE='#' | GINT_COND_SNARF_DOC_FILTER_FALSE='' | GINT_COND_SNARF_DOC_FILTER_TRUE='#' | GINT_INCLUDES='' | GINT_LDADD='' | GINT_MODULE_DIR='gint' | GITINFO='$(PERL) $(mu_aux_dir)/gitinfo' | GLIBC21='yes' | GL_COND_LIBTOOL_FALSE='#' | GL_COND_LIBTOOL_TRUE='' | GL_GENERATE_ALLOCA_H_FALSE='#' | GL_GENERATE_ALLOCA_H_TRUE='' | GL_GENERATE_LIMITS_H_FALSE='#' | GL_GENERATE_LIMITS_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='/usr/bin/msgfmt' | GMSGFMT_015='/usr/bin/msgfmt' | GNULIB_ATOLL='0' | GNULIB_BTOWC='0' | GNULIB_CALLOC_POSIX='0' | GNULIB_CANONICALIZE_FILE_NAME='0' | GNULIB_CHDIR='0' | GNULIB_CHOWN='0' | GNULIB_CLOSE='0' | GNULIB_DUP2='0' | GNULIB_DUP3='0' | GNULIB_DUP='0' | GNULIB_ENVIRON='1' | GNULIB_EUIDACCESS='0' | GNULIB_FACCESSAT='0' | GNULIB_FCHDIR='0' | GNULIB_FCHOWNAT='0' | GNULIB_FDATASYNC='0' | GNULIB_FFSL='0' | GNULIB_FFSLL='0' | GNULIB_FSYNC='0' | GNULIB_FTRUNCATE='0' | GNULIB_GETCWD='0' | GNULIB_GETDOMAINNAME='0' | GNULIB_GETDTABLESIZE='0' | GNULIB_GETGROUPS='0' | GNULIB_GETHOSTNAME='0' | GNULIB_GETLOADAVG='0' | GNULIB_GETLOGIN='0' | GNULIB_GETLOGIN_R='0' | GNULIB_GETPAGESIZE='0' | GNULIB_GETSUBOPT='0' | GNULIB_GETUSERSHELL='0' | GNULIB_GRANTPT='0' | GNULIB_GROUP_MEMBER='0' | GNULIB_ISATTY='0' | GNULIB_ISWBLANK='1' | GNULIB_ISWCTYPE='0' | GNULIB_LCHOWN='0' | GNULIB_LINK='0' | GNULIB_LINKAT='0' | GNULIB_LSEEK='0' | GNULIB_MALLOC_POSIX='0' | GNULIB_MBRLEN='0' | GNULIB_MBRTOWC='1' | GNULIB_MBSCASECMP='0' | GNULIB_MBSCASESTR='0' | GNULIB_MBSCHR='0' | GNULIB_MBSCSPN='0' | GNULIB_MBSINIT='1' | GNULIB_MBSLEN='1' | 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_MKDTEMP='0' | GNULIB_MKOSTEMP='0' | GNULIB_MKOSTEMPS='0' | GNULIB_MKSTEMP='0' | GNULIB_MKSTEMPS='0' | GNULIB_PIPE2='0' | GNULIB_PIPE='0' | GNULIB_POSIX_OPENPT='0' | GNULIB_PREAD='0' | GNULIB_PTSNAME='0' | GNULIB_PTSNAME_R='0' | GNULIB_PUTENV='0' | GNULIB_PWRITE='0' | GNULIB_QSORT_R='0' | GNULIB_RANDOM='0' | GNULIB_RANDOM_R='0' | GNULIB_RAWMEMCHR='0' | GNULIB_READ='0' | GNULIB_READLINK='0' | GNULIB_READLINKAT='0' | GNULIB_REALLOC_POSIX='0' | GNULIB_REALPATH='0' | GNULIB_RMDIR='0' | GNULIB_RPMATCH='0' | GNULIB_SECURE_GETENV='0' | GNULIB_SETENV='1' | GNULIB_SETHOSTNAME='0' | GNULIB_SLEEP='0' | GNULIB_STPCPY='0' | GNULIB_STPNCPY='0' | GNULIB_STRCASESTR='0' | GNULIB_STRCHRNUL='0' | GNULIB_STRDUP='0' | GNULIB_STRERROR='0' | GNULIB_STRERROR_R='0' | GNULIB_STRNCAT='0' | GNULIB_STRNDUP='0' | GNULIB_STRNLEN='0' | GNULIB_STRPBRK='0' | GNULIB_STRSEP='0' | GNULIB_STRSIGNAL='0' | GNULIB_STRSTR='0' | GNULIB_STRTOD='0' | GNULIB_STRTOK_R='0' | GNULIB_STRTOLL='0' | GNULIB_STRTOULL='0' | GNULIB_STRVERSCMP='0' | GNULIB_SYMLINK='0' | GNULIB_SYMLINKAT='0' | GNULIB_SYSTEM_POSIX='0' | GNULIB_TOWCTRANS='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='0' | GNULIB_USLEEP='0' | 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' | GNU_RADIUS_LIBS='' | GNU_RADIUS_VERSION='' | GNU_RADIUS_VERSION_NUMBER='' | GREP='/bin/grep' | GUILE_BINDIR='' | GUILE_CONFIG='no' | GUILE_INCLUDES='' | GUILE_LIBS='' | GUILE_SITE='' | GUILE_SNARF='' | GUILE_TOOLS='' | GUILE_VERSION='' | GUILE_VERSION_NUMBER='' | HAVE_ATOLL='1' | HAVE_BTOWC='1' | HAVE_C99_STDINT_H='1' | HAVE_CANONICALIZE_FILE_NAME='1' | HAVE_CHOWN='1' | HAVE_DECL_ENVIRON='1' | HAVE_DECL_FCHDIR='1' | HAVE_DECL_FDATASYNC='1' | HAVE_DECL_GETDOMAINNAME='1' | HAVE_DECL_GETLOADAVG='1' | HAVE_DECL_GETLOGIN_R='1' | HAVE_DECL_GETPAGESIZE='1' | HAVE_DECL_GETUSERSHELL='1' | HAVE_DECL_MEMMEM='1' | HAVE_DECL_MEMRCHR='1' | HAVE_DECL_SETENV='1' | HAVE_DECL_SETHOSTNAME='1' | HAVE_DECL_STRDUP='1' | HAVE_DECL_STRERROR_R='1' | HAVE_DECL_STRNDUP='1' | HAVE_DECL_STRNLEN='1' | HAVE_DECL_STRSIGNAL='1' | HAVE_DECL_STRTOK_R='1' | HAVE_DECL_TTYNAME_R='1' | HAVE_DECL_UNSETENV='1' | HAVE_DECL_WCTOB='1' | HAVE_DECL_WCWIDTH='1' | HAVE_DUP2='1' | HAVE_DUP3='1' | HAVE_EUIDACCESS='1' | HAVE_FACCESSAT='1' | HAVE_FCHDIR='1' | HAVE_FCHOWNAT='1' | HAVE_FDATASYNC='1' | HAVE_FEATURES_H='1' | HAVE_FFSL='1' | HAVE_FFSLL='1' | HAVE_FSYNC='1' | HAVE_FTRUNCATE='1' | HAVE_GETDTABLESIZE='1' | HAVE_GETGROUPS='1' | HAVE_GETHOSTNAME='1' | HAVE_GETLOGIN='1' | HAVE_GETPAGESIZE='1' | HAVE_GETSUBOPT='1' | HAVE_GRANTPT='1' | HAVE_GROUP_MEMBER='1' | HAVE_INTTYPES_H='1' | HAVE_ISWBLANK='1' | HAVE_ISWCNTRL='1' | HAVE_LCHOWN='1' | HAVE_LINK='1' | HAVE_LINKAT='1' | HAVE_LONG_LONG_INT='1' | HAVE_MAX_ALIGN_T='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_MKDTEMP='1' | HAVE_MKOSTEMP='1' | HAVE_MKOSTEMPS='1' | HAVE_MKSTEMP='1' | HAVE_MKSTEMPS='1' | HAVE_OS_H='0' | HAVE_PIPE2='1' | HAVE_PIPE='1' | HAVE_POSIX_OPENPT='1' | HAVE_PREAD='1' | HAVE_PTSNAME='1' | HAVE_PTSNAME_R='1' | HAVE_PWRITE='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_RPMATCH='1' | HAVE_SECURE_GETENV='1' | HAVE_SETENV='1' | HAVE_SETHOSTNAME='1' | HAVE_SIGNED_SIG_ATOMIC_T='' | HAVE_SIGNED_WCHAR_T='' | HAVE_SIGNED_WINT_T='' | HAVE_SLEEP='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='1' | HAVE_STRPBRK='1' | HAVE_STRSEP='1' | HAVE_STRTOD='1' | HAVE_STRTOLL='1' | HAVE_STRTOULL='1' | HAVE_STRUCT_RANDOM_DATA='1' | HAVE_STRVERSCMP='1' | HAVE_SYMLINK='1' | HAVE_SYMLINKAT='1' | HAVE_SYS_BITYPES_H='0' | HAVE_SYS_INTTYPES_H='0' | HAVE_SYS_LOADAVG_H='0' | HAVE_SYS_PARAM_H='0' | HAVE_SYS_TYPES_H='1' | HAVE_UNISTD_H='1' | HAVE_UNLINKAT='1' | HAVE_UNLOCKPT='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_USLEEP='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_WINT_T='1' | HAVE_WMEMCHR='1' | HAVE_WMEMCMP='1' | HAVE_WMEMCPY='1' | HAVE_WMEMMOVE='1' | HAVE_WMEMSET='1' | HAVE__BOOL='1' | HAVE__EXIT='1' | IMPRIMATUR_COND_DIST_INFO_FALSE='' | IMPRIMATUR_COND_DIST_INFO_TRUE='#' | IMPRIMATUR_COND_FRENCHSPACING_FALSE='' | IMPRIMATUR_COND_FRENCHSPACING_TRUE='#' | IMPRIMATUR_COND_MAKEDOC_FALSE='' | IMPRIMATUR_COND_MAKEDOC_TRUE='#' | IMPRIMATUR_MAKEINFOFLAGS='-I $(top_srcdir)/doc/imprimatur -D $(RENDITION)' | IMPRIMATUR_MODULE_DIR='doc/imprimatur' | 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' | INTLLIBS='' | INTL_MACOSX_LIBS='' | KRB5CFGPATH='' | LD='/usr/bin/ld -m elf_x86_64' | LDFLAGS='' | LEX='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/missing flex' | LEXLIB='' | LEX_OUTPUT_ROOT='' | LIBICONV='' | LIBINTL='' | LIBMU_SCM='' | LIBMU_SCM_DEPS='' | LIBOBJS='' | LIBS='-lcrypt -lpthread' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' | LIBUNISTRING_UNITYPES_H='unitypes.h' | LIBUNISTRING_UNIWIDTH_H='uniwidth.h' | LIMITS_H='limits.h' | LIPO='' | LN_S='ln -s' | LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib/gnu"' | LOCALE_FR_UTF8='none' | LOCALE_JA='none' | LOCALE_ZH_CN='none' | LTDL_LIB='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAILBINDIR='${bindir}' | MAKEINFO='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/missing makeinfo' | MANIFEST_TOOL=':' | MH_BIN_DIR='${exec_prefix}/bin/mu-mh' | MKDIR_P='/bin/mkdir -p' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | MU_APP_COMMON_INCLUDES='-I${srcdir} -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/lib/gnu -I${top_builddir}/lib/gnu -I${top_builddir} -I${top_builddir}/include' | MU_APP_LIBRARIES='${top_builddir}/lib/libmuaux.la' | MU_AUTHINCS='' | MU_AUTHLIBS='' | MU_AUTHLIBS_DEPENDENCY='../libmu_auth/libmu_auth.la' | MU_COMMON_LIBRARIES='$(LTLIBINTL) $(LTLIBICONV)' | MU_COND_COMSAT_FALSE='#' | MU_COND_COMSAT_TRUE='' | MU_COND_DBM_FALSE='' | MU_COND_DBM_TRUE='#' | MU_COND_DOTLOCK_FALSE='#' | MU_COND_DOTLOCK_TRUE='' | MU_COND_FRM_FALSE='#' | MU_COND_FRM_TRUE='' | MU_COND_GNUTLS_FALSE='' | MU_COND_GNUTLS_TRUE='#' | MU_COND_GSASL_FALSE='' | MU_COND_GSASL_TRUE='#' | MU_COND_GSSAPI_FALSE='' | MU_COND_GSSAPI_TRUE='#' | MU_COND_IMAP4D_FALSE='#' | MU_COND_IMAP4D_TRUE='' | MU_COND_LIBMU_SCM_FALSE='' | MU_COND_LIBMU_SCM_TRUE='#' | MU_COND_MAIDAG_FALSE='#' | MU_COND_MAIDAG_TRUE='' | MU_COND_MAIL_FALSE='#' | MU_COND_MAIL_TRUE='' | MU_COND_MESSAGES_FALSE='#' | MU_COND_MESSAGES_TRUE='' | MU_COND_MH_FALSE='#' | MU_COND_MH_TRUE='' | MU_COND_MIMEVIEW_FALSE='#' | MU_COND_MIMEVIEW_TRUE='' | MU_COND_MOVEMAIL_FALSE='#' | MU_COND_MOVEMAIL_TRUE='' | MU_COND_POP3D_FALSE='#' | MU_COND_POP3D_TRUE='' | MU_COND_PYTHON_FALSE='#' | MU_COND_PYTHON_TRUE='' | MU_COND_READLINE_FALSE='#' | MU_COND_READLINE_TRUE='' | MU_COND_READMSG_FALSE='#' | MU_COND_READMSG_TRUE='' | MU_COND_SIEVE_FALSE='#' | MU_COND_SIEVE_TRUE='' | MU_COND_SUPPORT_CXX_FALSE='' | MU_COND_SUPPORT_CXX_TRUE='#' | MU_COND_SUPPORT_IMAP_FALSE='#' | MU_COND_SUPPORT_IMAP_TRUE='' | MU_COND_SUPPORT_MAILDIR_FALSE='#' | MU_COND_SUPPORT_MAILDIR_TRUE='' | MU_COND_SUPPORT_MH_FALSE='#' | MU_COND_SUPPORT_MH_TRUE='' | MU_COND_SUPPORT_NNTP_FALSE='' | MU_COND_SUPPORT_NNTP_TRUE='#' | MU_COND_SUPPORT_POP_FALSE='#' | MU_COND_SUPPORT_POP_TRUE='' | MU_COND_SUPPORT_PROG_FALSE='#' | MU_COND_SUPPORT_PROG_TRUE='' | MU_COND_SUPPORT_RADIUS_FALSE='' | MU_COND_SUPPORT_RADIUS_TRUE='#' | MU_COND_SUPPORT_SENDMAIL_FALSE='#' | MU_COND_SUPPORT_SENDMAIL_TRUE='' | MU_COND_SUPPORT_SMTP_FALSE='#' | MU_COND_SUPPORT_SMTP_TRUE='' | MU_COND_SUPPORT_VIRTUAL_DOMAINS_FALSE='#' | MU_COND_SUPPORT_VIRTUAL_DOMAINS_TRUE='' | MU_CXX_EXAMPLES_BUILD='' | MU_DEFAULT_RECORD='mu_mbox_record' | MU_DEFAULT_SCHEME='mbox' | MU_GUILE_SIEVE_MOD_DIR='' | MU_LIB_AUTH='${top_builddir}/libmu_auth/libmu_auth.la' | MU_LIB_COMMON_INCLUDES='-I${top_builddir} -I${top_srcdir}/include -I${top_builddir}/include' | MU_LIB_CPP='' | MU_LIB_IMAP='${top_builddir}/libproto/imap/libmu_imap.la' | MU_LIB_MAILDIR='${top_builddir}/libproto/maildir/libmu_maildir.la' | MU_LIB_MAILER='${top_builddir}/libproto/mailer/libmu_mailer.la' | MU_LIB_MAILUTILS='${top_builddir}/libmailutils/libmailutils.la' | MU_LIB_MBOX='${top_builddir}/libproto/mbox/libmu_mbox.la' | MU_LIB_MH='${top_builddir}/libproto/mh/libmu_mh.la' | MU_LIB_NNTP='' | MU_LIB_POP='${top_builddir}/libproto/pop/libmu_pop.la' | MU_LIB_PY='${top_builddir}/python/libmu_py/libmu_py.la' | MU_LIB_SCM='' | MU_LIB_SIEVE='${top_builddir}/libmu_sieve/libmu_sieve.la' | MU_LIB_SQL='${top_builddir}/sql/libsql.la' | MU_LINK_POSTFLAGS='' | MU_OFF_TYPE='long' | MU_PRI_OFF_T='ld' | MU_SIEVE_MODDIR='$(libdir)/$(PACKAGE)' | MU_SMTP_DEJATOOL='$(SMTP_DEJATOOL)' | MU_SMTP_PROGRAMS_BUILD='$(MU_SMTP_PROGRAMS_LIST)' | MU_TCPWRAP_LIBRARIES='${top_builddir}/lib/libmutcpwrap.a ' | MU_ULONG_MAX_1='18446744073709551614' | MU_YLWRAP='$(mu_aux_dir)/gylwrap --' | MYSQLLIBS='' | NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' | NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' | NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' | NEXT_AS_FIRST_DIRECTIVE_STRING_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' | NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' | NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' | NEXT_LIMITS_H='' | NEXT_STDDEF_H='' | NEXT_STDINT_H='' | NEXT_STDLIB_H='' | NEXT_STRING_H='' | NEXT_SYS_TYPES_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | NM='/usr/bin/nm -B' | NMEDIT='' | OBJDUMP='objdump' | OBJEXT='o' | ODBCLIBS='' | OTOOL64='' | OTOOL='' | PACKAGE='mailutils' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU Mailutils' | PACKAGE_STRING='GNU Mailutils 3.4' | PACKAGE_TARNAME='mailutils' | PACKAGE_URL='http://mailutils.org' | PACKAGE_VERSION='3.4' | PATH_SEPARATOR=':' | PERL='/usr/bin/perl' | POPAUTH='' | POSUB='po' | PRAGMA_COLUMNS='' | PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' | PTRDIFF_T_SUFFIX='' | PYTHON='/usr/bin/python' | PYTHON_CONFIG='/usr/bin/python-config' | PYTHON_EXEC_DIR='$(pkgpyexecdir)' | PYTHON_EXEC_PREFIX='${exec_prefix}' | PYTHON_INCLUDES='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7' | PYTHON_LIBS='-lpython2.7 -lpthread -ldl -lutil -lm ' | PYTHON_PLATFORM='linux2' | PYTHON_PREFIX='${prefix}' | PYTHON_SITE_DIR='$(pkgpythondir)' | PYTHON_VERSION='2.7' | RANLIB='ranlib' | READLINE_LIBS='-lreadline -lncurses' | RENDITION='DISTRIB' | REPLACE_BTOWC='0' | REPLACE_CALLOC='0' | REPLACE_CANONICALIZE_FILE_NAME='0' | REPLACE_CHOWN='0' | REPLACE_CLOSE='0' | REPLACE_DUP2='0' | REPLACE_DUP='0' | REPLACE_FCHOWNAT='0' | REPLACE_FTRUNCATE='0' | REPLACE_GETCWD='0' | REPLACE_GETDOMAINNAME='0' | REPLACE_GETDTABLESIZE='0' | REPLACE_GETGROUPS='0' | REPLACE_GETLOGIN_R='0' | REPLACE_GETPAGESIZE='0' | REPLACE_ISATTY='0' | REPLACE_ISWBLANK='0' | REPLACE_ISWCNTRL='0' | REPLACE_LCHOWN='0' | REPLACE_LINK='0' | REPLACE_LINKAT='0' | REPLACE_LSEEK='0' | REPLACE_MALLOC='0' | REPLACE_MBRLEN='0' | REPLACE_MBRTOWC='1' | REPLACE_MBSINIT='0' | REPLACE_MBSNRTOWCS='0' | REPLACE_MBSRTOWCS='0' | REPLACE_MBSTATE_T='0' | REPLACE_MBTOWC='0' | REPLACE_MEMCHR='0' | REPLACE_MEMMEM='0' | REPLACE_MKSTEMP='0' | REPLACE_NULL='0' | REPLACE_PREAD='0' | REPLACE_PTSNAME='0' | REPLACE_PTSNAME_R='0' | REPLACE_PUTENV='0' | REPLACE_PWRITE='0' | REPLACE_QSORT_R='0' | REPLACE_RANDOM_R='0' | REPLACE_READ='0' | REPLACE_READLINK='0' | REPLACE_READLINKAT='0' | REPLACE_REALLOC='0' | REPLACE_REALPATH='0' | REPLACE_RMDIR='0' | REPLACE_SETENV='0' | REPLACE_SLEEP='0' | REPLACE_STPNCPY='0' | REPLACE_STRCASESTR='0' | REPLACE_STRCHRNUL='0' | REPLACE_STRDUP='0' | REPLACE_STRERROR='0' | REPLACE_STRERROR_R='0' | REPLACE_STRNCAT='0' | REPLACE_STRNDUP='0' | REPLACE_STRNLEN='0' | REPLACE_STRSIGNAL='0' | REPLACE_STRSTR='0' | REPLACE_STRTOD='0' | REPLACE_STRTOK_R='0' | REPLACE_SYMLINK='0' | REPLACE_SYMLINKAT='0' | REPLACE_TOWLOWER='0' | REPLACE_TTYNAME_R='0' | REPLACE_UNLINK='0' | REPLACE_UNLINKAT='0' | REPLACE_UNSETENV='0' | REPLACE_USLEEP='0' | REPLACE_WCRTOMB='0' | REPLACE_WCSNRTOMBS='0' | REPLACE_WCSRTOMBS='0' | REPLACE_WCSWIDTH='0' | REPLACE_WCTOB='0' | REPLACE_WCTOMB='0' | REPLACE_WCWIDTH='0' | REPLACE_WRITE='0' | SED='/bin/sed' | SERV_AUTHINCS='' | SERV_AUTHLIBS='' | SET_MAKE='' | SHELL='/bin/bash' | SIG_ATOMIC_T_SUFFIX='' | SITE_CRAM_MD5_PWD='$(sysconfdir)/cram-md5.pwd' | SITE_MAIL_RC='$(sysconfdir)/mail.rc' | SITE_VIRTUAL_PWDDIR='$(sysconfdir)/domain' | SIZE_T_SUFFIX='' | SQLLIB='' | SQLLIB_DEPENDENCY='' | SQL_LIBOBJS='' | SQL_LOADABLE_MODULES='' | SQL_LTLIBOBJS='' | SQL_MODULES='' | STDBOOL_H='' | STDDEF_H='' | STDINT_H='stdint.h' | STRIP='strip' | UNDEFINE_STRTOK_R='0' | UNISTD_H_HAVE_WINSOCK2_H='0' | UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' | USE_NLS='yes' | VERSION='3.4' | VI_AGE='0' | VI_CURRENT='5' | VI_REVISION='5' | WCHAR_T_SUFFIX='' | WINDOWS_64_BIT_OFF_T='0' | WINT_T_SUFFIX='' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015='/usr/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS='' | YACC='/bin/bash /missing bison' | YFLAGS='' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_CXX='g++' | ac_ct_DUMPBIN='' | 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-pc-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' mbrtowc.o' | gl_LTLIBOBJS=' mbrtowc.lo' | gltests_LIBOBJS='' | gltests_LTLIBOBJS='' | gltests_WITNESS='IN_MAILUTILS_GNULIB_TESTS' | host='x86_64-pc-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /home/patrick/opt/mailutils-3.4/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lisp_LISP='' | lispdir='${datadir}/emacs/site-lisp' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | mu_aux_dir='$(top_srcdir)/mu-aux' | oldincludedir='/usr/include' | pdfdir='${docdir}' | pkglibexecdir='${libexecdir}/${PACKAGE}' | pkgpyexecdir='${pyexecdir}/mailutils' | pkgpythondir='${pythondir}/mailutils' | prefix='/usr/local' | program_transform_name='s,x,x,' | psdir='${docdir}' | pyexecdir='${exec_prefix}/lib/python2.7/dist-packages' | pythondir='${prefix}/lib/python2.7/dist-packages' | runstatedir='${localstatedir}/run' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ------------------- ## | ## File substitutions. ## | ## ------------------- ## | | PATHDEFS_H='pathdefs.h' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GNU Mailutils" | #define PACKAGE_TARNAME "mailutils" | #define PACKAGE_VERSION "3.4" | #define PACKAGE_STRING "GNU Mailutils 3.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://mailutils.org" | #define PACKAGE "mailutils" | #define VERSION "3.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ISWBLANK 1 | #define HAVE_SYMLINK 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_ISASCII 1 | #define HAVE_MPROTECT 1 | #define HAVE_SETENV 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WINT_T 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define restrict __restrict | #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_ALLOCA 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_DECL_ISWBLANK 1 | #define GNULIB_TEST_ISWBLANK 1 | #define C_LOCALE_MAYBE_EILSEQ 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBSLEN 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_TEST_SETENV 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_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 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_PATHS_H 1 | #define LOG_FACILITY LOG_MAIL | #define LOG_FACILITY_STRING "mail" | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_OBSTACK_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTPTR_T 1 | #define RETSIGTYPE void | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_TM_TM_ISDST 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_ENVIRON 1 | #define HAVE_MKSTEMP 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETDELIM 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_VFORK 1 | #define HAVE__EXIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_FSEEKO 1 | #define HAVE_FGETPWENT 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_GETUTENT_CALLS /**/ | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define MAILUTILS_IPV6 1 | #define HAVE_WCWIDTH 1 | #define ENABLE_VIRTUAL_DOMAINS 1 | #define ENABLE_IMAP 1 | #define ENABLE_POP 1 | #define ENABLE_MH 1 | #define ENABLE_MAILDIR 1 | #define ENABLE_SMTP 1 | #define ENABLE_SENDMAIL 1 | #define ENABLE_PROG 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DECL_CRYPT 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_PTHREAD_H 1 | #define WITH_PTHREAD 1 | #define _REENTRANT 1 | #define HAVE_PTHREAD_RWLOCK_INIT 1 | #define HAVE_READLINE_READLINE_H 1 | #define WITH_READLINE 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define WITH_PYTHON 1 | #define MU_DEFAULT_SCHEME "mbox" | #define MU_BUILD_POP3D 1 | #define MU_BUILD_IMAP4D 1 | #define MU_BUILD_COMSAT 1 | #define MU_BUILD_FRM 1 | #define MU_BUILD_MAIDAG 1 | #define MU_BUILD_MAIL 1 | #define MU_BUILD_SIEVE 1 | #define MU_BUILD_MESSAGES 1 | #define MU_BUILD_READMSG 1 | #define MU_BUILD_DOTLOCK 1 | #define MU_BUILD_MOVEMAIL 1 | #define MU_BUILD_MIMEVIEW 1 | #define MU_BUILD_MH 1 | | configure: exit 0